新增香薰卡工艺,新增插旗材质,新增刮刮卡烫金,新增优惠卷打码工艺,新增插卡工艺,修改外卖盒,修改贺卡价格,修改不干胶价格
This commit is contained in:
@@ -118,6 +118,7 @@
|
||||
<option value=""></option>
|
||||
<option value="铜版纸不干胶">铜纸板不干胶</option>
|
||||
<option value="250克白卡纸对裱">250克白卡纸对裱</option>
|
||||
<option value="PVC不干胶">PVC不干胶</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -782,7 +783,7 @@
|
||||
if (TJValue == "彩色印刷") {
|
||||
html += "广东:(2天发货) 中通 顺丰"
|
||||
}
|
||||
} else if (kindvalue == "铜版纸不干胶") {
|
||||
} else if (kindvalue == "铜版纸不干胶" || kindvalue == "PVC不干胶") {
|
||||
html += "广东:配牙签(16点前上传系统当天发货,16点后上传系统隔天发货) 中通 圆通 顺丰;<br>广东:粘牙签(4-5天发货) 中通 圆通 顺丰;"
|
||||
if (!!craft && ("配刮刮膜" == craft || "粘刮刮膜" == craft)) {
|
||||
html = "预计发货时间:<br> ";
|
||||
@@ -941,15 +942,20 @@
|
||||
<option value="30000">30000</option>
|
||||
<option value="40000">40000</option>
|
||||
<option value="50000">50000</option>`)
|
||||
$(".ui_guagua2").hide();
|
||||
$(".ui_guagua2").prop('disabled', 'disabled');
|
||||
if (data.value == "铜版纸不干胶") {
|
||||
$(".ui_guagua2").show();
|
||||
$(".ui_guagua2").removeAttr('disabled');
|
||||
$(".fm").show();
|
||||
$(".fm").find(":input").attr("disabled", false);
|
||||
$(".fm input[name='craftMo'][value='覆亮膜']").attr("checked", true)
|
||||
} else if (data.value == "PVC不干胶") {
|
||||
$(".fm").show();
|
||||
$(".fm").find(":input").attr("disabled", false);
|
||||
$(".fm input[name='craftMo'][value='覆亮膜']").attr("checked", true)
|
||||
} else if (data.value == "250克白卡纸对裱") {
|
||||
$(".fm input").removeAttr('checked');
|
||||
$(".ui_guagua2").hide();
|
||||
$(".caiqie").show();
|
||||
$(".cha_fm").show();
|
||||
$(".cha_fm").find(":input").attr("disabled", false);
|
||||
@@ -958,7 +964,6 @@
|
||||
$(".peishua").find(":input").attr("disabled", true);
|
||||
$("input[name='craft']").prop('checked', false);
|
||||
$(".cha_fm input").prop('checked', true);
|
||||
$(".ui_guagua2").prop('disabled', 'disabled');
|
||||
$(".ui_cq select[name='count']").empty().append(` <option value="500">500</option>
|
||||
<option value="1000">1000</option>
|
||||
<option value="2000">2000</option>
|
||||
@@ -967,9 +972,7 @@
|
||||
<option value="10000">10000</option>
|
||||
<option value="20000">20000</option>`)
|
||||
} else {
|
||||
$(".ui_guagua2").hide();
|
||||
$("input[name='craft']").prop('checked', false);
|
||||
$(".ui_guagua2").prop('disabled', 'disabled');
|
||||
$(".ui_guaguasize2").hide();
|
||||
$(".ui_toothpick").hide();
|
||||
}
|
||||
@@ -1369,7 +1372,7 @@
|
||||
let html;
|
||||
if (result.length > 0) {
|
||||
for (let i = 0; i < result.length; i++) {
|
||||
html += '<div><img style="width:' + result[0]?.imgWidth + 'px" src="' + result[i]?.imgUrl + '"></div>';
|
||||
html += '<div><img style="width:100%;height: 100%;object-fit: contain" src="' + result[i].imgUrl + '"></div>';
|
||||
}
|
||||
|
||||
$("#carousel").append(html);
|
||||
|
||||
Reference in New Issue
Block a user