Kaynağa Gözat

fix:5259【库存台账】查看物品详情,切换出库单,这些出炉单,出库单号跟出库管理的不对,去出库管理搜索也是搜索不到的

mlchen 5 gün önce
ebeveyn
işleme
87c7baed5c

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

@@ -531,8 +531,8 @@ export default {
         categoryId: this.$route.query.id,
         size: this.size,
         pageNum: this.pageNum,
-        bizType: 1,
-        ...this.baseParams
+        ...this.baseParams,
+        type: 1
         // ...this.searchForm,
         // batchNum: this.baseParams.batchNum || this.searchForm.batchNum
       });

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

@@ -513,8 +513,8 @@
           categoryId: this.$route.query.id,
           size: this.size,
           pageNum: this.pageNum,
-          bizType: 2,
-          ...this.baseParams
+          ...this.baseParams,
+          type: 2
           // ...this.searchForm,
           // batchNum: this.baseParams.batchNum || this.searchForm.batchNum
         });