Bladeren bron

客户详情

wushaodong 4 jaren geleden
bovenliggende
commit
63db392ba4
2 gewijzigde bestanden met toevoegingen van 10 en 10 verwijderingen
  1. 3 3
      uis/views/customer/detail.html
  2. 7 7
      uis/views/customer/index.html

+ 3 - 3
uis/views/customer/detail.html

@@ -29,7 +29,7 @@
         <div class="layui-card">
             <div class="layui-card-body" pad15>
                 <div id="tableDom"></div>
-                <h3 style="margin: 40px 0 10px 0">潜客跟踪报告</h3>
+                <h3 style="margin: 20px 0 10px 0">潜客跟踪报告</h3>
                 <table class="layui-hide" id="customer_datagrid" lay-filter="customer-operate"></table>
             </div>
         </div>
@@ -101,8 +101,8 @@
                 {field: 'create_user_text', title: '跟踪人', width: 100}
                 , {field: 'create_time_f', title: "跟踪时间", width: 150}
                 , {field: 'description', title: '回访情况', width: 200}
-                , {field: 'stage_progress_text', title: "客户级别", width: 150}
-                , {field: 'project_text', title: '申请項目', width: 150}
+                , {field: 'instruction', title: '支援或放弃', width: 150}
+                , {field: 'check_comment', title: "审核批示", width: 150}
                 , {field: 'check_status_text', title: '审核状态', width: 100}
             ]]
             , page: true

+ 7 - 7
uis/views/customer/index.html

@@ -101,10 +101,10 @@
                     </div>
 
                     <div class="tableContent">
-                        <div style="width: 375px">
+                        <div style="width: 345px">
                             <table class="layui-hide" id="customer_log" lay-filter="customer-operate-log"></table>
                         </div>
-                        <div style="width: calc(100% - 390px)">
+                        <div style="width: calc(100% - 360px)">
                             <table class="layui-hide" id="customer_datagrid" lay-filter="customer-operate"></table>
                         </div>
                     </div>
@@ -142,9 +142,9 @@
             , url: '/customer/stage_count/'
             , cols: [[
                 {field: 'stage', title: '阶段', width: 100}
-                , {field: 'total_count', title: "总人数", width: 90, sort: true}
-                , {field: 'today_count', title: '今日', width: 90, sort: true}
-                , {field: 'overdue_count', title: '逾期', width: 90, sort: true}
+                , {field: 'total_count', title: "总人数", width: 80, sort: true}
+                , {field: 'today_count', title: '今日', width: 80, sort: true}
+                , {field: 'overdue_count', title: '逾期', width: 80, sort: true}
             ]]
         });
 
@@ -173,7 +173,7 @@
                 , {field: 'create_time_f', title: '建档时间', width: 150}
                 , {field: 'create_user_text', title: '建档人', width: 100}
                 , {field: 'notes', title: '备注', width: 200}
-                , {width: 170, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
+                , {width: 140, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
             ]]
             , page: true
             , height: 'full-108'
@@ -210,7 +210,7 @@
                     skin: 'demo-class',
                     type: 2,
                     title: '查看客户详情',
-                    area: ['45%', '90%'],
+                    area: ['55%', '90%'],
                     btn: ['跟踪报告', '更新进度', '取消'],
                     yes: function (index, dom) {
                         //添加跟踪报告