|
@@ -62,7 +62,7 @@
|
|
|
id="customerFeeList-discountFlag"
|
|
|
code="FLAG"
|
|
|
placeholder="请选择是否包含特价"
|
|
|
- allowClear></v-select>
|
|
|
+ ></v-select>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
@@ -132,7 +132,7 @@ import dealerSubareaScopeList from '@/views/common/dealerSubareaScopeList.vue'
|
|
|
import BizUser from '@/views/common/bizUser.js'
|
|
|
import customerService from '@/views/common/customerService.vue'
|
|
|
// 接口
|
|
|
-import { promoSalesExpenseList, promoSalesExpenseTitle, promoSalesExpenseCount, promoSalesExpenseExport } from '@/api/reportData'
|
|
|
+import { promoSalesExpenseList, promoSalesExpenseTitle, promoSalesExpenseExport } from '@/api/reportData'
|
|
|
export default {
|
|
|
name: 'CustomerFeeList',
|
|
|
mixins: [commonMixin],
|
|
@@ -163,7 +163,7 @@ export default {
|
|
|
subareaAreaSn: '', // 分区
|
|
|
bizUserSn: undefined// 区域负责人
|
|
|
},
|
|
|
- discountFlag: undefined, // 是否包含特价
|
|
|
+ discountFlag: 0, // 是否包含特价
|
|
|
kfSn: undefined// 客服
|
|
|
},
|
|
|
columns: [], // 表头
|
|
@@ -299,7 +299,7 @@ export default {
|
|
|
this.queryParam.subareaArea.bizUserSn = undefined
|
|
|
this.queryParam.dealerLevel = undefined
|
|
|
this.queryParam.kfSn = undefined
|
|
|
- this.queryParam.discountFlag = undefined
|
|
|
+ this.queryParam.discountFlag = 0
|
|
|
this.$refs.dealerSubareaScopeList.resetForm()
|
|
|
if (this.advanced) {
|
|
|
this.$refs.subarea && this.$refs.subarea.clearData()
|