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