|
|
@ -109,6 +109,9 @@ |
|
|
|
getDetailEditRemoveOption |
|
|
|
} from '@/common/array.js'; |
|
|
|
|
|
|
|
import { |
|
|
|
getDirectoryItemArray, |
|
|
|
} from '@/common/directory.js'; |
|
|
|
|
|
|
|
import { |
|
|
|
calc |
|
|
@ -161,7 +164,7 @@ |
|
|
|
positionList: [], |
|
|
|
defaultValueList: [], |
|
|
|
label: {}, |
|
|
|
fromInventoryStatuses: "", |
|
|
|
fromInventoryStatuses: [], |
|
|
|
packageInfo: {} |
|
|
|
} |
|
|
|
}, |
|
|
@ -197,7 +200,7 @@ |
|
|
|
let that = this; |
|
|
|
that.fromLocationList = []; |
|
|
|
if (that.dataContent != null) { |
|
|
|
that.fromInventoryStatuses = this.jobContent.outInventoryStatuses |
|
|
|
that.fromInventoryStatuses = getDirectoryItemArray(this.jobContent.outInventoryStatuses) |
|
|
|
that.toLocation = that.dataContent[0]; |
|
|
|
that.toLocationCode = that.dataContent[0].toLocationCode; |
|
|
|
that.fromLocationList = that.getFromLocationList(); |
|
|
|