添加重量。修改扇子异形工艺

This commit is contained in:
2025-08-01 11:11:53 +08:00
parent 949fe99610
commit 28d4b5682a
3 changed files with 36 additions and 18 deletions
+10 -9
View File
@@ -163,17 +163,18 @@
//建造实例
ins = carousel.render({});
form.on('checkbox(switch)', function (data) {
if (!data.elem.checked && data.value == "异形") {
layer.msg('不能取消 [异形] 工艺!', {offset: ['300px', '300px']}, function () {
});
$('#mq').prop('checked', true);
form.render('checkbox');
return false;
}
})
// form.on('checkbox(switch)', function (data) {
// if (!data.elem.checked && data.value == "异形") {
// layer.msg('不能取消 [异形] 工艺!', {offset: ['300px', '300px']}, function () {
// });
// $('#mq').prop('checked', true);
// form.render('checkbox');
// return false;
// }
// })
$(".kind2").find(":input").attr("disabled", true);
$(".kind3").find(":input").attr("disabled", true);
$(".kind4").find(":input").attr("disabled", true);
// 没切换款式的时候默认禁用其它的下拉框,(防止提交表单)
$(".kind2").find(":input").attr("disabled", true);
form.on('radio(kindValue)', function (data) {