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

人事调动

{notempty name="$detail.file_ids"} {/notempty}
调动员工 {$detail.name} 调出部门 {$detail.from_department}
调动日期 {$detail.move_time} 调入部门 {$detail.to_department}
调动原因 {$detail.remark}
执行状态 {$detail.status_str} 执行时间 {$detail.connect_time_str}
相关附件
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
{/block} {block name="script"} {/block}