From b9f7560cbe0e562a40e9515a0559a3e951f0fee6 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 07 四月 2025 09:16:01 +0800
Subject: [PATCH] 问题修改

---
 HTML/views/ASNSetting/ArrivalNotice.html |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/HTML/views/ASNSetting/ArrivalNotice.html b/HTML/views/ASNSetting/ArrivalNotice.html
index 8fba9f5..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,7 +909,9 @@
 			//鏄庣粏琛ㄦ搷浣滄爮浜嬩欢
 			table.on('tool(LAY-app-content-list2)', function (obj) {
 				var data = obj.data;
+				console.log("data.supplierlot:"+data.SupplierLot);
 				var lotno = data.LotNo;
+				
 				
 				var id = data.Id;
 				switch(obj.event)
@@ -939,6 +941,7 @@
 								}
 							});
 						});	
+						
 
 						break;
 					case "Addlabel" :
@@ -962,7 +965,8 @@
 									//"&Level="+field.level+"&Type="+field.type+"&BoxType="+field.boxType+"&Qty="+field.qty+
 									var str = "Id="+id+"&IsReset="+field.reset+"&ArriveQty="+field.arriveQty
 									+"&ProductionTime="+field.productionTime+"&ExpirationTime="+field.expirationTime
-									+"&StoreTime="+field.storeTime+"&SupplierLot="+field.SupplierLot;
+									+"&StoreTime="+field.storeTime+"&SupplierLot="+field.SupplierLot +"&Lotno="+lotno;
+									console.log("field.lotno:"+lotno);
 									
 									layer.open({
 										type: 2,

--
Gitblit v1.8.0