修改卡片价格
This commit is contained in:
@@ -456,10 +456,10 @@
|
||||
<p>
|
||||
工艺 <span style="font-size:12px;color:red">优惠券异形模切+打码限于简单刀版(无法做圆形 椭圆机)最小9*5.4 300克腰封压1痕最小尺寸10.8*5.4cm,压2痕最小尺寸13.5*5.4CM,低于最小尺寸按异形模切报价</span>
|
||||
</p>
|
||||
<div class="layui-input-block doublefumo" style="display:inline-block;">
|
||||
<input type="checkbox" class="ui_double_fm" name="craft" lay-filter="ui_fm" value="双面覆哑膜"
|
||||
title="双面覆哑膜">
|
||||
</div>
|
||||
<%-- <div class="layui-input-block doublefumo" style="display:inline-block;">--%>
|
||||
<%-- <input type="checkbox" class="ui_double_fm" name="craft" lay-filter="ui_fm" value="双面覆哑膜"--%>
|
||||
<%-- title="双面覆哑膜">--%>
|
||||
<%-- </div>--%>
|
||||
|
||||
<div class="layui-input-block craft tj" style="display:inline-block;">
|
||||
<input type="checkbox" name="craft" class="tangjin" lay-filter="switch" value="单面烫金"
|
||||
@@ -534,8 +534,8 @@
|
||||
<input type="checkbox" name="craft" class="mq" lay-filter="switchMQ" value="直角裁切"
|
||||
title="直角裁切" checked>
|
||||
<span class="ui_fm_l">
|
||||
<input type="checkbox" name="craft" class="ui_fm" lay-filter="ui_yf_fm" value="双面覆膜"
|
||||
title="双面覆膜"/>
|
||||
<input type="checkbox" name="craft" class="ui_fm" lay-filter="ui_yf_fm" value="双面覆哑膜"
|
||||
title="双面覆哑膜"/>
|
||||
</span>
|
||||
<span class="yhydx">
|
||||
|
||||
@@ -1298,6 +1298,7 @@
|
||||
$("#z4_craft").find(":input").attr("disabled", false);
|
||||
$("#peijian_ui").find(":input").attr("disabled", false);
|
||||
$("#z4_craft .ui_double_fm").prop("checked", true);
|
||||
$('.ui_fm_l').find(":input").prop('checked', true);
|
||||
$("#z4_craft .scolor").hide();
|
||||
$("#peijian_ui .scolor").hide();
|
||||
$("#z4_craft .dadianxianhide").hide();
|
||||
@@ -1820,11 +1821,13 @@
|
||||
//卡片默认覆膜
|
||||
if (couponKind != "少数量" && data.value != 1 && data.value != 8 && data.value != 9 && data.value != 10 && data.value != 11) {
|
||||
$('.ui_double_fm').prop('checked', true);
|
||||
$('.ui_fm_l').find(":input").prop('checked', true);
|
||||
form.on('checkbox(ui_fm)', function (switchData) {
|
||||
if (!switchData.elem.checked) {
|
||||
layer.msg('卡片不能取消 [覆膜] 工艺!', {offset: ['300px', '300px']}, function () {
|
||||
});
|
||||
$('.ui_double_fm').prop('checked', true);
|
||||
$('.ui_fm_l').find(":input").prop('checked', true);
|
||||
form.render('checkbox');
|
||||
}
|
||||
getProductImage(switchData.elem.checked ? switchData.value : '')
|
||||
|
||||
Viittaa uudesa ongelmassa
Block a user