|
|
@ -422,7 +422,6 @@ |
|
|
|
this.$refs.okToHoldRecordPackRef.showOne = false |
|
|
|
} else { |
|
|
|
var detail = '' |
|
|
|
console.log(9988,managementTypeParams) |
|
|
|
if(managementTypeParams == 'BY_QUANTITY'){ |
|
|
|
detail = item.subList.find(r => { |
|
|
|
if (r.fromLocationCode == balance.locationCode && |
|
|
@ -455,6 +454,7 @@ |
|
|
|
newDetail.toLocationCode = this.toLocationCode; |
|
|
|
newDetail.managementTypeParams = managementTypeParams; |
|
|
|
newDetail.fromLocationCode = result.fromLocationCode |
|
|
|
newDetail.handleQty = result.label.qty |
|
|
|
newDetail.packQty = balance.packQty; |
|
|
|
newDetail.packUnit = balance.packUnit; |
|
|
|
item.subList.push(newDetail); |
|
|
|