lilei 2 semanas atrás
pai
commit
3dd9812658

+ 5 - 5
src/views/financialManagement/accountStatementBill/list.vue

@@ -27,7 +27,7 @@
             </a-col>
             <a-col :md="6" :sm="24">
               <a-form-item label="客服">
-                <customerService ref="customerName" id="matchSendOutOrderList-bizUserSn" v-model="queryParam.bizUserSn"></customerService>
+                <customerService ref="customerName" id="matchSendOutOrderList-bizUserSn" v-model="queryParam.subareaArea.kfSn"></customerService>
               </a-form-item>
             </a-col>
             <a-col :md="6" :sm="24">
@@ -123,9 +123,9 @@ export default {
         dealerLevel: null, // 商户级别
         subareaArea: {
           subareaSn: undefined, // 区域
-          subareaAreaSn: undefined // 分区
+          subareaAreaSn: undefined, // 分区
+          kfSn: undefined // 客服
         },
-        bizUserSn: undefined, // 客服
         kdMidCustomerFnumber: '' // 财务编码
       },
       disabled: false, //  查询、重置按钮是否可操作
@@ -165,7 +165,7 @@ export default {
         { title: '总余额', scopedSlots: { customRender: 'totalAmount' }, width: '6%', align: 'center' },
         { title: '待选余额', dataIndex: 'waitAmount', width: '6%', align: 'center', customRender: text => ((text || text == 0) ? this.toThousands(text) : '--') },
         { title: '待选单数', dataIndex: 'waitCount', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '客服', dataIndex: 'auditDate', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '客服', dataIndex: 'kfName', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '区域', dataIndex: 'subareaArea.subareaName', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '分区', dataIndex: 'subareaArea.subareaAreaName', width: '6%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '商户级别', dataIndex: 'dealerLevelDictValue', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
@@ -196,7 +196,7 @@ export default {
       this.queryParam.dealerLevel = undefined
       this.queryParam.subareaArea.subareaAreaSn = undefined
       this.queryParam.subareaArea.subareaSn = undefined
-      this.queryParam.bizUserSn = undefined
+      this.queryParam.subareaArea.kfSn = undefined
       this.dealerType = []
       this.$refs.subarea.clearData()
       this.queryParam.kdMidCustomerFnumber = ''

+ 1 - 1
vue.config.js

@@ -107,7 +107,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.2.10/ocs-admin',
+        target: 'http://192.168.2.122/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  练习
         // target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
         ws: false,