|
@@ -108,10 +108,10 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="tableContent">
|
|
|
- <div style="width: 405px">
|
|
|
+ <div style="width: 400px">
|
|
|
<table class="layui-hide" id="customer_log" lay-filter="customer-operate-log"></table>
|
|
|
</div>
|
|
|
- <div style="width: calc(100% - 450px)">
|
|
|
+ <div style="width: calc(100% - 420px)">
|
|
|
<table class="layui-hide" id="customer_datagrid" lay-filter="customer-operate"></table>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -152,25 +152,27 @@
|
|
|
|
|
|
table.render({
|
|
|
elem: '#customer_datagrid'
|
|
|
- , url: '/api/dataTable.json'
|
|
|
+ , url: '/customer/new_customer/'
|
|
|
, cols: [[
|
|
|
{field: 'name', title: '姓名', width: 110}
|
|
|
, {field: 'gender_text', title: "性别", width: 70}
|
|
|
- , {field: 'tel', title: '电话', width: 120}
|
|
|
+ , {field: 'tel', title: '电话', width: 130}
|
|
|
, {field: 'village', title: '小区', width: 150}
|
|
|
, {field: 'address', title: '地址', width: 200}
|
|
|
, {field: 'source_text', title: '来源', width: 100}
|
|
|
+ , {field: 'project_text', title: '项目', width: 100}
|
|
|
, {field: 'notes', title: '备注', width: 200}
|
|
|
- , {field: 'follow_user', title: '跟踪人', width: 100}
|
|
|
- , {field: 'last_follow', title: '最后跟踪', width: 150}
|
|
|
+ , {field: 'track_user_text', title: '跟踪人', width: 100}
|
|
|
+ , {field: 'end_time_f', title: '最后跟踪时间', width: 150}
|
|
|
, {field: 'follow_status', title: '跟踪情况', width: 200}
|
|
|
+ , {field: 'next_time_f', title: '下次跟踪时间', width: 150}
|
|
|
, {field: 'follow_count', title: '跟踪次数', width: 100}
|
|
|
, {field: 'enter_count', title: '进店次数', width: 100}
|
|
|
, {field: 'last_enter', title: '最后进店时间', width: 150}
|
|
|
, {field: 'rank', title: '级别', width: 100}
|
|
|
, {field: 'status', title: '状态', width: 100}
|
|
|
- , {field: 'create_time', title: '建档时间', width: 150}
|
|
|
- , {field: 'create_user', title: '建档人', width: 150}
|
|
|
+ , {field: 'create_time_f', title: '建档时间', width: 150}
|
|
|
+ , {field: 'create_user_text', title: '建档人', width: 100}
|
|
|
, {width: 80, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
|
|
|
]]
|
|
|
, page: true
|