|
@ -588,7 +588,7 @@ |
|
|
|
|
|
|
|
|
if (checkDirectoryItemExist(this.itemTypeList, itemType)) { |
|
|
if (checkDirectoryItemExist(this.itemTypeList, itemType)) { |
|
|
if (checkDirectoryItemExist(this.itemStatusList, itemStatus)) { |
|
|
if (checkDirectoryItemExist(this.itemStatusList, itemStatus)) { |
|
|
this.$refs.scanPopup.getScanResult(result) |
|
|
this.$refs.okToHoldRecordPackRef.itemCode=result.label.itemCode |
|
|
} else { |
|
|
} else { |
|
|
this.$refs.okToHoldRecordPackRef.itemCode = '' |
|
|
this.$refs.okToHoldRecordPackRef.itemCode = '' |
|
|
var hint = getListItemStatusDesc(this.itemStatusList); |
|
|
var hint = getListItemStatusDesc(this.itemStatusList); |
|
|