|
|
@ -684,7 +684,10 @@ |
|
|
|
// detail.toBatch = info.batch; |
|
|
|
detail.toContainerNumber = ''; |
|
|
|
// detail.toLocationCode = this.toLocationCode; |
|
|
|
if (this.businessTypeCode == "Move") { |
|
|
|
// 隔离转合格 |
|
|
|
if (this.businessTypeCode == "HoldToOk") { |
|
|
|
detail.toInventoryStatus = detail.toInventoryStatus; |
|
|
|
}else if (this.businessTypeCode == "Move") { |
|
|
|
detail.toInventoryStatus = detail.inventoryStatus; |
|
|
|
} else { |
|
|
|
detail.toInventoryStatus = this.toInventoryStatus; |
|
|
|