From de7ddaef24896cc0fabd9e3a9bfefa1811201013 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 15 Jan 2024 09:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=87=E8=B4=AD=E9=80=80?= =?UTF-8?q?=E8=B4=A7=E6=95=B0=E9=87=8F=E7=B2=BE=E5=BA=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/detail.js b/common/detail.js index 07d28531..c0d297ed 100644 --- a/common/detail.js +++ b/common/detail.js @@ -59,7 +59,7 @@ export function calcHandleQty(detailSource) { item.handleQty = 0; for (let detail of item.subList) { if (detail != undefined && detail.scaned) { - item.handleQty += Number(detail.handleQty) + item.handleQty = calc.add(item.handleQty,detail.handleQty) } } }