|
|
@ -392,6 +392,10 @@ |
|
|
|
newDetail.handleQty = Number(result.label.qty) |
|
|
|
itemp.subList.push(newDetail); |
|
|
|
this.detailSource.push(itemp) |
|
|
|
|
|
|
|
this.clearFromLocation() |
|
|
|
this.$refs.okToHoldRecordPackRef.handleQty = 0 |
|
|
|
this.$refs.okToHoldRecordPackRef.showOne = false |
|
|
|
} else { |
|
|
|
var detail = '' |
|
|
|
console.log(9988,managementTypeParams) |
|
|
@ -428,6 +432,9 @@ |
|
|
|
newDetail.managementTypeParams = managementTypeParams; |
|
|
|
newDetail.fromLocationCode = result.fromLocationCode |
|
|
|
item.subList.push(newDetail); |
|
|
|
this.clearFromLocation() |
|
|
|
this.$refs.okToHoldRecordPackRef.handleQty = 0 |
|
|
|
this.$refs.okToHoldRecordPackRef.showOne = false |
|
|
|
} else { |
|
|
|
// console.log(999,detail.handleQty) |
|
|
|
// detail.handleQty =calc.add(detail.handleQty, result.label.qty) |
|
|
@ -442,7 +449,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
calcHandleQty(this.detailSource); |
|
|
|
}, |
|
|
|
getInputMsgResult(result,fromWitch){ |
|
|
|