{extend name="../../base/view/common/base" /} {block name="style"} {include file="/approve/view_style" /} {/block} {block name="body"}

公文流转审批

{notempty name="$detail.file_ids"} {/notempty}
文件名称 {$detail.name} 紧急程度 {eq name="$detail.detail_type" value="1"}普通{/eq} {eq name="$detail.detail_type" value="2"}紧急{/eq} {eq name="$detail.detail_type" value="3"}特急{/eq}
来文单位 {$detail.address} 来文日期 {$detail.detail_time}
文件摘要 {$detail.content}
备注 {$detail.remark}
相关附件
{volist name="$detail.fileArray" id="vo"}
{$vo.name}
{:to_size($vo.filesize)},{$vo.create_time|date='Y-m-d H:i'}
{/volist}
{include file="/approve/view_step" /} {/block} {block name="script"} {include file="/approve/view_script" /} {/block}