src/main/webapp/views/plan/plan_more.html
@@ -139,6 +139,8 @@ <fieldset class="layui-elem-field layui-field-title" style="margin-top: 20px;"> <legend style="font-size: 13px">其他</legend> </fieldset> <div id="customizeBox" class="formDes"> </div> </div> <!-- 售前规划 --> @@ -301,8 +303,11 @@ let plan = res.data; top.planByMore = null; $("#form-name").html(plan.name); // 补充html $('#customizeBox').html(plan.formHtml) // 设备明细 form.val('formAdvForm', plan); top.convertDisabled($('#formAdvForm :input'), true); // 跟进人 initFollowers(plan.id); layDateRender();