From 98d17757d846a9d2f7b382317e6164d9a19e306e Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 6 Mar 2024 23:21:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=BA=93=E5=AD=98=E5=93=81?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=98=8E=E7=BB=86=E6=9F=A5=E8=AF=A2=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/distribution/inventory/distributionStockList.vue | 1 + .../distribution/inventory/distributionStockListDetails.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/distribution/inventory/distributionStockList.vue b/src/views/distribution/inventory/distributionStockList.vue index 0c576e30..fdc84e03 100644 --- a/src/views/distribution/inventory/distributionStockList.vue +++ b/src/views/distribution/inventory/distributionStockList.vue @@ -1112,6 +1112,7 @@ export default { materialId: row.row.materialId, incomingBatch: row.row.incomingBatch, name: row.row.descriptionGoods + ' — 明细', + id: row.row.id, }, }); }, diff --git a/src/views/distribution/inventory/distributionStockListDetails.vue b/src/views/distribution/inventory/distributionStockListDetails.vue index 97d606a1..933fc382 100644 --- a/src/views/distribution/inventory/distributionStockListDetails.vue +++ b/src/views/distribution/inventory/distributionStockListDetails.vue @@ -881,6 +881,7 @@ export default { this.query.warehouseId = this.queryOwn.warehouseId; // this.query.incomingBatch = this.$route.query.incomingBatch; this.query.stockListId=this.$route.query.id; + console.log(this.query.stockListId,'this.query.stockListId'); this.query.storeId = !!this.queryOwn.storeId && this.queryOwn.storeId != '-1' ? this.queryOwn.storeId : null; if (!!this.queryOwn.pid) {