|
|
@ -492,7 +492,8 @@ |
|
|
|
detail.toBatch = info.batch; |
|
|
|
detail.toContainerNumber = ''; |
|
|
|
detail.toInventoryStatus = detail.inventoryStatus |
|
|
|
detail.toLocationCode = this.toLocationCode |
|
|
|
detail.toLocationCode = this.toLocationCode |
|
|
|
detail.available = 'TRUE' |
|
|
|
if (detail.fgList) { |
|
|
|
detail.fgList.forEach(res => { |
|
|
|
res.outsideItemCode = res.itemCode |
|
|
@ -503,7 +504,8 @@ |
|
|
|
subList.push(detail) |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
}) |
|
|
|
this.jobContent.available = 'TRUE' |
|
|
|
this.jobContent.subList = subList |
|
|
|
this.jobContent.creator = creator; |
|
|
|
return this.jobContent; |
|
|
|