|
@@ -113,6 +113,8 @@
|
|
<div class="layui-btn-group">
|
|
<div class="layui-btn-group">
|
|
<a class="layui-btn layui-btn-xs" lay-event="customer_search"
|
|
<a class="layui-btn layui-btn-xs" lay-event="customer_search"
|
|
>查看</a>
|
|
>查看</a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="layui-btn-group">
|
|
<a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="add_review"
|
|
<a class="layui-btn layui-btn-xs layui-btn-normal" lay-event="add_review"
|
|
data-permission="customer.view_new_customer"
|
|
data-permission="customer.view_new_customer"
|
|
>跟踪报告</a>
|
|
>跟踪报告</a>
|
|
@@ -161,7 +163,7 @@
|
|
, {field: 'stage_progress_text', title: '阶段进度', width: 100}
|
|
, {field: 'stage_progress_text', title: '阶段进度', width: 100}
|
|
, {field: 'potential_level_text', title: '客户级别', width: 100}
|
|
, {field: 'potential_level_text', title: '客户级别', width: 100}
|
|
, {field: 'status_text', title: '状态', width: 60}
|
|
, {field: 'status_text', title: '状态', width: 60}
|
|
- , {field: 'track_user_text', title: '跟踪人', width: 100}
|
|
|
|
|
|
+ , {field: 'track_user_text', title: '跟踪人', width: 120}
|
|
, {field: 'end_time_f', title: '最后跟踪时间', width: 150}
|
|
, {field: 'end_time_f', title: '最后跟踪时间', width: 150}
|
|
, {field: 'last_review', title: '最后跟踪情况', width: 200}
|
|
, {field: 'last_review', title: '最后跟踪情况', width: 200}
|
|
, {field: 'next_time_f', title: '下次跟踪时间', width: 120}
|
|
, {field: 'next_time_f', title: '下次跟踪时间', width: 120}
|
|
@@ -171,7 +173,7 @@
|
|
, {field: 'create_time_f', title: '建档时间', width: 150}
|
|
, {field: 'create_time_f', title: '建档时间', width: 150}
|
|
, {field: 'create_user_text', title: '建档人', width: 100}
|
|
, {field: 'create_user_text', title: '建档人', width: 100}
|
|
, {field: 'notes', title: '备注', width: 200}
|
|
, {field: 'notes', title: '备注', width: 200}
|
|
- , {width: 130, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
|
|
|
|
|
|
+ , {width: 170, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
|
|
]]
|
|
]]
|
|
, page: true
|
|
, page: true
|
|
, height: 'full-108'
|
|
, height: 'full-108'
|
|
@@ -222,7 +224,7 @@
|
|
//取消
|
|
//取消
|
|
layer.close(index);//关闭当前按钮
|
|
layer.close(index);//关闭当前按钮
|
|
},
|
|
},
|
|
- content: 'detail.html'
|
|
|
|
|
|
+ content: 'detail.html?customer=' + data.id
|
|
});
|
|
});
|
|
} else if (obj.event === 'add_review') {
|
|
} else if (obj.event === 'add_review') {
|
|
//添加跟踪报告
|
|
//添加跟踪报告
|