#if contacts??>
-
姓名:${contacts.name!''}
-
性别: <#if contacts.gender?? && contacts.gender == '1'>男#if>
<#if contacts.gender?? && contacts.gender == '0'>女#if>
<#if contacts.gender?? && contacts.gender == '-1'>未知#if>
-
生日:${contacts.cusbirthday!''}
-
电话:${contacts.phone!''}
-
手机:${contacts.mobile!''}
-
邮件:${contacts.email!''}
-
地址:${contacts.address!''}
-
类型:${uKeFuDic[contacts.ckind!''].name!''}
<#if contacts?? && contacts.touchtime??>
-
获得时间:${contacts.touchtime?string('yyyy-MM-dd')}
#if>
-
备注:${contacts.memo!''}
<#if models?seq_contains("workorders")>
#if>
#if>