gjy 2 năm trước cách đây
mục cha
commit
411d200214
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/warehousenew/warehousingOrder.vue

+ 3 - 3
src/views/warehousenew/warehousingOrder.vue

@@ -776,8 +776,8 @@ export default {
     },
     goodsNameChange(e){
       console.log(e,1111111111)
-      if (e == '全部货名' || e == '') {
-        this.goodsName = ''
+      if (e == '全部货名' || e == '0') {
+        this.goodsName = '0'
         this.reserves = ''
       }else{
         this.goodsName = this.goodsList[e-1].goodsName
@@ -1848,7 +1848,7 @@ export default {
         baseId: this.baseId,
         searchType: this.searchType,
         searchKeyWord: this.searchKeyWord,
-        goodsName:this.goodsName,
+        goodsName:this.goodsName!='0'?this.goodsName:'',
         weightGreater:this.weightGreater
       })
         .toPromise()