Цей коміт міститься в:
2026-03-04 14:45:47 +08:00
джерело a204336b58
коміт b66c025cf8
3 змінених файлів з 19 додано та 36 видалено
+6 -2
Переглянути файл
@@ -1424,7 +1424,7 @@
$("#z4_craft").find(":input").attr("disabled", true);
$("#peijian_ui .scolor").hide();
$("#peijian_ui").find(":input").attr("disabled", true);
if (data.value == 2) {
if (data.value == 2 && couponKind != "少数量") {
$("#peijian_ui form")[0].reset();
$("#peijian_ui").show();
$("#peijian_ui input").attr("disabled", false);
@@ -3157,7 +3157,11 @@
return;
}
if ($(this).val() === '配尼龙绳' || $(this).val() === '穿尼龙绳') {
arr.push($(this).val() + "-" + $("select[name='shen_color'] option:selected").val())
let shenColor = $("select[name='shen_color'] option:selected").val();
if (couponKind == "少数量") {
shenColor = $("#lesspeijian select[name='shen_color'] option:selected").val();
}
arr.push($(this).val() + "-" + shenColor)
return;
}
if ($(this).val() === '流苏') {
+1 -1
Переглянути файл
@@ -407,7 +407,7 @@
if (craftZhuan > most) {
$(data.elem).next().attr("class", "layui-unselect layui-form-checkbox");
$(data.elem).prop("checked", false);
layer.msg('[专金 - 专银]不能同时选择!', {offset: ['300px', '300px']}, {icon: 5});
layer.msg('其他工艺不能同时选择!', {offset: ['300px', '300px']}, {icon: 5});
return false;
}
if (craft_list.indexOf("烫金") > -1) {