diff --git a/api/apiRoute.js b/api/apiRoute.js index 3459dda..238abee 100644 --- a/api/apiRoute.js +++ b/api/apiRoute.js @@ -160,6 +160,15 @@ export default { return res; }) }, + //销售端-资源共享-详情(客户资源详情) + xs_resourceSharingInfo(data = {}) { + let url = '/resourceSharing/info' + return http.get(url, data).then(res => { + return res; + }) + }, + + diff --git a/pages/market/clue/clue_info.vue b/pages/market/clue/clue_info.vue index a03e384..91e17b5 100644 --- a/pages/market/clue/clue_info.vue +++ b/pages/market/clue/clue_info.vue @@ -9,31 +9,34 @@ - - {{ clientInfo.student_name }} + + {{ clientInfo.customerResource.name }} - {{ clientInfo.follow.follow_up_time}} 跟进 + {{ $util.formatToDateTime((clientInfo.customerResource.updated_at || ''),'m-d H:i') }} 跟进 - - - + + - 意向:{{ clientInfo.follow.initial_customer_intent }} + 意向:{{ clientInfo.customerResource.initial_intent_name }} - - - - 重点关注 + + + + @@ -61,23 +64,23 @@ 来源渠道 - {{clientInfo.source_channel}} + {{clientInfo.customerResource.source_channel_name}} 来源 - {{clientInfo.customer_source}} + {{clientInfo.customerResource.source_name}} 顾问 - {{clientInfo.gw}} + {{clientInfo.customerResource.consultant_name}} 学生姓名 - {{clientInfo.student_name}} + {{clientInfo.customerResource.name}} 性别 - {{clientInfo.sex == 1 ? '男':'女'}} + {{clientInfo.customerResource.gender_name}} @@ -85,11 +88,11 @@ 已成交次数 - {{clientInfo.cj_count}}次 + {{clientInfo.customerResource.cj_count || 0}}次 体验课程 - {{clientInfo.ty_count}}次 + {{clientInfo.customerResource.trial_class_count}}次 @@ -255,15 +258,16 @@ - 添加跟进记录 + 编辑详情 拨打电话 - 转交跟进任务 + 修改记录