From c9cd6646fdd1296a7feeb4384ebfe06ab90a52d7 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期三, 27 十一月 2024 08:25:17 +0800
Subject: [PATCH] 修改批次长度判断 ,批次长度增加为11位和12位
---
HTML/views/ASNSetting/LabelPrint.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/HTML/views/ASNSetting/LabelPrint.html b/HTML/views/ASNSetting/LabelPrint.html
index 9bd7c63..e6fe72b 100644
--- a/HTML/views/ASNSetting/LabelPrint.html
+++ b/HTML/views/ASNSetting/LabelPrint.html
@@ -119,7 +119,7 @@
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;
@@ -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