From b385766b41675c0b33d89ebb4d4cf43d98b58360 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 29 Jul 2024 16:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=93=E5=AD=98=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/inventory/distributionStockListDetails.vue | 2 +- src/views/mail/inventory/list.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/distribution/inventory/distributionStockListDetails.vue b/src/views/distribution/inventory/distributionStockListDetails.vue index 2e5d2207..9a190f54 100644 --- a/src/views/distribution/inventory/distributionStockListDetails.vue +++ b/src/views/distribution/inventory/distributionStockListDetails.vue @@ -1265,7 +1265,7 @@ export default { this.query.marketId = this.$route.query.marketId; this.query.materialId = this.$route.query.materialId; this.query.id = this.$route.query.id; - + this.query.incomingBatch=this.$route.query.incomingBatch // getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { // const data = res.data.data; // this.page.total = data.total; diff --git a/src/views/mail/inventory/list.vue b/src/views/mail/inventory/list.vue index 12f6859a..57d8cd71 100644 --- a/src/views/mail/inventory/list.vue +++ b/src/views/mail/inventory/list.vue @@ -874,6 +874,7 @@ export default { query: { id: row.row.id, name: row.row.descriptionGoods + ' — 明细', + incomingBatch:row.row.incomingBatch, }, }); },