diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index 3ec20363..7ff8297d 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -36,8 +36,8 @@ + @onConfirm='okToHoldRecordPackConfirm' @getInputMsgResult="getInputMsgResult" + > - + @@ -83,7 +83,7 @@ winScanLocation, uom }, - emits: ["showFromLocationPopup", 'itemCodeClick', 'confirm', 'getInputMsgResult', 'clearFromLocationCode', + emits: ["showFromLocationPopup", 'itemCodeClick', 'onConfirm', 'getInputMsgResult', 'clearFromLocationCode', 'clickBtnClearItemCode' ], data() { @@ -120,7 +120,7 @@ } this.$emit("itemCodeClick"); }, - confirm() { + clickConfirm() { // this.$refs.scanLocationCode.openScanPopup() let obj = { @@ -129,7 +129,7 @@ batch: this.batch, handleQty: this.handleQty, } - this.$emit("confirm", obj); + this.$emit("onConfirm", obj); // if(!obj.fromLocationCode){ // this.$refs.comMessage.showErrorMessage('请选择来源库位'); // return;