From 955820ed7589d1f2fadae4a8386999626ae70bea Mon Sep 17 00:00:00 2001 From: x_z Date: Sun, 24 Apr 2022 18:23:35 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B5=81=E5=90=91=E6=9F=A5=E8=AF=A2=EF=BC=8C?= =?UTF-8?q?=E5=88=86=E6=AE=B5=E6=89=AB=E7=A0=81=E4=B8=8D=E5=8B=BE=E9=80=89?= =?UTF-8?q?=E6=97=B6=E6=89=AB=E6=8F=8F=E6=9E=AA=E6=89=AB=E6=8F=8F=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=E8=87=AA=E5=8A=A8=E5=9B=9E=E8=BD=A6=EF=BC=8C=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehouse/ioUdiTrace.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/warehouse/ioUdiTrace.vue b/src/views/warehouse/ioUdiTrace.vue index 542cbd9..3fd55d0 100644 --- a/src/views/warehouse/ioUdiTrace.vue +++ b/src/views/warehouse/ioUdiTrace.vue @@ -202,6 +202,7 @@ export default { limit: 20 }, codeQuery: { code: null }, + sitcomScan: false, checkStatus: { error: "校验异常", null: "未校验", @@ -316,6 +317,14 @@ export default { this.actDateRange = []; this.getList(); }, + enterKey(event) { + if (this.sitcomScan) { + return; + } else { + this.$refs.inputRef.select(); + this.onSubmit(); + } + }, onSubmit() { if (this.actDateRange != null) { this.filterQuery.startTime = this.actDateRange[0];