<#if curagentuser??>${curagentuser.username!''}(${curagentuser.region!''}) <#else>  

<#if contacts?? && curagentuser??> <#include "/apps/agent/calloutcontact/edit.html"> <#else> <#include "/apps/agent/calloutcontact/add.html">
<#if contacts?? && curagentuser??>

往来历史

<#else>
  • 访客
  • 历史

访问信息

<#include "/apps/agent/channel/phone.html"> <#if curagentuser.name??>
  • 姓名: ${curagentuser.name!''}
  • <#if curagentuser.phone??>
  • 电话: ${curagentuser.phone!''}
  • <#if curagentuser.email??>
  • 邮件: ${curagentuser.email!''}
  • <#if curagentuser.resion??>
  • 来访原因: ${curagentuser.resion!''}
<#if curAgentService?? && curAgentService.trans?? && curAgentService.trans>
  • 转接:
  • <#if curAgentService.transtime??>
  • 转接时间: ${curAgentService.transtime?string("yyyy-MM-dd HH:mm:ss")}
  • <#if curAgentService.transmemo??>
  • 转接附言: ${curAgentService.transmemo!''}