添加重量。修改扇子异形工艺
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user