中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-08 2c22d1837a5c37c37d52871a38b59eff19e60ede
#
2个文件已修改
14 ■■■■ 已修改文件
src/main/webapp/static/js/cstmr/cstmr.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/cstmr/cstmr_more.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/cstmr/cstmr.js
@@ -235,7 +235,7 @@
                    area: "1250px",
                    url: "cstmr_more.html",
                    end: function () {
                        $(".layui-laypage-btn")[0].click();
                        // $(".layui-laypage-btn")[0].click();
                    }
                })
                break;
src/main/webapp/views/cstmr/cstmr_more.html
@@ -29,6 +29,12 @@
        width: 250px;
        padding: 0 30px 0 10px;
    }
    .header-desc {
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
    }
</style>
<!-- 正文开始 -->
@@ -36,7 +42,7 @@
    <div class="layui-fluid" style="padding-bottom: 75px;">
        <!-- 标题 -->
        <div class="layui-card">
            <div class="layui-card-header">
            <div class="layui-card-header" style="padding-top: 5px; padding-bottom: 5px">
                <div>
                    <i class="layui-icon" style="font-size: 20px;color: #1890ff;font-weight: bold">&#xe68e;</i>
                    <span id="form-name" style="margin: 0 6px;font-size: 18px;font-weight: bold;letter-spacing: 1px"></span>
@@ -52,7 +58,7 @@
                    </div>
                </div>
                <div class="card-body-item">
                <div class="card-body-item" style="width: 400px">
                    <div class="header-sub">
                        详细地址
                    </div>
@@ -239,7 +245,7 @@
                        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.addr) {$("#form-addr").html(cstmr.addr);$("#form-addr").attr("title", cstmr.addr);}
                        if (cstmr.director$) {$("#form-director").html(cstmr.director$);}
                        // 设备明细
                        form.val('formAdvForm', cstmr);