@for ($i = 0, $count = count( $GraphData); $i < $count; $i =$i +6)

個人別の数値指標結果履歴

{{ $CurrentDate }} 現在

職員名 {{$staffNameTitle}} 対象期間 {{ $EvaDatePrint }}
@if($i==0)
数値指標総合点の推移:
個人別の数値指標:
@else
@endif
@for($i===0 ? $dispCount=0 : $dispCount=20,$titleIndex = $i/6*45-$dispCount; $titleIndex < ($i/6+1)*45-20 && count($GraphTitle) > $titleIndex; $titleIndex++) @if($NumIndexFlg[$titleIndex] !== 1)
{{ ($titleIndex +1) .'. ' .$GraphTitle[$titleIndex] }}
@else
{{($titleIndex +1) .'. ' .$GraphTitle[$titleIndex] }}
@endif @endfor
@if($i/6*45-$dispCount <= count($GraphTitle) && count($GraphTitle) <= ($i/6+1)*45-20)
※現在、数値指標グループに紐づいていない数値指標は
 グレーで表示されています。
@endif
@for($index=$i; $index < ($i+6); $index = $index+1 ) @if(isset($GraphData[$index]) )
@if($NumIndexFlg[$index] !== 1)
{{ '  '. ($index +1) .'. ' .$GraphTitle[$index] }}
@else
{{ '  '. ($index +1) .'. ' .$GraphTitle[$index] }}
@endif
@if(count($GraphData[$index]) === 6 )
@if($GraphData[$index][1] !== null) {{ $GraphData[$index][1] }}点 @else - 点 @endif @if($GraphData[$index][2] !== null) {{ $GraphData[$index][2] }}点 @else - 点 @endif @if($GraphData[$index][3] !== null) {{ $GraphData[$index][3] }}点 @else - 点 @endif @if($GraphData[$index][4] !== null) {{ $GraphData[$index][4] }}点 @else - 点 @endif @if($GraphData[$index][5] !== null) {{ $GraphData[$index][5] }}点 @else - 点 @endif
- @if($GraphData[$index][1] !== null && $GraphData[$index][2] !== null) {{ $GraphData[$index][2] - $GraphData[$index][1]>0?'+':'' }}{{ number_format($GraphData[$index][2] - $GraphData[$index][1],2,'.','') }} @else - @endif @if($GraphData[$index][2] !== null && $GraphData[$index][3] !== null) {{ $GraphData[$index][3] - $GraphData[$index][2]>0?'+':'' }}{{ number_format($GraphData[$index][3] - $GraphData[$index][2],2,'.','') }} @else - @endif @if($GraphData[$index][3] !== null && $GraphData[$index][4] !== null) {{ $GraphData[$index][4] - $GraphData[$index][3]>0?'+':'' }}{{ number_format($GraphData[$index][4] - $GraphData[$index][3],2,'.','') }} @else - @endif @if($GraphData[$index][4] !== null && $GraphData[$index][5] !== null) {{ $GraphData[$index][5] - $GraphData[$index][4]>0?'+':'' }}{{ number_format($GraphData[$index][5] - $GraphData[$index][4],2,'.','') }} @else - @endif
@endif @if(count($GraphData[$index]) === 5 )
@if($GraphData[$index][1] !== null) {{ $GraphData[$index][1] }}点 @else - 点 @endif @if($GraphData[$index][2] !== null) {{ $GraphData[$index][2] }}点 @else - 点 @endif @if($GraphData[$index][3] !== null) {{ $GraphData[$index][3] }}点 @else - 点 @endif @if($GraphData[$index][4] !== null) {{ $GraphData[$index][4] }}点 @else - 点 @endif
- @if($GraphData[$index][1] !== null && $GraphData[$index][2] !== null) {{ $GraphData[$index][2] - $GraphData[$index][1]>0?'+':'' }}{{ number_format($GraphData[$index][2] - $GraphData[$index][1],2,'.','') }} @else - @endif @if($GraphData[$index][2] !== null && $GraphData[$index][3] !== null) {{ $GraphData[$index][3] - $GraphData[$index][2]>0?'+':'' }}{{ number_format($GraphData[$index][3] - $GraphData[$index][2],2,'.','') }} @else - @endif @if($GraphData[$index][3] !== null && $GraphData[$index][4] !== null) {{ $GraphData[$index][4] - $GraphData[$index][3]>0?'+':'' }}{{ number_format($GraphData[$index][4] - $GraphData[$index][3],2,'.','') }} @else - @endif
@endif @if(count($GraphData[$index]) === 4 )
@if($GraphData[$index][1] !== null) {{ $GraphData[$index][1] }}点 @else - 点 @endif @if($GraphData[$index][2] !== null) {{ $GraphData[$index][2] }}点 @else - 点 @endif @if($GraphData[$index][3] !== null) {{ $GraphData[$index][3] }}点 @else - 点 @endif
- @if($GraphData[$index][1] !== null && $GraphData[$index][2] !== null) {{ $GraphData[$index][2] - $GraphData[$index][1]>0?'+':'' }}{{ number_format($GraphData[$index][2] - $GraphData[$index][1],2,'.','') }} @else - @endif @if($GraphData[$index][2] !== null && $GraphData[$index][3] !== null) {{ $GraphData[$index][3] - $GraphData[$index][2]>0?'+':'' }}{{ number_format($GraphData[$index][3] - $GraphData[$index][2],2,'.','') }} @else - @endif
@endif @if(count($GraphData[$index]) === 3 )
@if($GraphData[$index][1] !== null) {{ $GraphData[$index][1] }}点 @else - 点 @endif @if($GraphData[$index][2] !== null) {{ $GraphData[$index][2] }}点 @else - 点 @endif
- @if($GraphData[$index][1] !== null && $GraphData[$index][2] !== null) {{ $GraphData[$index][2] - $GraphData[$index][1]>0?'+':'' }}{{ number_format($GraphData[$index][2] - $GraphData[$index][1],2,'.','') }} @else - @endif
@endif @if(count($GraphData[$index]) === 2 )
{{ $GraphData[$index][1] }}点
-
@endif
@endif @endfor
@if ($i+6 > $count) @break @endif
@endfor