|
|
@ -418,6 +418,7 @@ |
|
|
|
newDetail.managementTypeParams = managementTypeParams; |
|
|
|
newDetail.fromLocationCode = result.fromLocationCode |
|
|
|
newDetail.handleQty = Number(result.label.qty) |
|
|
|
newDetail.batch = result.label.batch |
|
|
|
newDetail.packQty = balance.packQty; |
|
|
|
newDetail.packUnit = balance.packUnit; |
|
|
|
itemp.subList.push(newDetail); |
|
|
@ -460,6 +461,7 @@ |
|
|
|
newDetail.toLocationCode = this.toLocationCode; |
|
|
|
newDetail.managementTypeParams = managementTypeParams; |
|
|
|
newDetail.fromLocationCode = result.fromLocationCode |
|
|
|
newDetail.batch = result.label.batch |
|
|
|
newDetail.handleQty = result.label.qty |
|
|
|
newDetail.packQty = balance.packQty; |
|
|
|
newDetail.packUnit = balance.packUnit; |
|
|
|