{{$site->cn_title}}
{{--
--}} {{--建站期流程--}} {{--
--}}
@foreach($stageList as $stageInx=>$stage) @php $doneTimeList=[]; $minFlowLen=0; foreach ($stage->bqFlowInfo as $v){ $detailList=$v->detail_list??[]; $minFlowLen+= count($detailList); foreach ($detailList as $m) { if(!empty($m['flow_done_date'])){ $doneTimeList[]=strtotime($m['flow_done_date']); } } } @endphp
{{$stage->title}}
@if($doneTimeList) 完成时间: {{date('Y.n.j',min($doneTimeList))}}-{{date('Y.n.j',max($doneTimeList))}} @endif
STEP
{{$stageInx+1}}
@foreach($stage->bqFlowInfo as $infoInx=>$info) @php $detailListLen= count($info->detail_list);@endphp @foreach($info->detail_list as $key=>$item) @php $count= count($item['children']);@endphp @foreach($item['children'] as $key=>$index) @if($key==0) @endif @endforeach @endforeach @endforeach
完成步骤 预计完成时间 具体流程 备 注 主对接人 实际完成时间
{{$stage->title}} {{substr($stage->expected_date,0,10)}} {{$index['flow_name']}} {{$index['flow_remark']}} @foreach(($index['duty_user']??[]) as $dutyUser) {{$mapUsers[$dutyUser]['nickname']??''}}   @endforeach {{$index['flow_done_date']}}
STEP
{{$stageInx+1}}
@endforeach