@ -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)
}