新增印白工艺
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
<input type="checkbox" name="craft" lay-filter="switch" class="pvcHide tang" value="模切" title="模切">
|
||||
<input type="checkbox" name="craft" lay-filter="switch" class="pvcHide tang" value="打孔" title="打孔">
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<div class="layui-form-item" id="zhijia">
|
||||
配件:
|
||||
<input type="checkbox" name="craft" lay-filter="switch" value="铁架支架" title="铁架支架">
|
||||
<div class="layui-inline zheye-lay" style="width: 50px;display: none">
|
||||
@@ -1097,6 +1097,7 @@
|
||||
$(".redNo").attr("disabled", false);
|
||||
$("#width").find("option[value = 50]").attr("selected", false);
|
||||
}
|
||||
|
||||
let kindValue = $("input[name='kindValue']:checked").val();
|
||||
$(".dengx-type").hide()
|
||||
$(".switchSizeCoupon").hide()
|
||||
@@ -1126,6 +1127,12 @@
|
||||
if (kindValue == 1 && data.value == 8) {
|
||||
$(".zdt_xiezhen").show();
|
||||
}
|
||||
$("#zhijia").hide();
|
||||
$("#zhijia").find(":input").attr("disabled", true);
|
||||
if (kindValue == 0 && data.value == "0") {
|
||||
$("#zhijia").show();
|
||||
$("#zhijia").find(":input").attr("disabled", false);
|
||||
}
|
||||
form.render();
|
||||
setSelectOption()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user