This commit is contained in:
2025-04-17 17:17:03 +08:00
parent ca9eda8c57
commit 124b093c66
+3 -3
View File
@@ -231,7 +231,7 @@
<input type="radio" name="3z_vice" value="圆角+手撕线+缺口(副券6cm"
title="圆角+手撕线+缺口(副券6cm">
<input type="radio" name="3z_vice" value="圆角+手撕线+缺口(副券4cm"
title="圆角+手撕线+缺口(副券4cm">
title="圆角+手撕线+缺口(副券4.5cm">
<%-- <input type="radio" name="3z_vice" value="直角+手撕线+无缺口(副券3.5cm"--%>
<%-- title="直角+手撕线+无缺口(副券3.5cm">--%>
</div>
@@ -2941,7 +2941,7 @@
return false;
}
} else if (kind == 3 || kind == 4 || kind == 5 || kind == 7) {
if (min >= 6) {
if (min >= 6 && !(kindValue2 == 10 && kind == 3 )) {
if ($('input[class = mq]:checked').val() == "模切") {
layer.msg("超过6位异形模切卡片请以[ 腰封 - 异形模切]报价!", {offset: ['300px', '300px']}, function () {
});
@@ -3284,7 +3284,7 @@
let switchz3Size = $('input[name="switchz3Size"]:checked').val()
var span_result = kindData[kind] + " -" + size + "厘米-(" + same + ")"
if ($('input[name="z3type"]:checked').val() == 0 && !switchz3Size) {
span_result = span_result + " - " + $('input[name="3z_vice"]:checked').val()
span_result = span_result + " - " + $('input[name="3z_vice"]:checked')[0].title
}
span_result = span_result + " \n" + "工艺 :" + arr + ",不覆膜" + "\n";
} else {