From b5bc25d63536c8998e44120a13e7d623f797fa53 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 3 Oct 2025 18:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E5=90=88=E6=A0=BC=E5=85=A5?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../automatedWarehouse/palletAssembly.vue | 28 +++++---- src/views/modules/other-transaction/index.vue | 11 ---- .../other-transaction/inventory-move.vue | 26 +++++---- .../other-transaction/other-inbound.vue | 40 +++++++------ .../other-transaction/other-outbound.vue | 58 ++++++++++++------- src/views/modules/recv/inspectionResults.vue | 16 ++++- src/views/modules/recv/qualifiedStorage.vue | 26 +++++---- src/views/modules/recv/recv.vue | 45 +++++--------- src/views/modules/recv/unqualifiedProcess.vue | 14 +++-- 9 files changed, 141 insertions(+), 123 deletions(-) diff --git a/src/views/modules/automatedWarehouse/palletAssembly.vue b/src/views/modules/automatedWarehouse/palletAssembly.vue index f1f9334..f877443 100644 --- a/src/views/modules/automatedWarehouse/palletAssembly.vue +++ b/src/views/modules/automatedWarehouse/palletAssembly.vue @@ -24,7 +24,10 @@ style="flex: 0.75;" clearable @keyup.enter.native="handlePalletScan" - @focus.native="$event.target.setAttribute('inputmode', 'none')" + inputmode="none" + autocomplete="off" + autocorrect="off" + spellcheck="false" ref="palletInput" />