|
@ -485,7 +485,7 @@ |
|
|
}); |
|
|
}); |
|
|
//目前任务只到一个库位 |
|
|
//目前任务只到一个库位 |
|
|
var itemCodes = [] |
|
|
var itemCodes = [] |
|
|
let locationCode = this.detailSource[0].toLocationCode |
|
|
let locationCode = this.toLocationCode |
|
|
this.detailSource.forEach(toLocation => { |
|
|
this.detailSource.forEach(toLocation => { |
|
|
itemCodes.push(toLocation.itemCode) |
|
|
itemCodes.push(toLocation.itemCode) |
|
|
}) |
|
|
}) |
|
|