中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-07 fa7d999ace7025725433a1a609e7d469c71e6c29
src/main/webapp/views/cstmr/cstmr_more.html
@@ -54,7 +54,7 @@
            <div class="layui-card-header">
                <div>
                    <i class="layui-icon" style="font-size: 20px;color: #1890ff;font-weight: bold">&#xe68e;</i>
                    <span style="margin: 0 5px">浙江中扬立库技术有限公司</span>
                    <span id="form-name" style="margin: 0 6px;font-size: 18px;font-weight: bold;letter-spacing: 1px"></span>
                </div>
            </div>
            <div class="layui-card-body">
@@ -62,8 +62,8 @@
                    <div class="header-sub">
                        电话
                    </div>
                    <div class="header-desc">
                        15067665399
                    <div class="header-desc" id="form-tel">
                        &nbsp;
                    </div>
                </div>
@@ -71,8 +71,8 @@
                    <div class="header-sub">
                        详细地址
                    </div>
                    <div class="header-desc">
                        河北省邯郸市君邦乳业有限公司
                    <div class="header-desc" id="form-addr">
                        &nbsp;
                    </div>
                </div>
@@ -80,8 +80,8 @@
                    <div class="header-sub">
                        负责人
                    </div>
                    <div class="header-desc" style="color: #006fdb;">
                        陆晓涛
                    <div class="header-desc" id="form-director" style="color: #006fdb;">
                        &nbsp;
                    </div>
                </div>
            </div>
@@ -227,8 +227,11 @@
                    notice.destroy();
                    if (res.code === 200) {
                        let cstmr = res.data;
                        console.log(cstmr)
                        top.cstmrByMore = null;
                        $("#form-name").html(cstmr.name);
                        if (cstmr.tel) {$("#form-tel").html(cstmr.tel);}
                        if (cstmr.addr) {$("#form-addr").html(cstmr.addr);}
                        if (cstmr.director$) {$("#form-director").html(cstmr.director$);}
                        // 设备明细
                        form.val('formAdvForm', cstmr);
                        layDateRender();