From e0831a327b71830c7e56d8dd6a756e0ec96cf299 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Tue, 12 Nov 2024 15:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E6=89=B9=E6=AC=A1=E5=92=8C?= =?UTF-8?q?=E6=9D=A5=E6=BA=90=E5=BA=93=E4=BD=8D=E5=88=A4=E6=96=AD=EF=BC=8C?= =?UTF-8?q?=E4=B8=8A=E4=B8=80=E6=9D=A1=E6=8F=90=E4=BA=A4=E5=A4=87=E6=B3=A8?= =?UTF-8?q?=E4=B9=9F=E6=98=AF=E8=BF=99=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deliver/job/deliverDetailBatch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/deliver/job/deliverDetailBatch.vue b/src/pages/deliver/job/deliverDetailBatch.vue index edbb6418..24c01ae1 100644 --- a/src/pages/deliver/job/deliverDetailBatch.vue +++ b/src/pages/deliver/job/deliverDetailBatch.vue @@ -315,7 +315,7 @@ toLocationCode:this.toLocationCode, batch:result.label.batch, handleQty:result.label.qty, - qty:result.balance.qty, + qty:this.recommendQty, inventoryStatus:result.balance.inventoryStatus, toLocation:result.balance.toLocation, balance:result.balance,