edit
This commit is contained in:
@@ -861,7 +861,7 @@
|
||||
$(".fm").find(":input").attr("disabled", true);
|
||||
}
|
||||
// PVC、透明没有覆哑膜
|
||||
if (data.value == 1 && $("input[name='stickerKind']:checked").val() == "常用种类") {
|
||||
if (data.value == 1) {
|
||||
$(".nofm").find(":input").attr("disabled", false);
|
||||
} else {
|
||||
$(".nofm").find(":input").attr("disabled", true);
|
||||
@@ -1066,7 +1066,12 @@
|
||||
$(".fm").hide();
|
||||
$(".fm").find(":input").attr("disabled", true);
|
||||
}
|
||||
$(".nofm").find(":input").attr("disabled", true);
|
||||
if (data.value == 1) {
|
||||
$(".nofm").find(":input").attr("disabled", false);
|
||||
} else {
|
||||
$(".nofm").find(":input").attr("disabled", true);
|
||||
$('input[class = liangmo]').prop('checked', true);
|
||||
}
|
||||
$('input[class = liangmo]').prop('checked', true);
|
||||
if (data.value == 5 || data.value == 6) {
|
||||
$(".at").show();
|
||||
|
||||
Reference in New Issue
Block a user