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/验收入库/产品入库/Kf_ProductInBill_Fast.html |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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