修改物流信息
This commit is contained in:
@@ -868,6 +868,7 @@
|
||||
$(".n_mq").hide();
|
||||
$('.pf input').prop("checked", false);
|
||||
$('.n_mq input').prop("disabled", true);
|
||||
|
||||
let count_html = `<option value="500">500</option>
|
||||
<option value="1000">1000</option>
|
||||
<option value="2000">2000</option>
|
||||
@@ -902,7 +903,7 @@
|
||||
}
|
||||
// PVC、透明没有覆哑膜
|
||||
if (data.value == 1) {
|
||||
$(".nofm").find(":input").attr("disabled", false);
|
||||
$(".nofm").find(":input").attr("disabled", true);
|
||||
} else {
|
||||
$(".nofm").find(":input").attr("disabled", true);
|
||||
$('input[class = liangmo]').prop('checked', true);
|
||||
@@ -1099,6 +1100,8 @@
|
||||
getProductImage(kValue)
|
||||
$(".cha_fm").hide();
|
||||
$(".cha_fm").find(":input").attr("disabled", true);
|
||||
$(".nofm").show();
|
||||
$(".nofm").find(":input").attr("disabled", false);
|
||||
if (data.value == 0 || data.value == 2) {
|
||||
// 5.11:专版打印没有烫金工艺了,全部禁用、隐藏
|
||||
// 5.18:专版打印恢复烫金工艺
|
||||
@@ -1119,6 +1122,7 @@
|
||||
} else if (data.value == 1) {
|
||||
$(".tj").hide();
|
||||
$(".tj").find(":input").attr("disabled", true);
|
||||
|
||||
} else {
|
||||
$(".tj").hide();
|
||||
$(".tj").find(":input").attr("disabled", true);
|
||||
|
||||
Reference in New Issue
Block a user