From 157abc191c34e57c1b958ae74fc3de6518ca8a30 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 28 二月 2025 11:06:36 +0800
Subject: [PATCH] 修改客户需求

---
 HTML/views/ASNSetting/ArrivalNotice.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/HTML/views/ASNSetting/ArrivalNotice.html b/HTML/views/ASNSetting/ArrivalNotice.html
index 31f6d04..461c73a 100644
--- a/HTML/views/ASNSetting/ArrivalNotice.html
+++ b/HTML/views/ASNSetting/ArrivalNotice.html
@@ -156,7 +156,7 @@
 						<div class="layui-inline DivLoadingArea" style="margin-top: 10px;">
 							<label class="layui-form-label">瀵嗙爜</label>
 							<div class="layui-input-inline" style="width: 220px;">
-								<input type="text" id="password" name="password" placeholder="瀵嗙爜" autocomplete="off"
+								<input type="password" id="password" name="password" placeholder="瀵嗙爜" autocomplete="off"
 								class="layui-input">
 							</div>
 						</div>
@@ -909,6 +909,7 @@
 			//鏄庣粏琛ㄦ搷浣滄爮浜嬩欢
 			table.on('tool(LAY-app-content-list2)', function (obj) {
 				var data = obj.data;
+				console.log("data.supplierlot:"+data.SupplierLot);
 				var lotno = data.LotNo;
 				
 				
@@ -940,6 +941,7 @@
 								}
 							});
 						});	
+						
 
 						break;
 					case "Addlabel" :

--
Gitblit v1.8.0