From 3ffbfdee170edc42479d90ccceba98d0c5808ac2 Mon Sep 17 00:00:00 2001 From: zhuyiyi <649091362@qq.com> Date: Thu, 13 Nov 2025 09:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=8D=E5=AD=90=E7=BA=B8?= =?UTF-8?q?=E5=B7=A5=E8=89=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/views/product/coupon.jsp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/views/product/coupon.jsp b/src/main/webapp/views/product/coupon.jsp index f28e342..4997e78 100644 --- a/src/main/webapp/views/product/coupon.jsp +++ b/src/main/webapp/views/product/coupon.jsp @@ -1058,6 +1058,7 @@ $(".z3_craft_ssx").show(); $(".z3_craft_yh").show(); $(".z3_craft_bm").show(); + $(".z3_craft_mq").show(); $("#3z_menpiao_size").hide(); $("#3z_kapian_size").hide(); $("#3z_yuan_size").hide(); @@ -1087,6 +1088,7 @@ if (!$('input[name="switchz3Size"]:checked').val()) { $("#size").val($("#3z_kapian_size select option:selected").val()); } + $(".z3_craft_mq").hide(); z3Craft($("#size").val()) } if (val == 2) { @@ -3095,8 +3097,7 @@ } } - if ($(this).val() === '打孔') { - + if ($(this).val() === '打孔' && kind != "种子纸") { arr.push("打孔" + $(".wkong:enabled option:selected").val()) return; } @@ -3396,8 +3397,8 @@ return false; } if (type == 1 || switchz3Size) { - if (arr.indexOf("圆角") == -1 && arr.indexOf("直角") == -1 && arr.indexOf("模切") == -1) { - layer.msg("圆角,直角,模切必选 无法报价", {offset: ['300px', '300px']}, function () { + if (arr.indexOf("圆角") == -1 && arr.indexOf("直角") == -1) { + layer.msg("圆角,直角必选 无法报价", {offset: ['300px', '300px']}, function () { }); return false; }