zhaowc
2025-02-28 157abc191c34e57c1b958ae74fc3de6518ca8a30
HTML/views/ASNSetting/LabelPrint.html
@@ -119,9 +119,11 @@
            var expirationTime = getQueryString('ExpirationTime');
            var storeTime = getQueryString('StoreTime');  
            var supplierLot=getQueryString('SupplierLot'); //原厂批号
            $("#SupplierLot").html(supplierLot);
            console.log(supplierLot);
            //$("#SupplierLot").html(supplierLot);
            //console.log(supplierLot);
            var Lotno=getQueryString('Lotno'); //原厂批号
            $("#Lotno").html(Lotno);
@@ -191,7 +193,9 @@
                        $("#SkuNo").html(res.data.SkuNo);
                        
                        $("#ExpirationTime").html(expirationTime);
                        $("#StoreTime").html( storeTime);
                        $("#StoreTime").html(storeTime);
                        $("#SupplierLot").html(res.data.SupplierLot);
                        
                        // $("#imgBar").attr("src", res.data[0].imageStr); 
                    } else { //不成功