@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')) !!}

職員の職位 新規登録・一括変更

新しい職位を設定してください
職位変更日
{!! Form::text('RegisterDate', $InputDate, array('id'=>'dateInput','class' => 'form-control width-inputdate')) !!}
より
@foreach($PosData as $itme) {!! Form::hidden('PosDataID[]',$itme->id , []) !!} {!! Form::hidden('PosDataMaxGrade[]',$itme->max_grade , []) !!} @endforeach @foreach($data as $index=> $each) {!! Form::hidden('PositionID[]',$each->PositionId , []) !!} {!! Form::hidden('PositionVersion[]',$each->PositionVersion , []) !!} {!! Form::hidden('StaffName[]',$each->Name , []) !!} {!! Form::hidden('StaffID[]',$each->Id , []) !!} {!! Form::hidden('NewPosition[]', $each->NewPosition , []) !!} {!! Form::hidden('NewPositionID[]', $each->NewPositionID , ['id'=>'NewPositionID'.$index]) !!} {!! Form::hidden('UpValue[]', $each->upValue , []) !!} {!! Form::hidden('PositionUp[]', $each->PositionUp , []) !!} {!! Form::hidden('OldPosition[]', $each->OldPosition , []) !!} {!! Form::hidden('OldPositionID[]', $each->OldPositionID , []) !!} @if($each->StayPointCheckApply ==1) @else @endif @if($each->LengApply ==1) @else @endif @if($each->ExpApp ==1) @else @endif @if($each->SkillApp ==1) @else @endif @if($each->LecApp ==1) @else @endif @if($each->QuaApp ==1) @else @endif @if ($each->upValue == '0') @endif @if ($each->upValue == '1') @if ($each->positionUp == 'true') @else @endif @endif @if ($each->upValue == '2') @if ($each->positionUp == 'true') @else @endif @endif @if(isset($each->fromConfirm )) @else @endif @endforeach
氏 名 現職位滞留期間 勤続年数 職務経験 職務スキル 研修・訓練 資格・検定 総評価点 昇格・昇級目安 現職位 新しい職位
{{ $each->Name }}StayPointCheck ?' checked':'' !!}>{{ $each->StayPoint }} ––––ServiceCheck ?' checked':'' !!} >{{ $each->LengthOfService }} ––––Actual_1 == $each->Expect_1 ?' checked':'' !!} >{{ $each->Actual_1 }} /{{ $each->Expect_1 }}––––Actual_2 == $each->Expect_2 ?' checked':'' !!} >{{ $each->Actual_2 }} /{{ $each->Expect_2 }}––––Actual_3 == $each->Expect_3 ?' checked':'' !!} >{{ $each->Actual_3 }} /{{ $each->Expect_3 }}––––Actual_4 == $each->Expect_4 ?' checked':'' !!} >{{ $each->Actual_4 }} /{{ $each->Expect_4 }}–––– {{ $each->Score }}% {{ $each->NewPosition !=' '?$each->NewPosition:'-' }} {{ $each->NewPosition !=' '?$each->NewPosition:'-' }} {{ $each->NewPosition !=' '?$each->NewPosition:'-' }} {{ $each->NewPosition !=' '?$each->NewPosition:'-' }} {{ $each->NewPosition !=' '?$each->NewPosition:'-' }} {{ $each->OldPosition !=''?$each->OldPosition:'-' }} {{ Form::select('SkillList[]', $PosList, $each->SkillList == '-' ? '-' : $each->SkillList, ['origin'=> $each->OldPositionID,'id' => 'SkillList'.$index, 'class' => 'form-control normal-input skill-selector']) }} {{ Form::select('SkillList[]', $PosList, '', ['origin'=> $each->OldPositionID,'id' => 'SkillList'.$index, 'class' => 'form-control normal-input skill-selector']) }}
{!! Form::close() !!} @stop @section('layouts.footer') @include ('layouts.footer') @stop