|
|
@@ -229,7 +229,7 @@
|
|
|
</div>
|
|
|
<div id="3z_yuan_size" style="display: none">
|
|
|
<select name="z3size1" lay-filter="z3size1" class="select">
|
|
|
-<%-- <option value="8.5*8.5">8.5*8.5 cm</option>--%>
|
|
|
+ <%-- <option value="8.5*8.5">8.5*8.5 cm</option>--%>
|
|
|
<option value="9*9">9*9 cm</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
@@ -456,10 +456,10 @@
|
|
|
<p>
|
|
|
工艺 <span style="font-size:12px;color:red">优惠券异形模切+打码限于简单刀版(无法做圆形 椭圆机)最小9*5.4 300克腰封压1痕最小尺寸10.8*5.4cm,压2痕最小尺寸13.5*5.4CM,低于最小尺寸按异形模切报价</span>
|
|
|
</p>
|
|
|
-<%-- <div class="layui-input-block doublefumo" style="display:inline-block;">--%>
|
|
|
-<%-- <input type="checkbox" class="ui_double_fm" name="craft" lay-filter="ui_fm" value="双面覆哑膜"--%>
|
|
|
-<%-- title="双面覆哑膜">--%>
|
|
|
-<%-- </div>--%>
|
|
|
+ <%-- <div class="layui-input-block doublefumo" style="display:inline-block;">--%>
|
|
|
+ <%-- <input type="checkbox" class="ui_double_fm" name="craft" lay-filter="ui_fm" value="双面覆哑膜"--%>
|
|
|
+ <%-- title="双面覆哑膜">--%>
|
|
|
+ <%-- </div>--%>
|
|
|
|
|
|
<div class="layui-input-block craft tj" style="display:inline-block;">
|
|
|
<input type="checkbox" name="craft" class="tangjin" lay-filter="switch" value="单面烫金"
|
|
|
@@ -481,7 +481,7 @@
|
|
|
<input type="checkbox" name="craft" class="yh disab max ya cjkDisab" lay-filter="switch"
|
|
|
value="压痕" title="压痕">
|
|
|
<div class="layui-inline edge yahenHide" style="width:60px; display:none">
|
|
|
- <select name="yahen" class="select yahen" lay-filter="yahen">
|
|
|
+ <select name="yaheng" class="select yahen" lay-filter="yahen">
|
|
|
<option value="1" selected>1</option>
|
|
|
<option value="2">2</option>
|
|
|
</select>
|
|
|
@@ -491,7 +491,7 @@
|
|
|
lay-filter="switch" value="压点线" title="压点线">
|
|
|
</span>
|
|
|
<div class="layui-inline edge yadianxianHide" style="width:60px;display:none">
|
|
|
- <select name="yadianxian" class="select yadianxian" lay-filter="yadianxian">
|
|
|
+ <select name="dadianxian" class="select yadianxian" lay-filter="yadianxian">
|
|
|
<option value="1" selected>1</option>
|
|
|
<option value="2">2</option>
|
|
|
</select>
|
|
|
@@ -1528,6 +1528,8 @@
|
|
|
$('input[class = mq]').prop('checked', false);
|
|
|
$('input[class = mq][value=直角裁切]').prop('checked', true);
|
|
|
if (data.value == 0 || data.value == 1) {
|
|
|
+ $(".count").show();
|
|
|
+ $(".count").find(":input").attr("disabled", false);
|
|
|
$("#kindValueForm")[0].reset();
|
|
|
$(".kindValue").show();
|
|
|
$(".kindValue").attr("disabled", false);
|
|
|
@@ -2664,17 +2666,9 @@
|
|
|
var length = size.split("*")[0];
|
|
|
var width = size.split("*")[1];
|
|
|
if ($(".yahen").val() == 1) {
|
|
|
- if ((length < 10.8 || width < 6) && (length < 6 || width < 10.8)) {
|
|
|
- $('input[class = disab]').prop('checked', false);
|
|
|
- $(".disab").attr("disabled", true);
|
|
|
- $('input[class = mq]').prop('checked', true);
|
|
|
- }
|
|
|
+
|
|
|
} else {
|
|
|
- if ((length < 13.5 || width < 5.4) && (length < 5.4 || width < 13.5)) {
|
|
|
- $('input[class = disab]').prop('checked', false);
|
|
|
- $(".disab").attr("disabled", true);
|
|
|
- $('input[class = mq]').prop('checked', true);
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
} else {
|
|
|
$(".yahenHide").hide();
|
|
|
@@ -3292,7 +3286,7 @@
|
|
|
var w2 = Math.ceil(size.split("*")[0] / 5.4);
|
|
|
var min = Math.min(l1 * w1, l2 * w2);
|
|
|
if (couponKind == '常用种类') {
|
|
|
- if (kind != 7 && kind != 8) {
|
|
|
+ if (kind ==1) {
|
|
|
if ((size.split("*")[0] <= 9 && size.split("*")[1] <= 5.4) || (size.split("*")[0] <= 5.4 && size.split("*")[1] <= 9)) {
|
|
|
if ((size.split("*")[0] < 4 || size.split("*")[1] < 4)) {
|
|
|
layer.msg("[ 卡片 ]9*5.4 cm以内,尺寸小于4 cm请以 [ 插卡 - 异形插牌 ] 报价!", {offset: ['300px', '300px']}, function () {
|