Administrator
2024-03-15 340c6c02b720eaf73eb7fa0c368acff8e9942e50
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);