|
|
@ -304,6 +304,7 @@ |
|
|
|
if (checkDirectoryItemExist(this.itemStatusList, itemStatus)) { |
|
|
|
this.$refs.okToHoldRecordPackRef.itemCode = result.label.itemCode |
|
|
|
this.$refs.okToHoldRecordPackRef.batch = result.label.batch |
|
|
|
this.$refs.okToHoldRecordPackRef.handleQty = result.label.qty |
|
|
|
this.$refs.okToHoldRecordPackRef.uom = result.balance ? result.balance.uom : "" |
|
|
|
this.getResult = result //存储接受的结果 |
|
|
|
this.$refs.scanPopup.closeScanPopup() |
|
|
@ -327,11 +328,8 @@ |
|
|
|
} |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
this.getScanResultAfterBatch(result, managementTypeParams) |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} else { |
|
|
|
if (managementTypeParams == "BY_BATCH" || managementTypeParams == "BY_QUANTITY") { |
|
|
|