{if $unit_type == 2}
{volist name="list" id="vo"}
{$vo.project_name} {if $vo.audit_status==1} {in name="$vo.audit_type" value="10,11,12"} 查看详情 {/in} {/if}
项目编号:{$vo.project_num}
审批状态: {switch $vo.audit_status} {case 1}未审核{/case} {case 2}已通过{/case} {case 3}已拒绝{/case} {default /}未知 {/switch} 当前审核:{$vo.audit_name}
{$vo.create_time}
{if isset($vo["else_status"])} {/if} {if $vo.audit_status==1} {else} {/if}
{/volist}
项目状态
{else}
{if $unit_type != 1}
{volist name="list" id="vo"}
相关项目:{volist name="$vo.project_names" id="vname"} {$vname} {/volist}
发起人:{$vo.maker_name} 请款状态: {switch $vo.status} {case 0}立项中{/case} {case 1}待审核{/case} {case 2}已通过{/case} {case 3}已驳回{/case} {case -1}立项审核中{/case} {case -2}立项未通过{/case} {default /}未知 {/switch}
请款金额:{$vo.appropriation_amount}元
送审单位:{$vo.review_unit_name}
2024-01-09 {if $vo.status==1}
{else} {/if}
{/volist}
{/if}
{/if}