中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-24 21da6d4908e691022f2e2eb456a7c7df31353171
#
2个文件已修改
7 ■■■■ 已修改文件
src/main/webapp/static/layui/lay/modules/formDesigner/coolForm.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/plan/plan_more.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/layui/lay/modules/formDesigner/coolForm.css
@@ -4,7 +4,7 @@
#detail .layui .layui-input-block {
    margin-left: 150px;
}
#detail .formDes .layui-form-label {
.formDes .layui-form-label {
    box-sizing: border-box;
}
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();