From 0aa7c71af5afb3281cfead7c48ccfed061ddd258 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 9 Aug 2024 14:36:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/job/jobFilter.vue | 2 +- src/mycomponents/scan/winComScanBalance.vue | 1 + .../inventoryMove/coms/comMoveRecordCard.vue | 16 ++++++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/mycomponents/job/jobFilter.vue b/src/mycomponents/job/jobFilter.vue index 84e9db14..0da05f0f 100644 --- a/src/mycomponents/job/jobFilter.vue +++ b/src/mycomponents/job/jobFilter.vue @@ -59,7 +59,7 @@ --> - + diff --git a/src/mycomponents/scan/winComScanBalance.vue b/src/mycomponents/scan/winComScanBalance.vue index b8f165a8..b2b32600 100644 --- a/src/mycomponents/scan/winComScanBalance.vue +++ b/src/mycomponents/scan/winComScanBalance.vue @@ -282,6 +282,7 @@ }, showErrorMessage(message) { + this.losefocus() this.$refs.comMessage.showErrorMessage(message, res => { if (res) { if (this.$refs.comscan) { diff --git a/src/pages/inventoryMove/coms/comMoveRecordCard.vue b/src/pages/inventoryMove/coms/comMoveRecordCard.vue index 80c1c590..7e9c2113 100644 --- a/src/pages/inventoryMove/coms/comMoveRecordCard.vue +++ b/src/pages/inventoryMove/coms/comMoveRecordCard.vue @@ -1,6 +1,6 @@