edit
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<!-- <input type="radio" lay-filter="stickerKind" name="stickerKind" value="少数量" title="少数量(100个以内)"> -->
|
||||
<input type="radio" lay-filter="stickerKind" name="stickerKind" value="专版打印" title="专版打印">
|
||||
<%-- <input type="radio" lay-filter="stickerKind" name="stickerKind" value="封口贴" title="封口贴">--%>
|
||||
<%-- <input type="radio" lay-filter="stickerKind" name="stickerKind" value="插旗" title="插旗">--%>
|
||||
<%-- <input type="radio" lay-filter="stickerKind" name="stickerKind" value="插旗" title="插旗">--%>
|
||||
<%-- <input type="radio" lay-filter="stickerKind" name="stickerKind" value="双面印刷不干胶" title="双面印刷不干胶">--%>
|
||||
</div>
|
||||
</form>
|
||||
@@ -294,6 +294,8 @@
|
||||
checked="checked">
|
||||
<span class="yamo"><input type="radio" name="craftMo" lay-filter="craftMo" value="覆哑膜"
|
||||
title="覆哑膜"></span>
|
||||
<span class="nofm"><input type="radio" name="craftMo" lay-filter="craftMo" value="不覆膜"
|
||||
title="不覆膜"></span>
|
||||
</span>
|
||||
<span class="yb">
|
||||
|
|
||||
@@ -711,7 +713,7 @@
|
||||
} else if (TJValue == "彩色印刷+烫金/银") {
|
||||
html += "广东:(5-6天发货) 中通 圆通 顺丰"
|
||||
} else {
|
||||
html += "广东:覆亮膜 (15点前上传系统的当天发货,15点后上传系统的隔天发货);<br>广东:覆哑膜 (2-3天发货);"
|
||||
html += "广东:覆亮膜 (15点前上传系统的当天发货,15点后上传系统的隔天发货);<br>广东:覆哑膜 (2-3天发货);<br>广东:不覆膜 (48小时发货);"
|
||||
}
|
||||
} else if (kindvalue == "2") {
|
||||
if (TJValue == "纯烫金") {
|
||||
@@ -859,12 +861,12 @@
|
||||
$(".fm").find(":input").attr("disabled", true);
|
||||
}
|
||||
// PVC、透明没有覆哑膜
|
||||
/* if(data.value == 1 || data.value == 2){
|
||||
$(".yamo").find(":input").attr("disabled", true);
|
||||
if (data.value == 1 && $("input[name='stickerKind']:checked").val() == "常用种类") {
|
||||
$(".nofm").find(":input").attr("disabled", false);
|
||||
} else {
|
||||
$(".nofm").find(":input").attr("disabled", true);
|
||||
$('input[class = liangmo]').prop('checked', true);
|
||||
}else{
|
||||
$(".yamo").find(":input").attr("disabled", false);
|
||||
} */
|
||||
}
|
||||
// 哑金哑银
|
||||
if (data.value == 5 || data.value == 6) {
|
||||
// 常规种类凹凸不禁用
|
||||
@@ -1053,6 +1055,8 @@
|
||||
// $(this).prop("disabled", false);
|
||||
// }
|
||||
// })
|
||||
|
||||
|
||||
} else if (data.value == 1) {
|
||||
$(".tj").hide();
|
||||
$(".tj").find(":input").attr("disabled", true);
|
||||
@@ -1062,6 +1066,8 @@
|
||||
$(".fm").hide();
|
||||
$(".fm").find(":input").attr("disabled", true);
|
||||
}
|
||||
$(".nofm").find(":input").attr("disabled", true);
|
||||
$('input[class = liangmo]').prop('checked', true);
|
||||
if (data.value == 5 || data.value == 6) {
|
||||
$(".at").show();
|
||||
$('.at').removeAttr('disabled');
|
||||
|
||||
Reference in New Issue
Block a user