添加特种纸压痕工艺,数码刮刮卡膜尺寸
このコミットが含まれているのは:
@@ -165,6 +165,7 @@
|
||||
class="">
|
||||
|
||||
</span>
|
||||
<input type="checkbox" name="craft" lay-filter="switch" value="压痕" title="压痕">
|
||||
|
||||
</div>
|
||||
<div id="mianka" style="display: none">
|
||||
@@ -486,6 +487,7 @@
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
||||
if (craft_list.indexOf("击凸") > -1 || craft_list.indexOf("压凹") > -1) {
|
||||
$("#color_type").show();
|
||||
$("#color_type").find("select").attr("disabled", false);
|
||||
@@ -527,6 +529,13 @@
|
||||
});
|
||||
return false;
|
||||
}
|
||||
if (craft_list.indexOf("压痕") > -1 && craft_list.indexOf("异形模切") > -1) {
|
||||
$(data.elem).next().attr("class", "layui-unselect layui-form-checkbox");
|
||||
$(data.elem).prop("checked", false);
|
||||
layer.msg("压痕 - 异形模切不能同时选择", {offset: ['300px', '300px']}, function () {
|
||||
});
|
||||
return false;
|
||||
}
|
||||
$("#dakong").removeAttr('disabled');
|
||||
$("#craft_mo").removeAttr('disabled');
|
||||
$(".newCraft").children().removeAttr('disabled');
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする