From 340c6c02b720eaf73eb7fa0c368acff8e9942e50 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期五, 15 三月 2024 11:19:48 +0800
Subject: [PATCH] Merge branch 'wxw'

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

diff --git a/HTML/views/ASNSetting/LabelPrint.html b/HTML/views/ASNSetting/LabelPrint.html
index 2519584..a17677f 100644
--- a/HTML/views/ASNSetting/LabelPrint.html
+++ b/HTML/views/ASNSetting/LabelPrint.html
@@ -118,6 +118,9 @@
             var productionTime = getQueryString('ProductionTime');
             var expirationTime = getQueryString('ExpirationTime');
             var storeTime = getQueryString('StoreTime');  
+
+            var supplierLot=getQueryString('SupplierLot'); //渚涜揣鎵规
+            $("#SupplierLot").html(supplierLot);
             
             var doing = true;
             // console.log(productionTime);
@@ -136,7 +139,8 @@
                         ArriveQty:arriveQty,  
                         ProductionTime:productionTime,
                         ExpirationTime:expirationTime,
-                        StoreTime:storeTime
+                        StoreTime:storeTime,
+                        SupplierLot:supplierLot//渚涜揣鎵规
                     };
                     // console.log(param);
                     synData(IP + "/BllAsn/AddLabelBox", param , 'post', function (res) {
@@ -182,7 +186,7 @@
                         $("#Standard").html(res.data.Standard);
                         $("#PackageStandard").html(res.data.PackageStandard);
                         $("#SkuNo").html(res.data.SkuNo);
-                        $("#SupplierLot").html(res.data.SupplierLot);
+                        
                         $("#ExpirationTime").html(expirationTime);
                         $("#StoreTime").html( storeTime);
                         

--
Gitblit v1.8.0