From 4eff3a8e16e844fd1d842a6b790ecb9e1878d4b1 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期一, 30 五月 2022 13:34:58 +0800
Subject: [PATCH] 缓存列表样式修改

---
 WebTM/views/领料发货/委外出库/Kf_EntrustOutBill_Fast.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBill_Fast.html"
index e5ccf7b..06a626e 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBill_Fast.html"
@@ -741,10 +741,7 @@
 
             //鏉″舰鐮佸洖杞︽柟娉�
             $('#HBarCode').on('keydown', function (event) {
-                var sQty = $("#HQty").val();
-                if (sQty == "") {
-                    sQty = 0;
-                }
+               
                 if (event.keyCode == 13) {
                     GetMeesageByBarCode();
                 }
@@ -834,6 +831,10 @@
                 var Flag = sessionStorage["SourceFlag"];
                 var sMouldManagerCtl = "N";  //鏄惁鍚敤鍣ㄥ叿绠$悊
                 var sFIFOCtl = "N";          //鏄惁鍚敤鍏堣繘鍏堝嚭绠$悊
+                var sQty = $("#HQty").val();
+                if (sQty == "") {
+                    sQty = 0;
+                }
 
                 if (sBarCode == '') {
                     playSound();

--
Gitblit v1.9.1