From d54fb499227701e415976c0412139d09cd40a77b Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 16 Oct 2025 15:57:15 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-16=20pda=E7=94=9F=E4=BA=A7=E9=A2=86?= =?UTF-8?q?=E6=96=99=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production-pick/productionPickingDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/production-pick/productionPickingDetail.vue b/src/views/modules/production-pick/productionPickingDetail.vue index b6e1c40..bd49b19 100644 --- a/src/views/modules/production-pick/productionPickingDetail.vue +++ b/src/views/modules/production-pick/productionPickingDetail.vue @@ -333,7 +333,8 @@ export default { site: this.outboundInfo.site, buNo: this.buNo, outboundNo: this.outboundNo, - warehouseId: getCurrentWarehouse() + warehouseId: getCurrentWarehouse(), + relatedNo: this.relatedNo }; getOutboundMaterialList(params).then(({ data }) => { this.materialListLoading = false;