审核流程

提交审核

{foreach $process.steps as $index=>$step}

第{$index+1}步{if $step_index == $index}(当前步骤){/if}

{$step.title}

{/foreach}
{if $instance->isEmpty()}
创建审核单
{if $current_step.approver_type == 3}
{/if}
{else}
工单审核
{if $current_step.approver_type == 3}
{/if}
{/if}