Browse Source

bug修复

chenrui 4 years ago
parent
commit
0d912eaac1
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/SetmealSales/PurchasedSetmeal.vue

+ 5 - 5
src/views/SetmealSales/PurchasedSetmeal.vue

@@ -22,7 +22,7 @@
           </a-col>
           <a-col :span="6">
             <a-form-item label="客户信息" :label-col="{ span:7 }" :wrapper-col="{ span:17}">
-              <a-input v-model.trim="searchForm.queryWord" id="purchasedSetmeal-queryWord" placeholder="请输入手机号" allowClear />
+              <a-input v-model.trim="searchForm.custMobile" id="purchasedSetmeal-custMobile" placeholder="请输入手机号" allowClear />
             </a-form-item>
           </a-col>
           <a-col :span="6">
@@ -123,7 +123,7 @@ export default {
         endDate: null, // 结束时间
         bundleName: '', // 套餐名称
         number: '', // 订单号
-        queryWord: '', // 客户信息
+        custMobile: '', // 客户信息
         orderFlag: '', // 订单状态
         salesChannelSettleStatus: '', // 结算状态
         partner: undefined //  销售合作商
@@ -194,7 +194,7 @@ export default {
         endDate: this.searchForm.endDate,
         bundleName: this.searchForm.bundleName,
         number: this.searchForm.number,
-        queryWord: this.searchForm.queryWord,
+        custMobile: this.searchForm.custMobile,
         orderFlag: this.searchForm.orderFlag,
         salesChannelSettleStatus: this.searchForm.salesChannelSettleStatus,
         partner: this.searchForm.partner
@@ -232,7 +232,7 @@ export default {
       ]
       this.searchForm.bundleName = ''
       this.searchForm.number = ''
-      this.searchForm.queryWord = ''
+      this.searchForm.custMobile = ''
       this.searchForm.orderFlag = null
       this.searchForm.salesChannelSettleStatus = null
       this.searchForm.partner = undefined
@@ -245,7 +245,7 @@ export default {
         endDate: this.searchForm.endDate == null ? getDate.getToday().endtime : this.searchForm.endDate,
         bundleName: this.searchForm.bundleName,
         number: this.searchForm.number,
-        queryWord: this.searchForm.queryWord,
+        custMobile: this.searchForm.custMobile,
         orderFlag: this.searchForm.orderFlag,
         salesChannelSettleStatus: this.searchForm.salesChannelSettleStatus,
         partner: this.searchForm.partner