From 694f46ba75b03dbcdce2cebd76852666d47691e3 Mon Sep 17 00:00:00 2001 From: zhuyiyi <649091362@qq.com> Date: Tue, 20 Jan 2026 14:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=89=93=E7=A0=81=E4=B8=AA?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/views/product/coupon.jsp | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/views/product/coupon.jsp b/src/main/webapp/views/product/coupon.jsp index a26ed8a..369eafe 100644 --- a/src/main/webapp/views/product/coupon.jsp +++ b/src/main/webapp/views/product/coupon.jsp @@ -530,7 +530,8 @@ 个数: @@ -2980,8 +2981,8 @@ // 存酒卡选择打码数量2的时候,显示编码种类(4/28改为所有产品) // 选择打码数量2的时候,显示编码种类,并取消禁用(上面有禁用操作)(4/28) if (data.value == 2) { - $(".bianma").show(); - $(".bianma").find(":input").attr("disabled", false); + // $(".bianma").show(); + // $(".bianma").find(":input").attr("disabled", false); } else { $(".bianma").hide(); $(".bianma").find(":input").attr("disabled", true); @@ -3118,12 +3119,7 @@ if (kindValue2 != 10) { if ($(this).val() === '打码') { - if ($(".dama").val() == 2) { - arr.push($(this).val() + '(' + $(".dama").val() + '组,' + $("select[name='pcount'] option:selected").val() + $("select[name='macolor'] option:selected").val() + ' ,' + $(".bianmaSelect").val() + ')'); - } else { - - arr.push($(this).val() + '(' + $(".dama").val() + '组' + $("select[name='pcount'] option:selected").val() + $("select[name='macolor'] option:selected").val() + ')'); - } + arr.push($(this).val() + '(' + $(".dama").val() + '组' + $("select[name='pcount'] option:selected").val() + $("select[name='macolor'] option:selected").val() + ')'); } if (kind != 1 && ($(this).val() === '单面烫金' || $(this).val() === '双面烫金')) { $(".sizeTang").find(":input").attr("disabled", false);