|
|
@ -320,14 +320,11 @@ |
|
|
|
// return; |
|
|
|
// } else |
|
|
|
// 直接合格转隔离直接调用的时候需要 |
|
|
|
console.log(88,businessType) |
|
|
|
if(businessType){ |
|
|
|
this.businessType = businessType; |
|
|
|
this.fromInventoryStatuses = getDirectoryItemArray(this.businessType.outInventoryStatuses) |
|
|
|
this.inventoryStatus = getDirectoryItemArray(this.businessType.outInventoryStatuses); //出库库存状态 |
|
|
|
this.fromLocationAreaTypeList = getDirectoryItemArray(this.businessType.outAreaTypes); //出库库区 |
|
|
|
console.log(99,this.fromInventoryStatuses) |
|
|
|
console.log(99,this.balanceFromInventoryStatuses) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|