gjy 2 năm trước cách đây
mục cha
commit
90f8821431

+ 4 - 0
src/views/warehousenew/warehouseManagementList.vue

@@ -509,11 +509,15 @@
             })
             })
           }
           }
         } else if (this.headerText == '打印记录') {
         } else if (this.headerText == '打印记录') {
+          if(this.parameter.binNumber=='全部合营'){
+            this.parameter.binNumber=''
+          }
           addselectinfoList({
           addselectinfoList({
               compId: localStorage.getItem('ws-pf_compId'),
               compId: localStorage.getItem('ws-pf_compId'),
               printStartDate: this.parameter.printStartDate,
               printStartDate: this.parameter.printStartDate,
               printEndDate: this.parameter.printEndDate,
               printEndDate: this.parameter.printEndDate,
               warehouseName: this.parameter.warehouseName,
               warehouseName: this.parameter.warehouseName,
+              binNumber:this.parameter.binNumber,
               searchType: this.parameter.radio,
               searchType: this.parameter.radio,
               currentPage: 1,
               currentPage: 1,
               pageSize: 999,
               pageSize: 999,