|
|
@ -292,13 +292,13 @@ |
|
|
|
toLocationCode:locationCode, |
|
|
|
// inventoryStatus:inventoryStatus, |
|
|
|
// toInventoryStatus:inventoryStatus, |
|
|
|
// balance:result.balance, |
|
|
|
balance:{}, |
|
|
|
isRecommend:false, |
|
|
|
isNewAdd:"newAdd" |
|
|
|
} |
|
|
|
// newAdd.balance.balanceQty = Number(result.balance.qty); |
|
|
|
// newAdd.balance.packQty = Number(result.package.packQty) |
|
|
|
// newAdd.balance.packUnit = result.package.packUnit |
|
|
|
newAdd.balance.packQty = Number(result.package.packQty) |
|
|
|
newAdd.balance.packUnit = result.package.packUnit |
|
|
|
newAdd.scaned = true; |
|
|
|
detail.subList.push(newAdd) |
|
|
|
} else { |
|
|
|