From 0cf6a884979c13d71b185fef64b861553bfdb7ef Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 15 Jan 2026 10:41:23 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-15=20=E8=8E=B7=E5=8F=96=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=E5=BA=93=E5=AD=98=E5=A2=9E=E5=8A=A0=E5=85=B3=E8=81=94?= =?UTF-8?q?=E5=8D=95=E5=8F=B7=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production-pick/productionPickingDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/production-pick/productionPickingDetail.vue b/src/views/modules/production-pick/productionPickingDetail.vue index 8876dad..5e6a467 100644 --- a/src/views/modules/production-pick/productionPickingDetail.vue +++ b/src/views/modules/production-pick/productionPickingDetail.vue @@ -450,7 +450,7 @@ export default { site: this.outboundInfo.site, notifyNo: this.outboundNo, notifyType: '生产领料', - orderNo: '', + orderNo: this.outboundInfo.relatedNo, orderLineNo: '', partNo: partNo, warehouseId: localStorage.getItem('warehouseId') || ''