|
@ -447,7 +447,14 @@ |
|
|
detail.toBatch = info.batch; |
|
|
detail.toBatch = info.batch; |
|
|
detail.toContainerNumber = ''; |
|
|
detail.toContainerNumber = ''; |
|
|
// detail.toLocationCode = this.toLocationCode; |
|
|
// detail.toLocationCode = this.toLocationCode; |
|
|
|
|
|
if(this.businessTypeCode == "Move") |
|
|
|
|
|
{ |
|
|
|
|
|
detail.toInventoryStatus=detail.inventoryStatus; |
|
|
|
|
|
} |
|
|
|
|
|
else |
|
|
|
|
|
{ |
|
|
detail.toInventoryStatus=this.toInventoryStatus; |
|
|
detail.toInventoryStatus=this.toInventoryStatus; |
|
|
|
|
|
} |
|
|
subList.push(detail) |
|
|
subList.push(detail) |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|