Browse Source

分销费用明细、机构管理费明细、业务员费用明细修改

lihongxiao 2 năm trước cách đây
mục cha
commit
d0128727bb

+ 2 - 2
config/dev.env.js

@@ -5,8 +5,8 @@ const prodEnv = require('./prod.env')
 module.exports = merge(prodEnv, {
   NODE_ENV: '"development"',
   ENV_CONFIG:'"dev"',
-  // BASE_URL: '"https://test.baoxianzhanggui.com/web-api"',//测试服务器
-  BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"'//正式服务器
+  BASE_URL: '"https://test.baoxianzhanggui.com/web-api"',//测试服务器
+  // BASE_URL:'"https://sxzgkj.baoxianzhanggui.com/web-api"'//正式服务器
   // BASE_URL: '"http://192.168.0.115:8080/"' //凯森
   // BASE_URL: '"http:///192.168.0.253:8082/"',//田智
   // BASE_URL: '"http:///192.168.0.253:8082/"',//田智

+ 4 - 1
src/views/FinancialManagement/AcountWithdrawal/ExtendFee.vue

@@ -92,7 +92,7 @@
           </el-col>
           <el-col :span="4">
             <el-form-item>
-              <el-button @click="queryEsmInfo" size="small">查询</el-button>
+              <el-button @click="queryEsmInfo" type="primary" size="small" >查询</el-button>
             </el-form-item>
           </el-col>
         </el-row>
@@ -223,6 +223,9 @@ export default {
       this.pageRequest.columnFilters.startdate.value=e[0];
       this.pageRequest.columnFilters.enddate.value=e[1];
     },
+    clearFun(){
+      console.log(22222222)
+    },
     //--数据字典 begin --
     getDictItems: function (typeName) {
       let that = this;

+ 1 - 1
src/views/FinancialManagement/CarInsurance/DeptSettlement/CommissionList.vue

@@ -124,7 +124,7 @@
           </el-col>
         <el-col :span="4">
           <el-form-item label-width="20px">
-            <el-button @click="getOrderList" size="small">查询</el-button>
+            <el-button @click="getOrderList" type="primary" size="small">查询</el-button>
           </el-form-item>
         </el-col>
       </el-row>

+ 4 - 3
src/views/FinancialManagement/CarInsurance/PersonSettlement/CommissionList.vue

@@ -58,10 +58,11 @@
                 <el-date-picker v-model="queryForm.signDate" style="width:100%"  type="daterange" align="left" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期"> </el-date-picker>
               </el-form-item>
             </el-col>
-            <el-col :span="24" class="u-f u-f-je" style="height:40px;">
-              <div class="u-f" style="margin-bottom: 20px; width: 60px;height: 32px; border-radius: 5px;overflow: hidden;" @click="queryEsmInfo" >
+            <el-col :span="24"  style="height:40px;">
+				<el-button @click="queryEsmInfo" type="primary" size="small" >查询</el-button>
+              <!-- <div class="u-f" style="margin-bottom: 20px; width: 60px;height: 32px; border-radius: 5px;overflow: hidden;" @click="queryEsmInfo" >
                   <div class="u-f u-f1 u-f-ajc" style="background: #409EFF;color:#fff">查询</div>
-              </div>
+              </div> -->
             </el-col>
           </el-row>
         </el-form>