|
|
@ -394,7 +394,6 @@ |
|
|
|
toLocationCode: this.toLocationCode, |
|
|
|
batch: result.label.batch, |
|
|
|
handleQty: result.label.qty, |
|
|
|
qty: 0, |
|
|
|
inventoryStatus: result.balance.inventoryStatus, |
|
|
|
toLocation: result.balance.toLocation, |
|
|
|
balanceQty: result.balance.qty, |
|
|
@ -418,7 +417,6 @@ |
|
|
|
detail.subList.push(item) |
|
|
|
//计算数量 |
|
|
|
detail.handleQty = 0 |
|
|
|
detail.qty = 0 |
|
|
|
} else { |
|
|
|
// itemDetail.handleQty = calc.add(itemDetail.handleQty, result.label.qty) |
|
|
|
itemDetail.packList = itemDetail.packList && itemDetail.packList.length > 0 ? itemDetail.packList : [] |
|
|
|