|
@@ -57,9 +57,9 @@
|
|
|
<a-col :md="4" :sm="24">
|
|
|
<a-form-model-item label="是否包含特价">
|
|
|
<v-select
|
|
|
- v-model="queryParam.specialFlag"
|
|
|
- ref="specialFlag"
|
|
|
- id="customerFeeList-specialFlag"
|
|
|
+ v-model="queryParam.discountFlag"
|
|
|
+ ref="discountFlag"
|
|
|
+ id="customerFeeList-discountFlag"
|
|
|
code="FLAG"
|
|
|
placeholder="请选择是否包含特价"
|
|
|
allowClear></v-select>
|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
endDate: moment().endOf('month').format('YYYY-MM-DD') + ' 23:59:59', // 月份结束时间
|
|
|
dealerLevel: undefined, // 客户级别
|
|
|
dealerSn: undefined, // 客户sn
|
|
|
- specialFlag: undefined, // 是否特价
|
|
|
+ discountFlag: undefined, // 是否特价
|
|
|
dealerEntity: {
|
|
|
dealerName: undefined, // 客户名称
|
|
|
provinceSn: undefined, // 省
|
|
@@ -317,7 +317,7 @@ export default {
|
|
|
this.queryParam.districtSn = undefined
|
|
|
this.queryParam.dealerEntity.dealerName = undefined
|
|
|
this.queryParam.dealerSn = undefined
|
|
|
- this.queryParam.specialFlag = undefined
|
|
|
+ this.queryParam.discountFlag = undefined
|
|
|
this.queryParam.subareaArea.subareaSn = ''
|
|
|
this.queryParam.subareaArea.subareaAreaSn = ''
|
|
|
this.queryParam.subareaArea.bizUserSn = undefined
|