@ -588,7 +588,7 @@
if (checkDirectoryItemExist(this.itemTypeList, itemType)) {
if (checkDirectoryItemExist(this.itemStatusList, itemStatus)) {
this.$refs.scanPopup.getScanResult(result)
this.$refs.okToHoldRecordPackRef.itemCode=result.label.itemCode
} else {
this.$refs.okToHoldRecordPackRef.itemCode = ''
var hint = getListItemStatusDesc(this.itemStatusList);
@ -485,7 +485,7 @@
});
//目前任务只到一个库位
var itemCodes = []
let locationCode = this.detailSource[0].toLocationCode
let locationCode = this.toLocationCode
this.detailSource.forEach(toLocation => {
itemCodes.push(toLocation.itemCode)
})