|
@@ -162,7 +162,7 @@ export default {
|
|
|
beginDate: '', // 月份开始时间
|
|
|
endDate: '', // 月份结束时间
|
|
|
dealerLevel: undefined, // 客户等级
|
|
|
- dealerSn: undefined, // 客户sn
|
|
|
+ dealerSnOwner: undefined, // 客户sn
|
|
|
dealerName: undefined, // 客户名称
|
|
|
provinceSn: undefined, // 省
|
|
|
citySn: undefined, // 市
|
|
@@ -270,7 +270,7 @@ export default {
|
|
|
// 客户名称 change
|
|
|
custChange (val) {
|
|
|
this.queryParam.dealerName = val.name
|
|
|
- this.queryParam.dealerSn = val.key
|
|
|
+ this.queryParam.dealerSnOwner = val.key
|
|
|
},
|
|
|
// 统计
|
|
|
getCount (params) {
|
|
@@ -308,7 +308,7 @@ export default {
|
|
|
this.queryParam.citySn = undefined
|
|
|
this.queryParam.districtSn = undefined
|
|
|
this.queryParam.dealerName = undefined
|
|
|
- this.queryParam.dealerSn = undefined
|
|
|
+ this.queryParam.dealerSnOwner = undefined
|
|
|
this.queryParam.bizUserSn = undefined
|
|
|
this.queryParam.subareaArea.subareaSn = ''
|
|
|
this.queryParam.subareaArea.subareaAreaSn = ''
|