From d75d3b7cf6ba68c9e9e69bced4552a554ca76e93 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期六, 21 六月 2025 15:12:29 +0800 Subject: [PATCH] 出库口问题修改;标签打印优化 --- HTML/views/ASNSetting/LabelPrintSelect.html | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/HTML/views/ASNSetting/LabelPrintSelect.html b/HTML/views/ASNSetting/LabelPrintSelect.html index be21290..1e01304 100644 --- a/HTML/views/ASNSetting/LabelPrintSelect.html +++ b/HTML/views/ASNSetting/LabelPrintSelect.html @@ -122,11 +122,11 @@ }); var id = getQueryString('Id'); - var SupplierLot=getQueryString('SupplierLot');//渚涜揣鎵规 - $('#SupplierLot').val(SupplierLot); - if(SupplierLot!='' && SupplierLot!=null &&SupplierLot!=undefined){ - $('#SupplierLot').attr('readonly', 'readonly'); - } + // var SupplierLot=getQueryString('SupplierLot');//渚涜揣鎵规 + // $('#SupplierLot').val(SupplierLot); + // if(SupplierLot!='' && SupplierLot!=null &&SupplierLot!=undefined){ + // $('#SupplierLot').attr('readonly', 'readonly'); + // } var asnType = getQueryString('Type'); console.log(asnType); // console.log(asnType == 4); @@ -143,7 +143,11 @@ synData(IP + "/BllAsn/GetAsnDetailQtyList", param , 'get', function (res) { if (res.code == 0) { //鎴愬姛 - $("#arriveQty").val(res.data); + $("#arriveQty").val(res.data.Qty); + $("#productionTime").val(res.data.ProductionTime); + $("#expirationTime").val(res.data.ExpirationTime); + $("#storeTime").val(res.data.StoreTime); + $("#SupplierLot").val(res.data.SupplierLot); } else { //涓嶆垚鍔� layer.msg(res.msg, { icon: 2, -- Gitblit v1.8.0