diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index c85f9806..1227f3c7 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -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() @@ -326,12 +327,9 @@ this.showErrorMessage('未查找到物料【' + result.label.itemCode + '】'); } }) - - + } else { this.getScanResultAfterBatch(result, managementTypeParams) - - } } else { if (managementTypeParams == "BY_BATCH" || managementTypeParams == "BY_QUANTITY") {