@php global $paginate; @endphp
{{-- header --}} @include('feedback.sheet.template.header', array('paginate' => ++$paginate, 'title' => '目標達成度の振り返り 1/2'))
{{-- subHeader --}} @include('feedback.sheet.template.sub_header') {{-- 昇格要件[能力判定] --}}
昇格要件[能力判定]
職位獲得に必要な能力判定:
@foreach($page_1['mst_position_up_req_skills'] as $mst_position_up_req_skill) @php $mst_position_up_req_skill_count = 0; @endphp @foreach($mst_position_up_req_skill as $mst_skills) @php $mst_skills_count = 0; @endphp @foreach($mst_skills as $key => $mst_skill) @if($mst_position_up_req_skill_count === 0 && $key === 0)
{{$mst_skill->mst_position_name}}
@endif @if($mst_skills_count === 0 && $key === 0) @php $class_checkbox = $mst_skill->allcheck === 1 ? 'glyphicon-check' : 'glyphicon-unchecked'; if($mst_skill->pattern === 1){ $titleCheck = '以下のすべてのスキルを満たしていること'; }else if($mst_skill->pattern === 2){ $titleCheck = '以下のいずれかのスキルを'.$mst_skill->necessary_num.'つ以上満たしていること'; }else{ $titleCheck = ''; } @endphp
{{$titleCheck}}
@endif @php $mst_position_up_req_skill_count++; $mst_skills_count++; if($mst_skill->mst_evaluation >= $mst_skill->trz_evaluation){ $stylecss = ' font-weight-bold'; }else{ $stylecss = ''; } @endphp @endforeach
要件 結果
{{$mst_skill->name}} {{TnHelper::getRank($mst_skill->mst_evaluation)}} {{TnHelper::getRank($mst_skill->trz_evaluation)}}
@endforeach @endforeach
{{-- 昇格要件[研修及び訓練の受講] --}}
昇格要件[研修及び訓練の受講]
職位獲得に必要な研修及び訓練:
@foreach($page_1['mst_position_up_req_lectures'] as $mst_position_up_req_lecture) @php $mst_position_up_req_lecture_count = 0; @endphp @foreach($mst_position_up_req_lecture as $mst_lectures) @php $mst_lectures_count = 0; @endphp @foreach($mst_lectures as $key => $mst_lecture) @if($mst_position_up_req_lecture_count === 0 && $key === 0)
{{$mst_lecture->mst_position_name}}
@endif @if($mst_lectures_count === 0 && $key === 0) @php $class_checkbox = $mst_lecture->allcheck === 1 ? 'glyphicon-check' : 'glyphicon-unchecked'; if($mst_lecture->pattern === 1){ $titleCheck = '以下のすべての研修及び訓練を受講していること'; }else if($mst_lecture->pattern === 2){ $titleCheck = '以下のいずれかの研修及び訓練を'.$mst_lecture->necessary_num.'つ以上受講していること'; }else{ $titleCheck = ''; } @endphp
{{$titleCheck}}
@endif @php $mst_position_up_req_lecture_count++; $mst_lectures_count++; $lecture_checkbox = $mst_lecture->checked !== null ? 'glyphicon-check' : 'glyphicon-unchecked'; @endphp
{{sprintf("%s(主催:%s)", $mst_lecture->name, $mst_lecture->promoter)}}
@endforeach @endforeach @endforeach
取得済みの研修及び訓練: @foreach ($page_1['mst_lectures'] as $trzLecture)
{{sprintf("・%s(主催:%s) %s", $trzLecture->name, $trzLecture->promoter,$trzLecture->attending_date)}}
@endforeach
今後取得が必要な研修及び訓練: @foreach($page_1['mst_position_up_req_lectures'] as $mst_position_up_req_lecture) @foreach($mst_position_up_req_lecture as $mst_lectures) @foreach($mst_lectures as $mst_lecture) @if(is_null($mst_lecture->checked))
{{sprintf("・%s(主催:%s)", $mst_lecture->name, $mst_lecture->promoter)}}
@endif @endforeach @endforeach @endforeach
{{-- 昇格要件[資格の取得] --}}
昇格要件[資格の取得]
職位獲得に必要な資格:
@foreach($page_1['mst_position_up_req_qualifications'] as $mst_position_up_req_qualification) @php $mst_position_up_req_qualification_count = 0; @endphp @foreach($mst_position_up_req_qualification as $mst_qualifications) @php $mst_qualifications_count = 0; @endphp @foreach($mst_qualifications as $key => $mst_qualification) @if($mst_position_up_req_qualification_count === 0 && $key === 0)
{{$mst_qualification->mst_position_name}}
@endif @if($mst_qualifications_count === 0 && $key === 0) @php $class_checkbox = $mst_qualification->allcheck === 1 ? 'glyphicon-check' : 'glyphicon-unchecked'; if($mst_qualification->pattern === 1){ $titleCheck = '以下のすべての資格を取得していること'; }else if($mst_qualification->pattern === 2){ $titleCheck = '以下のいずれかの資格を'.$mst_qualification->necessary_num.'つ以上取得していること'; }else{ $titleCheck = ''; } @endphp
{{$titleCheck}}
@endif @php $mst_position_up_req_qualification_count++; $mst_qualifications_count++; $lecture_checkbox = $mst_qualification->checked !== null ? 'glyphicon-check' : 'glyphicon-unchecked'; @endphp
{{$mst_qualification->name}}
@endforeach @endforeach @endforeach
取得済みの資格: @foreach ($page_1['mst_position_up_req_qualification_arrays'] as $mst_position_up_req_qualification_array)
・{{$mst_position_up_req_qualification_array->name}} {{$mst_position_up_req_qualification_array->acquire_date}}
@endforeach
今後取得が必要な資格: @foreach($page_1['mst_position_up_req_qualifications'] as $mst_position_up_req_qualification) @foreach($mst_position_up_req_qualification as $mst_qualifications) @foreach($mst_qualifications as $mst_qualification) @if(is_null($mst_qualification->checked))
・{{$mst_qualification->name}}
@endif @endforeach @endforeach @endforeach
{{-- 昇格要件[職歴] --}}
昇格要件[職歴]
職位獲得に必要な職務経験:
@foreach($page_1['mst_position_up_req_exp_items'] as $mst_position_up_req_exp_item) @php $mst_position_up_req_exp_item_count = 0; @endphp @foreach($mst_position_up_req_exp_item as $mst_dutys) @php $mst_dutys_count = 0; @endphp @foreach($mst_dutys as $key => $mst_duty) @if($mst_position_up_req_exp_item_count === 0 && $key === 0)
{{$mst_duty->mst_position_name}}
@endif @if($mst_dutys_count === 0 && $key === 0) @php $class_checkbox = $mst_duty->allcheck === 1 ? 'glyphicon-check' : 'glyphicon-unchecked'; if($mst_duty->pattern === 1){ $titleCheck = '以下のすべての経験をしていること'; }else if($mst_duty->pattern === 2){ $titleCheck = '以下のいずれかの経験を'.$mst_duty->necessary_num.'つ以上していること'; }else{ $titleCheck = ''; } @endphp
{{$titleCheck}}
@endif @php $mst_position_up_req_exp_item_count++; $mst_dutys_count++; $duty_checkbox = $mst_duty->checked === 1 ? 'glyphicon-check' : 'glyphicon-unchecked'; @endphp @endforeach
{{$mst_duty->name}} {{$mst_duty->year}}年以上
@endforeach @endforeach
今後取得が必要な職務内容: @foreach($page_1['mst_position_up_req_exp_items'] as $mst_position_up_req_exp_item) @foreach($mst_position_up_req_exp_item as $mst_dutys) @foreach($mst_dutys as $mst_duty) @if($mst_duty->checked !== 1) @endif @endforeach
・{{$mst_duty->name}} {{$mst_duty->year}}年以上
@endforeach @endforeach
職務職歴:
@foreach ($page_1['trz_dutys'] as $trz_duty) @foreach ($trz_duty as $key => $duty) @if($key === 0)
{{$duty->name}}
@endif
{{$duty->start_date ? date( "Y年m月", strtotime($duty->start_date)) : ''}}~{{$duty->end_date ? date( "Y年m月", strtotime($duty->end_date)) : ''}}
@endforeach @endforeach
チーム履歴:
@foreach ($page_1['trz_teams'] as $trz_team) @foreach ($trz_team as $key => $team) @if($key === 0)
{{$team->name}}
@endif
{{$team->start_date ? date( "Y年m月", strtotime($team->start_date)) : ''}}~{{$team->end_date ? date( "Y年m月", strtotime($team->end_date)) : ''}}
@endforeach @endforeach