<#include "/apps/business/contacts/include/left.html">

联系人详情

标签

笔记

往来历史

基本信息

<#if contacts.touchtime??>${contacts.touchtime?string('yyyy-MM-dd')}
${uKeFuDic[contacts.ckind!''].name!''}
<#if contacts?? && contacts.shares?? && contacts.shares == 'none'> 不共享(仅创建人和直属上级可见) <#elseif contacts?? && contacts.shares?? && contacts.shares == 'all'> 所有人

联系人信息

${contacts.name!''}
<#if contacts.gender?? && contacts.gender == '1'>男 <#if contacts.gender?? && contacts.gender == '0'>女 <#if contacts.gender?? && contacts.gender == '-1'>未知
${contacts.cusbirthday!''}
${contacts.phone!''}
${contacts.mobileno!''}
${contacts.skypeid!''}
${uKeFuDic[contacts.province!''].name!''}
${uKeFuDic[contacts.city!''].name!''}
${contacts.email!''}
<#if contacts.wlusername?? || contacts.wluid??>
${contacts.wlusername!''} (${contacts.wluid!''})
<#if contacts.wlcompany_name?? || contacts.wlcid??>
${contacts.wlcompany_name!''} (${contacts.wlcid!''})
<#if contacts.wlsystem_name?? || contacts.wlsid??>
${contacts.wlsystem_name!''} (${contacts.wlsid!''})