@extends('layouts.master') @section('layouts.header') @include('layouts.header') @stop @section('link') @stop @section('content') {!! Form::open(array('url'=>'career/position/massRegistrationAllModify/back', 'class'=>'form-inline', 'id'=>'BackForm','method'=>'Post')) !!} {!! Form::close() !!} {!! Form::open(array('url'=>'career/position/massRegistrationAllModify/getSearch', 'class'=>'form-inline', 'id'=>'SearchForm','method'=>'Get')) !!} {!! Form::hidden('InputDate','' , ['id'=>'InputDate']) !!} {!! Form::close() !!} {!! Form::open(array('url'=>'/career/position/massRegistrationAllConfirm', 'class'=>'form-inline', 'id'=>'ConfirmForm','method'=>'Post')) !!}
氏 名 | 現職位滞留期間 | 勤続年数 | 職務経験 | 職務スキル | 研修・訓練 | 資格・検定 | 総評価点 | 昇格・昇級目安 | 現職位 | 新しい職位 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $each->Name }} | @if($each->StayPointCheckApply ==1)StayPointCheck ?' checked':'' !!}>{{ $each->StayPoint }} | @else–––– | @endif @if($each->LengApply ==1)ServiceCheck ?' checked':'' !!} >{{ $each->LengthOfService }} | @else–––– | @endif @if($each->ExpApp ==1)Actual_1 == $each->Expect_1 ?' checked':'' !!} >{{ $each->Actual_1 }} /{{ $each->Expect_1 }} | @else–––– | @endif @if($each->SkillApp ==1)Actual_2 == $each->Expect_2 ?' checked':'' !!} >{{ $each->Actual_2 }} /{{ $each->Expect_2 }} | @else–––– | @endif @if($each->LecApp ==1)Actual_3 == $each->Expect_3 ?' checked':'' !!} >{{ $each->Actual_3 }} /{{ $each->Expect_3 }} | @else–––– | @endif @if($each->QuaApp ==1)Actual_4 == $each->Expect_4 ?' checked':'' !!} >{{ $each->Actual_4 }} /{{ $each->Expect_4 }} | @else–––– | @endif{{ $each->Score }}% | @if ($each->upValue == '0')
|
@else
|
@endif
@endif
@if ($each->upValue == '2')
@if ($each->positionUp == 'true')
{{ $each->OldPosition !=''?$each->OldPosition:'-' }} | @if(isset($each->fromConfirm )) | {{ Form::select('SkillList[]', $PosList, $each->SkillList == '-' ? '-' : $each->SkillList, ['origin'=> $each->OldPositionID,'id' => 'SkillList'.$index, 'class' => 'form-control normal-input skill-selector']) }} | @else{{ Form::select('SkillList[]', $PosList, '', ['origin'=> $each->OldPositionID,'id' => 'SkillList'.$index, 'class' => 'form-control normal-input skill-selector']) }} | @endif