|
|
@ -526,7 +526,7 @@ const creatRecord = (label, balance, packageInfo) => { |
|
|
|
batch: label.batch, |
|
|
|
// qty: Number(balance.qty), |
|
|
|
// qty: Number(label.qty) > Number(balance.qty) ? Number(balance.qty) : Number(label.qty), |
|
|
|
qty: balance.lableQty ?? Number(label.qty), |
|
|
|
qty: balance.qty ?? Number(label.qty), |
|
|
|
uom: balance.uom, |
|
|
|
inventoryStatus: balance.inventoryStatus, |
|
|
|
balance, |
|
|
|