From 1621b79516ac72b9933dd2ea950fe4e267d8a3a7 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期二, 05 十二月 2023 20:03:41 +0800
Subject: [PATCH] bug修复 1.四项库入库时找到在库库位 2.四项库订单出库时没有匹配容器码导致报错 3.四项库转历史档失败

---
 src/main/webapp/static/js/pakStore/locMove.js |   39 ---------------------------------------
 1 files changed, 0 insertions(+), 39 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/locMove.js b/src/main/webapp/static/js/pakStore/locMove.js
index 18bb214..542f6b9 100644
--- a/src/main/webapp/static/js/pakStore/locMove.js
+++ b/src/main/webapp/static/js/pakStore/locMove.js
@@ -133,42 +133,3 @@
     $("#targetLocNo").empty();
     layui.form.render('select');
 }
-
-// // 搴撲綅鐘舵�佽幏鍙�
-// var tips;
-// function locStatus(el) {
-//     let val = el.value;
-//     if (val === null|| val === ""){
-//         return;
-//     }
-//     $.ajax({
-//         url: baseUrl+"/locMast/"+val+"/auth",
-//         headers: {'token': localStorage.getItem('token')},
-//         dataType:'json',
-//         method: 'POST',
-//         success: function (res) {
-//             if (res.code === 200) {
-//                 var status;
-//                 if (res.data != null) {
-//                     status = res.data.locType$;
-//                 } else {
-//                     status = "鏈壘鍒板簱浣�";
-//                 }
-//                 tips = layer.tips(
-//                     "<span style='color:#333;text-overflow: clip;'>"+status+"</span>",
-//                     el,
-//                     {
-//                         tipsMore: true,
-//                         area: ['160px'],
-//                         tips: [3,'#fff'],
-//                         time:0
-//                         ,maxWidth:500
-//                     });
-//             } else if (res.code === 403) {
-//                 top.location.href = baseUrl+"/";
-//             } else {
-//                 layer.msg(res.msg);
-//             }
-//         }
-//     });
-// }

--
Gitblit v1.9.1