From e89e80030570de94c01efcd38d39e7f6149057a6 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期四, 11 三月 2021 12:46:53 +0800
Subject: [PATCH] 修改入库时不扫mes仓库bug

---
 WebTM/views/仓存管理/仓库调拨/Cc_LookingForReturnBill.html |    4 ++++
 WebTM/views/验收入库/产品入库/Kf_ProductInBill_Fast.html   |    4 ++++
 WebTM/Properties/PublishProfiles/webtm.pubxml.user |    4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/webtm.pubxml.user b/WebTM/Properties/PublishProfiles/webtm.pubxml.user
index c2b8181..7bc0692 100644
--- a/WebTM/Properties/PublishProfiles/webtm.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/webtm.pubxml.user
@@ -583,7 +583,7 @@
       <publishTime>01/14/2021 10:06:23</publishTime>
     </File>
     <File Include="layuiadmin/Scripts/webConfig.js">
-      <publishTime>03/10/2021 19:45:42</publishTime>
+      <publishTime>03/11/2021 09:30:57</publishTime>
     </File>
     <File Include="layuiadmin/style/admin.css">
       <publishTime>01/14/2021 10:06:24</publishTime>
@@ -1249,7 +1249,7 @@
       <publishTime>01/14/2021 10:06:24</publishTime>
     </File>
     <File Include="views/楠屾敹鍏ュ簱/浜у搧鍏ュ簱/Kf_ProductInBill_Fast.html">
-      <publishTime>03/10/2021 19:28:30</publishTime>
+      <publishTime>03/11/2021 09:29:14</publishTime>
     </File>
     <File Include="views/楠屾敹鍏ュ簱/浜у搧鍏ュ簱/Kf_ProductInBill_FastList.html">
       <publishTime>01/14/2021 10:06:24</publishTime>
diff --git "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html" "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html"
index 1e71bbb..f2a48c6 100644
--- "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html"
+++ "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html"
@@ -716,6 +716,10 @@
                 }
             });
 
+
+
+
+        //浠ヤ笂涓簂ayui妯″潡
         });
 
         //杩斿洖浠撳簱
diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\344\272\247\345\223\201\345\205\245\345\272\223/Kf_ProductInBill_Fast.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\344\272\247\345\223\201\345\205\245\345\272\223/Kf_ProductInBill_Fast.html"
index 362f7b4..502ed94 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\344\272\247\345\223\201\345\205\245\345\272\223/Kf_ProductInBill_Fast.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\344\272\247\345\223\201\345\205\245\345\272\223/Kf_ProductInBill_Fast.html"
@@ -568,6 +568,10 @@
                     layer.msg("璇锋壂MES搴撲綅鐮侊紒", { icon: 5, btn: ['纭'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "娓╅Θ鎻愮ず" });
                     return;
                 }
+                else
+                {
+                    $("#HExplanation").val($("#HWHNAME").val());
+                }
             }
             var sMainStr = JSON.stringify(data.field);
             var sSubStr = table.cache['wl-table'];

--
Gitblit v1.9.1