|
|
@ -572,7 +572,7 @@ |
|
|
|
detail.handleQty = calc.add(detail.handleQty, cur.handleQty) |
|
|
|
}) |
|
|
|
}) |
|
|
|
console.log(333, this.detailSource) |
|
|
|
// console.log(333, this.detailSource) |
|
|
|
setTimeout(r => { |
|
|
|
that.resizeCollapse(); |
|
|
|
that.$forceUpdate() |
|
|
@ -663,6 +663,7 @@ |
|
|
|
setParams() { |
|
|
|
var commitSubList = [] |
|
|
|
var creator = this.$store.state.user.id |
|
|
|
console.log(333, this.detailSource) |
|
|
|
this.detailSource.forEach(toLocationCode => { |
|
|
|
toLocationCode.subList.forEach(item => { |
|
|
|
item.packList.forEach(boardNumber => { |
|
|
@ -698,7 +699,7 @@ |
|
|
|
subItem.recordList = []; |
|
|
|
// batch.Records.forEach(r => { |
|
|
|
let record = {}; |
|
|
|
record.handleQty = item.handleQty; |
|
|
|
record.handleQty = boardNumber.handleQty; |
|
|
|
record.qty = item.qty; |
|
|
|
record.fromBatch = item.batch; |
|
|
|
record.fromContainerNumber = item.containerNumber; |
|
|
|