From a557f5be7034369d2e321949dd76dffbd7c738be Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Mon, 6 May 2024 10:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E5=AD=98=E8=BD=AC?= =?UTF-8?q?=E7=A7=BB=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inventoryMove/job/inventoryMoveDetail.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/inventoryMove/job/inventoryMoveDetail.vue b/src/pages/inventoryMove/job/inventoryMoveDetail.vue index 0896ee9c..4f74e230 100644 --- a/src/pages/inventoryMove/job/inventoryMoveDetail.vue +++ b/src/pages/inventoryMove/job/inventoryMoveDetail.vue @@ -447,7 +447,14 @@ detail.toBatch = info.batch; detail.toContainerNumber = ''; // detail.toLocationCode = this.toLocationCode; - detail.toInventoryStatus=this.toInventoryStatus; + if(this.businessTypeCode == "Move") + { + detail.toInventoryStatus=detail.inventoryStatus; + } + else + { + detail.toInventoryStatus=this.toInventoryStatus; + } subList.push(detail) } })