|
|
@ -406,6 +406,8 @@ |
|
|
|
newDetail.managementTypeParams = managementTypeParams; |
|
|
|
newDetail.fromLocationCode = result.fromLocationCode |
|
|
|
newDetail.handleQty = Number(result.label.qty) |
|
|
|
newDetail.packQty = balance.packQty; |
|
|
|
newDetail.packUnit = balance.packUnit; |
|
|
|
itemp.subList.push(newDetail); |
|
|
|
this.detailSource.push(itemp) |
|
|
|
|
|
|
@ -447,6 +449,8 @@ |
|
|
|
newDetail.toLocationCode = this.toLocationCode; |
|
|
|
newDetail.managementTypeParams = managementTypeParams; |
|
|
|
newDetail.fromLocationCode = result.fromLocationCode |
|
|
|
newDetail.packQty = balance.packQty; |
|
|
|
newDetail.packUnit = balance.packUnit; |
|
|
|
item.subList.push(newDetail); |
|
|
|
this.clearFromLocation() |
|
|
|
this.$refs.okToHoldRecordPackRef.handleQty = 0 |
|
|
|