lilei 6 days ago
parent
commit
dcdb35ae35

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

@@ -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>
@@ -163,7 +163,7 @@ export default {
           subareaAreaSn: '', // 分区
           bizUserSn: undefined// 区域负责人
         },
-        specialFlag: undefined, // 是否包含特价
+        discountFlag: undefined, // 是否包含特价
         kfSn: undefined// 客服
       },
       columns: [], // 表头
@@ -299,7 +299,7 @@ export default {
       this.queryParam.subareaArea.bizUserSn = undefined
       this.queryParam.dealerLevel = undefined
       this.queryParam.kfSn = undefined
-      this.queryParam.specialFlag = undefined
+      this.queryParam.discountFlag = undefined
       this.$refs.dealerSubareaScopeList.resetForm()
       if (this.advanced) {
         this.$refs.subarea && this.$refs.subarea.clearData()

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

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

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

@@ -40,9 +40,9 @@
             <a-col :md="3" :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>
@@ -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, // 省
-        specialFlag: undefined, // 是否包含特价
+        discountFlag: undefined, // 是否包含特价
         subareaArea: {
           subareaSn: '', // 区域
           subareaAreaSn: '', // 分区
@@ -240,7 +240,7 @@ export default {
       this.queryParam.subareaArea.subareaSn = ''
       this.queryParam.subareaArea.subareaAreaSn = ''
       this.queryParam.subareaArea.bizUserSn = undefined
-      this.queryParam.specialFlag = undefined
+      this.queryParam.discountFlag = undefined
       this.totalData = null
       this.$refs.subarea && this.$refs.subarea.clearData()
       this.$refs.areaList && this.$refs.areaList.clearData()