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, }, }); },