ysy hace 2 años
padre
commit
6c41efbb3d

+ 1 - 0
src/views/warehouseManagement/stockLedger/allBatchDetails.vue

@@ -129,6 +129,7 @@
         this.$nextTick(() => {
           console.log(res);
           this.categoryId = res.categoryWms && res.categoryWms.categoryId
+         
           this.$refs.baseInfoRef.getDetailInfoAugr(res.category); //基本信息
           this.$refs.warehouseConfigRef.getDetailInfoAugr(res.categoryWms);
         });

+ 1 - 1
src/views/warehouseManagement/stockLedger/components/details/InWarehouse.vue

@@ -211,7 +211,7 @@
           size: this.size,
           page: this.page,
           type: 1,
-          // ...this.baseParams,
+          ...this.baseParams,
           // ...this.searchForm,
           // batchNum: this.baseParams.batchNum || this.searchForm.batchNum
         });

+ 1 - 1
src/views/warehouseManagement/stockLedger/components/details/OutWarehouse.vue

@@ -223,7 +223,7 @@
           size: this.size,
           page: this.page,
           type: 2,
-          // ...this.baseParams,
+          ...this.baseParams,
           // ...this.searchForm,
           // batchNum: this.baseParams.batchNum || this.searchForm.batchNum
         });