|
@@ -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) {
|
|
|
//添加跟踪报告
|