修改特种纸价格

This commit is contained in:
2025-09-24 14:55:31 +08:00
parent b0f83939d6
commit 662d2b010e
3 changed files with 86 additions and 36 deletions
+8 -1
View File
@@ -1925,7 +1925,14 @@
$(".tj").hide();
$(".tj").find(":input").attr("disabled", true);
}
form.on('checkbox(switchMQ)', function (switchData) {
if ($(".mq:checked").length > 1) {
$(switchData.elem).next().attr("class", "layui-unselect layui-form-checkbox");
$(switchData.elem).prop("checked", false);
layer.msg('[裁切- 模切]不能同时选择!', {offset: ['300px', '300px']}, {icon: 5});
return false;
}
})
form.render('checkbox');