流程状态
单据创建人 {{App\Support\Dialog::user('user','master[created_id]', '', 0, 0)}}
审批记录
审批主办人 {{App\Support\Dialog::user('user','log[user_id]', '', 0, 0)}}
审批状态
@foreach($rows as $i => $row) @endforeach
序号 步骤 办理人 办理类型 办理效率 办理时间 办理意见
{{$i + 1}} {{$row['run_name']}} {{get_user($row[user_id], 'name')}} @if($row['updated_id'] == 0) @if($row['option'] == 0) 未阅 @else 待审 @endif @elseif($row['run_status'] == 'back') 退回 @elseif($row['run_status'] == 'recall') 撤回 @elseif($row['run_status'] == 'abort') 弃审 @else @if($row['option'] == 0) 已阅 @else 已审 @endif @endif diffInHours($e).'小时'; } } $end = $start; ?> @datetime($row[updated_at]) {{$row[remark]}}