修改特种纸价格
Este commit está contenido en:
@@ -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');
|
||||
|
||||
|
||||
|
||||
Referencia en una nueva incidencia
Block a user