{extend name="../../base/view/common/base" /} {block name="body"}
| Customer Name | {$detail.customer} | ||||
| Contact Person | {$detail.contact} | Follow-up Method | {$detail.types_name} | Follow-up Time | {$detail.follow_time|date='Y-m-d H:i'} |
| Communication Notes | {$detail.content} | ||||
| Current Stage | {$detail.stage_name} | Sales Opportunity | {$detail.chance} | Next Communication Time | {$detail.next_time|date='Y-m-d H:i'} |
| Related Attachments |
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||