From 2f0120d0c10ac24603936911ee5812d4e71d2740 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期二, 03 十二月 2024 15:07:39 +0800
Subject: [PATCH] 叠托机组空托盘跺

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

diff --git a/HTML/views/ASNSetting/LabelPrint.html b/HTML/views/ASNSetting/LabelPrint.html
index a17677f..e6fe72b 100644
--- a/HTML/views/ASNSetting/LabelPrint.html
+++ b/HTML/views/ASNSetting/LabelPrint.html
@@ -119,9 +119,9 @@
             var expirationTime = getQueryString('ExpirationTime');
             var storeTime = getQueryString('StoreTime');  
 
-            var supplierLot=getQueryString('SupplierLot'); //渚涜揣鎵规
+            var supplierLot=getQueryString('SupplierLot'); //鍘熷巶鎵瑰彿
             $("#SupplierLot").html(supplierLot);
-            
+            console.log(supplierLot);
             var doing = true;
             // console.log(productionTime);
             // console.log(expirationTime);
@@ -140,7 +140,7 @@
                         ProductionTime:productionTime,
                         ExpirationTime:expirationTime,
                         StoreTime:storeTime,
-                        SupplierLot:supplierLot//渚涜揣鎵规
+                        SupplierLot:supplierLot//鍘熷巶鎵瑰彿
                     };
                     // console.log(param);
                     synData(IP + "/BllAsn/AddLabelBox", param , 'post', function (res) {

--
Gitblit v1.8.0