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