From 06cfc8259911e280d8979940b149bb90a806ff9d Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 04 三月 2025 13:39:53 +0800
Subject: [PATCH] 1.其他出库交互优化

---
 H5/Js/Qtck.js |    4 ++--
 H5/Qtck.aspx  |    6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/H5/Js/Qtck.js b/H5/Js/Qtck.js
index ec5cc84..3666b7b 100644
--- a/H5/Js/Qtck.js
+++ b/H5/Js/Qtck.js
@@ -95,9 +95,9 @@
                     console.log(error);
                 });
         },
-        getBarcode(value) {
+        getBarcode() {
 
-            this.barcode = value;
+            //this.barcode = value;
 
             var that = this;
             that.isLoading = true;
diff --git a/H5/Qtck.aspx b/H5/Qtck.aspx
index e31fd4b..aa67d91 100644
--- a/H5/Qtck.aspx
+++ b/H5/Qtck.aspx
@@ -21,6 +21,7 @@
     label="鍑哄簱鍗曞彿"
     clearable 
      placeholder="閫夋嫨/鎵嬪綍"
+      @keyup.enter.native="GetMesItemBlDetailByBillNo"
     :right-icon-size="19"
       v-model="billNo"
      v-focus.noKeyboard
@@ -32,7 +33,8 @@
   label="鐗╂枡鏉$爜"
    clearable 
  placeholder="璇锋壂鐮�"
-     @input="getBarcode"
+    <%-- @input="getBarcode"--%>
+     @keyup.enter.native ="getBarcode"
   :right-icon-size="19"
      v-model="barcode"
   v-focus.noKeyboard
@@ -84,5 +86,5 @@
   <%--<comback ></comback>--%>
 </asp:Content>
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
- <script src="Js/Qtck.js?<%=11211134 %>"></script>
+ <script src="Js/Qtck.js?<%=113 %>"></script>
 </asp:Content>

--
Gitblit v1.9.3