中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-24 21da6d4908e691022f2e2eb456a7c7df31353171
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();