From 70cb04a1eabdf0ffdddc017f219eb6bc9f13de66 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期三, 28 五月 2025 15:22:31 +0800
Subject: [PATCH] 1.现场收料字段优化
---
H5/BarCf.aspx | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/H5/BarCf.aspx b/H5/BarCf.aspx
index f85caa6..130c8d0 100644
--- a/H5/BarCf.aspx
+++ b/H5/BarCf.aspx
@@ -24,7 +24,8 @@
placeholder="璇锋壂鐮�"
:right-icon-size="19"
v-focus.noKeyboard
- @change="getScan"
+ @keyup.enter.native="getScan"
+<%-- @change="getScan"--%>
></van-field>
<van-field
v-model="formData.itemNo"
@@ -56,6 +57,7 @@
label="鎷嗗垎鏁伴噺"
clearable
placeholder="璇疯緭鍏ユ媶鍒嗘暟閲�"
+ @input="handleNumberInput3"
:right-icon-size="19"
v-focus.noKeyboard
></van-field>
@@ -71,5 +73,5 @@
<%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/BarCf.js?<%=121 %>"></script>
+ <script src="Js/BarCf.js?<%=121111 %>"></script>
</asp:Content>
--
Gitblit v1.9.3