From 21bdf0f6e844a1a747c616197f1427d6a7445afe Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 16 五月 2025 08:23:17 +0800
Subject: [PATCH] 1.无线打印条码方法公共化 2.采购退货优化

---
 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