From e9c03666dc78d251651bdcd6ea653b24306b7104 Mon Sep 17 00:00:00 2001
From: zhuyiyi <649091362@qq.com>
Date: Fri, 29 Aug 2025 11:49:11 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/webapp/views/product/handBag.jsp | 2 +-
src/main/webapp/views/product/metal.jsp | 8 ++++----
src/main/webapp/views/product/stickers.jsp | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/views/product/handBag.jsp b/src/main/webapp/views/product/handBag.jsp
index 7d4ec73..f5a1bd3 100644
--- a/src/main/webapp/views/product/handBag.jsp
+++ b/src/main/webapp/views/product/handBag.jsp
@@ -419,7 +419,7 @@
for (let i = 0; i < result.length; i++) {
// 只留一个remark
remark = "";
- html += '
';
+ html += '';
remark += '' + result[i].remark + '
';
}
$("#carousel").append(html);
diff --git a/src/main/webapp/views/product/metal.jsp b/src/main/webapp/views/product/metal.jsp
index 03232c7..ae52b6c 100644
--- a/src/main/webapp/views/product/metal.jsp
+++ b/src/main/webapp/views/product/metal.jsp
@@ -231,7 +231,7 @@
var number = e.delegateTarget.value;
var kind = $("input[name='kind']:checked").val();
if (kind == "UV转印贴" && number > 1) {
- $("#ui_des").show();
+ // $("#ui_des").show();
} else {
$("#ui_des").hide();
}
@@ -313,7 +313,7 @@
$(".metal").hide();
$(".metal").find(":input").attr("disabled", true);
if ($("#number").val() > 1) {
- $("#ui_des").show();
+ // $("#ui_des").show();
}
}
form.render();//必须写
@@ -455,8 +455,8 @@
craftShua = craftShua.filter(item => item !== null && item != "");
var span_result = 'UV转印贴 - ' + craftShua.join(" - ") + ' - ' + size + '厘米 -(同款内容) - ' + [data[0].msg] + '\n';
if (number > 1) {
- let numberType = $("#desType option:selected").text();
- span_result += "款数:" + number + "-" + numberType + "\n";
+ // let numberType = $("#desType option:selected").text();
+ span_result += "款数:" + number + "\n";
for (let i = 0; i < data.length; i++) {
span_result += number + '款 各' + data[i].count + "个,共" + data[i].price + "元" + '\n'
data[i].number = number;
diff --git a/src/main/webapp/views/product/stickers.jsp b/src/main/webapp/views/product/stickers.jsp
index f5a754b..2eddb45 100644
--- a/src/main/webapp/views/product/stickers.jsp
+++ b/src/main/webapp/views/product/stickers.jsp
@@ -683,7 +683,7 @@
let html = "预计发货时间:
";
if (stickerKind == '专版打印') {
- html += "广东:(15点前上传系统当天发货,15点后上传系统隔天发货) 中通 顺丰;
江苏:(15点前上传系统当天发货,15点后上传系统隔天发货) 申通 顺丰;";
+ html += "广东:(16点前上传系统当天发货,16点后上传系统隔天发货) 中通 顺丰;
江苏:(16点前上传系统当天发货,16点后上传系统隔天发货) 申通 顺丰;";
if (kindvalue == 5 || kindvalue == "亮金" || kindvalue == "刚古水纹超白" || kindvalue == "银平光" || kindvalue == "金平光" || kindvalue == "飘金超白不干胶" || kindvalue == "草香纸" || kindvalue == "树纹纸" || kindvalue == "白散金" || kindvalue == "美纹纸散金") {
html = "预计发货时间:
广东:(14点前上传系统当天发货,14点后上传系统隔天发货) 中通 圆通 顺丰;";
}