From 30e63fd1d589038e5436489f66d482589f29faab Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 8 Jan 2026 14:28:57 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-08=20pda=E5=85=B6=E4=BB=96=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E4=BC=A0=E5=85=B3=E8=81=94=E5=8D=95=E5=8F=B7=E5=92=8C?= =?UTF-8?q?=E5=85=B3=E8=81=94=E5=8D=95=E8=A1=8C=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/other-inout/otherInboundDetail.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/modules/other-inout/otherInboundDetail.vue b/src/views/modules/other-inout/otherInboundDetail.vue index a11d2c0..0a96874 100644 --- a/src/views/modules/other-inout/otherInboundDetail.vue +++ b/src/views/modules/other-inout/otherInboundDetail.vue @@ -537,7 +537,9 @@ export default { batchNo: this.batchNo.trim(), warehouseId: getCurrentWarehouse(), operationType: 'I', // I表示添加 - documentType: '其他入库' // 单据类型 + documentType: '其他入库', // 单据类型 + relatedOrderNo: this.inboundInfo.relatedOrderNo, + relatedOrderLineNo: this.inboundInfo.relatedOrderLineNo }; validateLabelWithOtherInbound(params).then(({ data }) => { @@ -596,8 +598,10 @@ export default { buNo: this.inboundInfo.buNo, inboundNo: this.inboundNo, locationCode: this.locationCode.trim(), - documentType: '其他入库' // 单据类型 - }; + documentType: '其他入库', // 单据类型 + relatedOrderNo: this.inboundInfo.relatedOrderNo, + relatedOrderLineNo: this.inboundInfo.relatedOrderLineNo + } try { const { data } = await confirmOtherInbound(params); if (data && data.code === 0) {