From 3cbf47354d8ad89e86f7610c0be51afc4aa21262 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Thu, 7 Mar 2024 00:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=98=8E=E7=BB=86=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/inventory/distributionStockListDetails.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/distribution/inventory/distributionStockListDetails.vue b/src/views/distribution/inventory/distributionStockListDetails.vue index 933fc382..b4b06bad 100644 --- a/src/views/distribution/inventory/distributionStockListDetails.vue +++ b/src/views/distribution/inventory/distributionStockListDetails.vue @@ -875,11 +875,11 @@ 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; console.log(this.query.stockListId,'this.query.stockListId'); this.query.storeId =