From 3ad0ef8e8bdfd94d63d06aedbbc0fe02c1ae476b Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期日, 04 二月 2024 10:55:33 +0800 Subject: [PATCH] 修改储位巷道,修改后台获取巷道信息 --- HTML/views/ASNSetting/LabelPrint.html | 70 +++++------------------------------ 1 files changed, 10 insertions(+), 60 deletions(-) diff --git a/HTML/views/ASNSetting/LabelPrint.html b/HTML/views/ASNSetting/LabelPrint.html index 5e7b775..a12a469 100644 --- a/HTML/views/ASNSetting/LabelPrint.html +++ b/HTML/views/ASNSetting/LabelPrint.html @@ -139,16 +139,11 @@ layer.msg(res.msg, { icon: 2, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }, function () { }); - // $("#SkuName").html(res.data.SkuName); - // $("#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); + }, function () { + parent.location.reload(); + parent.layer.close(layer.index); + }); - // $("#imgBar").attr("src", res.data[0].imageStr); } else { //涓嶆垚鍔� layer.msg(res.msg, { icon: 2, @@ -162,44 +157,7 @@ var param = { ImportId: id, }; - if ($("#ProductionDate").val() == "" || $("#ProductionDate").val() == undefined || $("#ProductionDate").val() == null) { - layer.msg("鐢熶骇鏃ユ湡涓嶈兘涓虹┖", { - icon: 2, - time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }, function () { return; }); - } - if ($("#SupplierName").val() == "" || $("#SupplierName").val() == undefined || $("#SupplierName").val() == null) { - layer.msg("鐢熶骇鍘傚涓嶈兘涓虹┖", { - icon: 2, - time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }, function () { return; }); - } - if ($("#SupplierLot").val() == "" || $("#SupplierLot").val() == undefined || $("#SupplierLot").val() == null) { - console.log($("#SupplierLot").val()) - layer.msg("鍘傚鎵瑰彿涓嶈兘涓虹┖", { - icon: 2, - time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }, function () { return; }); - } - - if ($('#number').val() > 0) { - - if ($('#bQNum').val() > 0) { - div($('#number').val(), $('input[name="isprint"]:checked').val(), $('#bQNum').val()); - } else { - div($('#number').val(), $('input[name="isprint"]:checked').val(), 0); - } - - } - else { - - if ($('#bQNum').val() >= 0) { - div(0, $('input[name="isprint"]:checked').val(), $('#bQNum').val()); - } else { - div(0, $('input[name="isprint"]:checked').val(), 0); - } - - } + }); if (!id) { @@ -227,20 +185,13 @@ }, function () { }); } }); - - // div(-1, 1, 0); + } - // 寰幆鍔犺浇鏍囩 - function div(number, isprint, bqNum) { - GetImportId(number, isprint, bqNum); - } - - // 鏍囩鍙橀噺璧嬪�� - function GetImportId(i, isprint, bqNum) { - + function div(i, isprint, bqNum) { + var param1 = { isprint: isprint, ImportId: id, @@ -355,9 +306,8 @@ time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 }, function () { }); } - }); - }; - + }); + } // 鑾峰彇浼犻�掑弬鏁� function getQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); -- Gitblit v1.8.0