From 2d809c12abe87c21d6090ce6c5b3c75959cf4a2b Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期二, 24 六月 2025 09:13:48 +0800
Subject: [PATCH] Merge branch 'master' into csc

---
 HTML/views/ASNSetting/LabelPrintSelect.html |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/HTML/views/ASNSetting/LabelPrintSelect.html b/HTML/views/ASNSetting/LabelPrintSelect.html
index be21290..1e01304 100644
--- a/HTML/views/ASNSetting/LabelPrintSelect.html
+++ b/HTML/views/ASNSetting/LabelPrintSelect.html
@@ -122,11 +122,11 @@
                     });
 
 					var id = getQueryString('Id');
-					var SupplierLot=getQueryString('SupplierLot');//渚涜揣鎵规
-					$('#SupplierLot').val(SupplierLot);
-					if(SupplierLot!='' && SupplierLot!=null &&SupplierLot!=undefined){
-						$('#SupplierLot').attr('readonly', 'readonly');
-					}
+					// var SupplierLot=getQueryString('SupplierLot');//渚涜揣鎵规
+					// $('#SupplierLot').val(SupplierLot);
+					// if(SupplierLot!='' && SupplierLot!=null &&SupplierLot!=undefined){
+					// 	$('#SupplierLot').attr('readonly', 'readonly');
+					// }
 					var asnType = getQueryString('Type');
 					console.log(asnType);
 					// console.log(asnType == 4);
@@ -143,7 +143,11 @@
 					 
 					synData(IP + "/BllAsn/GetAsnDetailQtyList", param , 'get', function (res) {
 						if (res.code == 0) { //鎴愬姛  
-							$("#arriveQty").val(res.data);
+							$("#arriveQty").val(res.data.Qty);
+							$("#productionTime").val(res.data.ProductionTime);
+							$("#expirationTime").val(res.data.ExpirationTime);
+							$("#storeTime").val(res.data.StoreTime);
+							$("#SupplierLot").val(res.data.SupplierLot);
 						} else { //涓嶆垚鍔�
 							layer.msg(res.msg, {
 								icon: 2,

--
Gitblit v1.8.0