From f6513ffa7e2efe2a4dc81626c7aab9cf643f8f41 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 14 三月 2024 10:14:28 +0800
Subject: [PATCH] 1.增加牌号作为唯一物料条件 (当前牌号 批号 包号可以筛选出唯一物料) 2.增加移库接口 3.订单出库可替换物料 4.页面ui完善

---
 src/main/webapp/views/detail.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/detail.html b/src/main/webapp/views/detail.html
index 52d8874..38cf8d4 100644
--- a/src/main/webapp/views/detail.html
+++ b/src/main/webapp/views/detail.html
@@ -57,13 +57,13 @@
                     <div class="layui-form-mid layui-word-aux">褰撳墠瑙掕壊涓嶅彲鏇存敼涓哄叾瀹冭鑹�</div>
                 </div>
                 <div class="layui-form-item">
-                    <label class="layui-form-label">璐﹀彿鍚�</label>
+                    <label class="layui-form-label">鍚嶇О</label>
                     <div class="layui-input-inline">
                         <input id="username" class="layui-input" type="text" placeholder="璇疯緭鍏�" autocomplete="off">
                     </div>
                 </div>
                 <div class="layui-form-item">
-                    <label class="layui-form-label">鎵嬫満鍙�</label>
+                    <label class="layui-form-label">璐﹀彿</label>
                     <div class="layui-input-inline">
                         <input id="mobile" class="layui-input" type="text" placeholder="璇疯緭鍏�" autocomplete="off">
                     </div>
@@ -130,11 +130,10 @@
                 title: '淇敼瀵嗙爜',
                 maxmin: true,
                 area: ['350px', '310px'],
-                offset: ['120px', '350px'],
                 shadeClose: false,
                 content: 'password.html',
                 success: function(layero, index){
-
+                    layer.iframeAuto(index);
                 }
             })
         });
@@ -158,6 +157,7 @@
                             layer.msg(res.msg);
                             localStorage.setItem("username", user.username);
                             parent.$('#person-username').text(localStorage.getItem('username'));
+                            parent.layer.closeAll();
                         } else if (res.code === 403){
                             top.location.href = baseUrl+"/";
                         } else {

--
Gitblit v1.9.1