lilei 5 ngày trước cách đây
mục cha
commit
cdd7cf0216

+ 4 - 4
src/views/reportData/promotionFeeReport/customerFeeList.vue

@@ -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()

+ 3 - 3
src/views/reportData/promotionFeeReport/promoFeeList.vue

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

+ 3 - 3
src/views/reportData/promotionFeeReport/provinceFeeList.vue

@@ -45,7 +45,7 @@
                   id="customerFeeList-discountFlag"
                   code="FLAG"
                   placeholder="请选择是否包含特价"
-                  allowClear></v-select>
+                ></v-select>
               </a-form-model-item>
             </a-col>
             <a-col :md="7" :sm="24">
@@ -122,7 +122,7 @@ export default {
         beginDate: moment().startOf('month').format('YYYY-MM-DD') + ' 00:00:00', // 月份开始时间
         endDate: moment().endOf('month').format('YYYY-MM-DD') + ' 23:59:59', // 月份结束时间
         provinceSn: undefined, // 省
-        discountFlag: undefined, // 是否包含特价
+        discountFlag: 0, // 是否包含特价
         subareaArea: {
           subareaSn: '', // 区域
           subareaAreaSn: '', // 分区
@@ -240,7 +240,7 @@ export default {
       this.queryParam.subareaArea.subareaSn = ''
       this.queryParam.subareaArea.subareaAreaSn = ''
       this.queryParam.subareaArea.bizUserSn = undefined
-      this.queryParam.discountFlag = undefined
+      this.queryParam.discountFlag = 0
       this.totalData = null
       this.$refs.subarea && this.$refs.subarea.clearData()
       this.$refs.areaList && this.$refs.areaList.clearData()