• {$from.frominfo}
  • {if $from.aduit_status eq 1 && $from.staffid eq session('_staff_id')} 撤 回 {/if}
  • {volist name="array" id="vo"}
    {if $vo['type'] neq 'hidden' and $vo['name'] neq 'nextStaff'}
    {$vo['name']} : {if $vo['type'] == 'upload'} 下载附件 {elseif $vo['type'] == 'checkbox'} {else} {$vo['value']} {/if}
    {/if}
    {/volist}
  • {volist name="update" id="up"}
    {$up.time_regdate} {$up.qz}
    {if $key == 0}

    发起人:

    {$up.content.0.staff}

    {else}

    审批人:

    {volist name="$up.content" id="con"}

    {$key+1}. {$con.position}: {if condition='$con.status eq 2'} {$con.staff}   (备注:{$con.note}) {if $con.time_regdate !=''} 审核时间:{$con.time_regdate} {/if} {if $con.file_secret != ''} 附件 {/if} {elseif condition='$con.status eq 3'} {$con.staff}   (备注:{$con.note}) {if $con.time_regdate !=''} 审核时间:{$con.time_regdate} {/if} {if $con.file_secret != ''} 附件 {/if} {else} {$con.staff} {/if}

    {$con.changes}{$con.callback}

    {/volist} {/if}
    {/volist}