{extend name="../../base/view/common/base" /} {block name="body"}

消息详情

{notempty name="$detail.file_array"} {/notempty} {notempty name="$detail.read_users"} {/notempty}
信息主题 {$detail.title}
发送人 {$detail.person_name} 接收人类别 {eq name="$detail.type" value="0"}-{/eq} {eq name="$detail.type" value="1"}同事{/eq} {eq name="$detail.type" value="2"}部门{/eq} {eq name="$detail.type" value="3"}岗位{/eq} {eq name="$detail.type" value="4"}全部{/eq} 发送时间 {$detail.send_time}
收件人 {$detail.users}
消息内容 {if condition="($detail.template == 0)"} {$detail.content} {if condition="($detail.fid > 0)"} {notempty name="$detail.from_file_array"} {/notempty}
引用消息内容 {$detail.from_content}
引用消息附件 {volist name="$detail.from_file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
{/if} {else/} {$detail.content}{:getMessageLink($detail.template,$detail.action_id)} {/if}
相关附件 {volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
收件人已读回执 {$detail.read_users}
{if condition="($detail.template == 0) AND ($detail.pid != 0)"}
回复
{/if}
{/block} {block name="script"} {/block}