Commit d7caabbf by wuchengwu

设备注册流程添加各个设备编号

parent 0a2fd681
......@@ -468,6 +468,8 @@
$("#sgtzzc").hide();
//设备编号
$("#zwsbbh .layui-form-label").find(".red").remove();
$('#zwcjsbbhstr').attr("lay-verify","");
$("#sgtzsbbh").hide();
$("#sgtzzccjysbbhstr").val("");
form.render();
......
......@@ -180,7 +180,7 @@
<select name="zwcjycode" lay-filter="pps" id="zwcjycode">
<option value="">请选择</option></select>
<input type="hidden" id="zwcjyname" name="zwcjyname" th:value="${ClientVp.zwcjyname}"/>
<input type="hidden" id="zwcjycode2" name="zwcjycode" th:value="${ClientVp.zwcjycode}"/>
<input type="hidden" id="zwcjycode2" name="zwcjycode2" th:value="${ClientVp.zwcjycode}"/>
</div>
</div>
<div class="layui-form-item" id="zwsbbh" style="display: none">
......@@ -624,8 +624,8 @@
$("#zwcj").hide();
//设备编号
// $("#zwsbbh .layui-form-label").find(".red").remove();
// $('#zwcjsbbhstr').attr("lay-verify","");
$("#zwsbbh .layui-form-label").find(".red").remove();
$('#zwcjsbbhstr').attr("lay-verify","");
$("#zwsbbh").hide();
$("#zwcjsbbhstr").val("");
renderForm();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment