From 6bca03c35d8359c57debe1c03c13192dc1ad15e0 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 18 十一月 2022 16:55:41 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI

---
 WebTM/views/验收入库/委外入库/Kf_EntrustInBill_Fast.html |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_Fast.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_Fast.html"
index e6a1a88..b77776c 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_Fast.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_Fast.html"
@@ -640,9 +640,9 @@
 
             //鎵潯鐮�
             $('#HBarCode').on('keydown', function (event) {
-                if (sQty == "") {
-                    sQty = 0;
-                }
+                //if (sQty == "") {
+                //    sQty = 0;
+                //}
                 if (event.keyCode == 13) {
                     GetMeesageByBarCode
                 }
@@ -768,6 +768,10 @@
                 if (sQty != "") {
                     $('#HQty').val("");
                 }
+                if (sQty == "") {
+                    sQty = 0;
+                }
+
                 $.ajax({
                     //url: "http://61.130.49.162:9090/WMSAPI///Kf_EntrustInBill/get_CheckTypeByBarCode_Json",
                     url: GetWEBURL() + "/Kf_EntrustInBill/get_CheckTypeByBarCode_Json",

--
Gitblit v1.9.1