|
@@ -210,32 +210,32 @@
|
|
, {field: 'overdue_count', title: '逾期', event: 'overdue', width: 80, sort: true}
|
|
, {field: 'overdue_count', title: '逾期', event: 'overdue', width: 80, sort: true}
|
|
]]
|
|
]]
|
|
});
|
|
});
|
|
-
|
|
|
|
|
|
+ var style = 'font-size:12px;'
|
|
table.render({
|
|
table.render({
|
|
elem: '#customer_datagrid'
|
|
elem: '#customer_datagrid'
|
|
, url: '/customer/new_customer/?status=1'
|
|
, url: '/customer/new_customer/?status=1'
|
|
, title: '潜客跟踪'
|
|
, title: '潜客跟踪'
|
|
, cols: [[
|
|
, cols: [[
|
|
- {field: 'name', title: '姓名', width: 110}
|
|
|
|
- , {field: 'gender_text', title: "性别", width: 70}
|
|
|
|
- , {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: 150}
|
|
|
|
- , {field: 'stage_progress_text', title: '阶段进度', width: 100}
|
|
|
|
- , {field: 'status_text', title: '状态', width: 60}
|
|
|
|
- , {field: 'track_user_text', title: '跟踪人', width: 120}
|
|
|
|
- , {field: 'store_text', title: '门店', width: 150}
|
|
|
|
- , {field: 'end_time_f', title: '最后跟踪时间', width: 150}
|
|
|
|
- , {field: 'last_review', title: '最后跟踪情况', width: 200}
|
|
|
|
- , {field: 'next_time_f', title: '下次跟踪时间', width: 120}
|
|
|
|
- , {field: 'enter_count', title: '进店次数', width: 100}
|
|
|
|
- , {field: 'last_enter_time', title: '最后进店时间', width: 150}
|
|
|
|
- , {field: 'create_time_f', title: '建档时间', width: 150}
|
|
|
|
- , {field: 'create_user_text', title: '建档人', width: 100}
|
|
|
|
- , {field: 'notes', title: '备注', width: 200}
|
|
|
|
- , {width: '28%', align: 'center', fixed: 'right', toolbar: "#customer_datagrid-operate-bar"}
|
|
|
|
|
|
+ {field: 'name', title: '姓名', width: 90}
|
|
|
|
+ , {field: 'gender_text', title: "性别", width: 60}
|
|
|
|
+ , {field: 'tel', title: '电话', width: 120}
|
|
|
|
+ , {field: 'village', title: '小区', width: 150, style:style}
|
|
|
|
+ , {field: 'address', title: '地址', width: 150, style:style}
|
|
|
|
+ , {field: 'source_text', title: '来源', width: 100, style:style}
|
|
|
|
+ , {field: 'project_text', title: '项目', width: 80, style:style}
|
|
|
|
+ , {field: 'stage_progress_text', title: '阶段进度', width: 100, style:style}
|
|
|
|
+ , {field: 'status_text', title: '状态', width: 60, style:style}
|
|
|
|
+ , {field: 'track_user_text', title: '跟踪人', width: 120, style:style}
|
|
|
|
+ , {field: 'store_text', title: '门店', width: 120, style:style}
|
|
|
|
+ , {field: 'end_time_f', title: '最后跟踪时间', width: 130, style:style}
|
|
|
|
+ , {field: 'last_review', title: '最后跟踪情况', width: 150, style:style}
|
|
|
|
+ , {field: 'next_time_f', title: '下次跟踪', width: 100, style:style}
|
|
|
|
+ , {field: 'enter_count', title: '进店次数', width: 90, style:style}
|
|
|
|
+ , {field: 'last_enter_time', title: '最后进店时间', width: 130, style:style}
|
|
|
|
+ , {field: 'create_time_f', title: '建档时间', width: 130, style:style}
|
|
|
|
+ , {field: 'create_user_text', title: '建档人', width: 100, style:style}
|
|
|
|
+ , {field: 'notes', title: '备注', width: 150, style:style}
|
|
|
|
+ , {width: 350, align: 'center', fixed: 'right', toolbar: "#customer_datagrid-operate-bar"}
|
|
]]
|
|
]]
|
|
, page: true
|
|
, page: true
|
|
, height: 'full-108'
|
|
, height: 'full-108'
|