From 2d1aa8078b5c455e856572b61251830ea2b128a6 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期三, 21 九月 2022 15:57:29 +0800
Subject: [PATCH] 优化

---
 WebTM/views/工资管理/外购墙布工资/Pay_PurchaseWallclothBillEdit.html |    2 +-
 WebTM/views/领料发货/收料入库/Kf_ReciveBill_Fast.html              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\244\226\350\264\255\345\242\231\345\270\203\345\267\245\350\265\204/Pay_PurchaseWallclothBillEdit.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\244\226\350\264\255\345\242\231\345\270\203\345\267\245\350\265\204/Pay_PurchaseWallclothBillEdit.html"
index aed9d7c..e00f2ce 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\244\226\350\264\255\345\242\231\345\270\203\345\267\245\350\265\204/Pay_PurchaseWallclothBillEdit.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\244\226\350\264\255\345\242\231\345\270\203\345\267\245\350\265\204/Pay_PurchaseWallclothBillEdit.html"
@@ -893,7 +893,7 @@
                 option.data = table.cache["mainTable"];
                 table.render(option);
                 layer.close(index);
-                $('#HBarCode').val();
+                $('#HBarCode').val("");
                 $("#HBarCode").focus();
             }
         });
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html"
index b301a6d..ab3080b 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html"
@@ -221,7 +221,7 @@
                         layer.msg("鎺ュ彛璇锋眰澶辫触锛�" + err, { icon: 5, btn: ['纭'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "娓╅Θ鎻愮ず" });
                     }
                 });
-                $('#HBarCode').val();
+                $('#HBarCode').val("");
                 $("#HBarCode").focus();
             }
 

--
Gitblit v1.9.1