zhuyiyi 4 сар өмнө
parent
commit
c8a3dfff38

+ 1 - 1
src/main/webapp/views/product/metal.jsp

@@ -263,7 +263,7 @@
                         // 只留一个remark
                         remark = "";
                         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);
                     // 如果没有说明,就不显示null

+ 5 - 1
src/main/webapp/views/product/stickers.jsp

@@ -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);