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; }