From b4d342fdb85dfaf0afb7e76b31449ccde65d6cd8 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 6 Mar 2024 21:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=98=8E=E7=BB=86=E4=BC=A0?= =?UTF-8?q?=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventory/distributionStockListDetails.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/distribution/inventory/distributionStockListDetails.vue b/src/views/distribution/inventory/distributionStockListDetails.vue index 09e3d291..97d606a1 100644 --- a/src/views/distribution/inventory/distributionStockListDetails.vue +++ b/src/views/distribution/inventory/distributionStockListDetails.vue @@ -875,11 +875,12 @@ export default { //查询入记录 async getOnRu(page, params = {}) { this.query = {}; - this.query.marketId = this.queryOwn.marketId; + // this.query.marketId = this.queryOwn.marketId; this.query.serviceType = this.queryOwn.serviceType; - this.query.materialId = this.queryOwn.materialId; + // this.query.materialId = this.queryOwn.materialId; this.query.warehouseId = this.queryOwn.warehouseId; - this.query.incomingBatch = this.$route.query.incomingBatch; + // this.query.incomingBatch = this.$route.query.incomingBatch; + this.query.stockListId=this.$route.query.id; this.query.storeId = !!this.queryOwn.storeId && this.queryOwn.storeId != '-1' ? this.queryOwn.storeId : null; if (!!this.queryOwn.pid) {