chenrui 1 rok temu
rodzic
commit
0a95e8cff7
1 zmienionych plików z 2 dodań i 9 usunięć
  1. 2 9
      src/views/salesManagement/salesList/list.vue

+ 2 - 9
src/views/salesManagement/salesList/list.vue

@@ -90,13 +90,8 @@
                   </a-select>
                 </a-form-model-item>
               </a-col>
-              <a-col :md="6" :sm="24" v-show="isShowCustomerSearch">
-                <a-form-item label="客服">
-                  <customerService ref="customerName" v-model="queryParam.bizUserSn"></customerService>
-                </a-form-item>
-              </a-col>
             </template>
-            <a-col :md="isShowCustomerSearch?24:6" :sm="24" :style="{textAlign:isShowCustomerSearch?'center':''}">
+            <a-col :md="6" :sm="24">
               <div class="table-page-search-submitButtons">
                 <a-button type="primary" :disabled="disabled" @click="handleSearch">查询</a-button>
                 <a-button style="margin-left: 8px" :disabled="disabled" @click="resetSearchForm()">重置</a-button>
@@ -230,8 +225,7 @@ export default {
         billStatus: undefined, //  业务状态
         sendFlag: '', // 发货状态
         provinceSn: undefined, // 省份
-        timeoutflag: undefined, // 超时环节提醒
-        bizUserSn: undefined
+        timeoutflag: undefined // 超时环节提醒
       },
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {
@@ -393,7 +387,6 @@ export default {
       this.queryParam.sendFlag = ''
       this.queryParam.provinceSn = undefined
       this.queryParam.timeoutflag = undefined
-      this.queryParam.bizUserSn = undefined
       this.examineTime = []
       this.paymentTime = []
       this.$refs.subarea.clearData()