|
@@ -35,7 +35,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-model-item label="客户名称">
|
|
<a-form-model-item label="客户名称">
|
|
- <dealerSubareaScopeList id="priceDifferenceDetailList-custList" ref="custList" :itemSn="queryParam.dealerSn" @change="custChange"></dealerSubareaScopeList>
|
|
|
|
|
|
+ <dealerSubareaScopeList id="priceDifferenceDetailList-custList" ref="custList" :itemSn="queryParam.buyerSn" @change="custChange"></dealerSubareaScopeList>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24" v-show="isShowCustomerSearch">
|
|
<a-col :md="6" :sm="24" v-show="isShowCustomerSearch">
|
|
@@ -127,8 +127,8 @@ export default {
|
|
queryParam: { // 查询条件
|
|
queryParam: { // 查询条件
|
|
month: moment().format('YYYY-MM'),
|
|
month: moment().format('YYYY-MM'),
|
|
provinceSn: undefined,
|
|
provinceSn: undefined,
|
|
- rebateDealerSn: undefined,
|
|
|
|
- dealerSn: undefined,
|
|
|
|
|
|
+ parentDealerSn: undefined,
|
|
|
|
+ buyerSn: undefined,
|
|
bizUserSn: undefined
|
|
bizUserSn: undefined
|
|
},
|
|
},
|
|
rules: {
|
|
rules: {
|
|
@@ -212,17 +212,17 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
rebateDealerChange (val) {
|
|
rebateDealerChange (val) {
|
|
- this.queryParam.rebateDealerSn = val.key
|
|
|
|
|
|
+ this.queryParam.parentDealerSn = val.key
|
|
},
|
|
},
|
|
custChange (val) {
|
|
custChange (val) {
|
|
- this.queryParam.dealerSn = val.key
|
|
|
|
|
|
+ this.queryParam.buyerSn = val.key
|
|
},
|
|
},
|
|
// 重置
|
|
// 重置
|
|
resetSearchForm () {
|
|
resetSearchForm () {
|
|
this.queryParam.month = moment().format('YYYY-MM')
|
|
this.queryParam.month = moment().format('YYYY-MM')
|
|
this.queryParam.provinceSn = undefined
|
|
this.queryParam.provinceSn = undefined
|
|
- this.queryParam.rebateDealerSn = undefined
|
|
|
|
- this.queryParam.dealerSn = undefined
|
|
|
|
|
|
+ this.queryParam.parentDealerSn = undefined
|
|
|
|
+ this.queryParam.buyerSn = undefined
|
|
this.queryParam.bizUserSn = undefined
|
|
this.queryParam.bizUserSn = undefined
|
|
this.$refs.rebateDealerList.resetForm()
|
|
this.$refs.rebateDealerList.resetForm()
|
|
this.totalData = null
|
|
this.totalData = null
|