Цей коміт міститься в:
2025-08-06 14:40:40 +08:00
джерело e23440a5e6
коміт c8a3dfff38
2 змінених файлів з 6 додано та 2 видалено
+1 -1
Переглянути файл
@@ -263,7 +263,7 @@
// 只留一个remark // 只留一个remark
remark = ""; remark = "";
html += '<div><img style="width:' + result[0].imgWidth + 'px" src="' + result[i].imgUrl + '"></div>'; html += '<div><img style="width:' + result[0].imgWidth + 'px" src="' + result[i].imgUrl + '"></div>';
remark += '<div><span>' + result[i].remark + '<span/></div>'; remark += '<div><span>' + result[0].remark + '<span/></div>';
} }
$("#carousel").append(html); $("#carousel").append(html);
// 如果没有说明,就不显示null // 如果没有说明,就不显示null
+5 -1
Переглянути файл
@@ -868,6 +868,7 @@
$(".n_mq").hide(); $(".n_mq").hide();
$('.pf input').prop("checked", false); $('.pf input').prop("checked", false);
$('.n_mq input').prop("disabled", true); $('.n_mq input').prop("disabled", true);
let count_html = `<option value="500">500</option> let count_html = `<option value="500">500</option>
<option value="1000">1000</option> <option value="1000">1000</option>
<option value="2000">2000</option> <option value="2000">2000</option>
@@ -902,7 +903,7 @@
} }
// PVC、透明没有覆哑膜 // PVC、透明没有覆哑膜
if (data.value == 1) { if (data.value == 1) {
$(".nofm").find(":input").attr("disabled", false); $(".nofm").find(":input").attr("disabled", true);
} else { } else {
$(".nofm").find(":input").attr("disabled", true); $(".nofm").find(":input").attr("disabled", true);
$('input[class = liangmo]').prop('checked', true); $('input[class = liangmo]').prop('checked', true);
@@ -1099,6 +1100,8 @@
getProductImage(kValue) getProductImage(kValue)
$(".cha_fm").hide(); $(".cha_fm").hide();
$(".cha_fm").find(":input").attr("disabled", true); $(".cha_fm").find(":input").attr("disabled", true);
$(".nofm").show();
$(".nofm").find(":input").attr("disabled", false);
if (data.value == 0 || data.value == 2) { if (data.value == 0 || data.value == 2) {
// 5.11:专版打印没有烫金工艺了,全部禁用、隐藏 // 5.11:专版打印没有烫金工艺了,全部禁用、隐藏
// 5.18:专版打印恢复烫金工艺 // 5.18:专版打印恢复烫金工艺
@@ -1119,6 +1122,7 @@
} else if (data.value == 1) { } else if (data.value == 1) {
$(".tj").hide(); $(".tj").hide();
$(".tj").find(":input").attr("disabled", true); $(".tj").find(":input").attr("disabled", true);
} else { } else {
$(".tj").hide(); $(".tj").hide();
$(".tj").find(":input").attr("disabled", true); $(".tj").find(":input").attr("disabled", true);