@extends('layouts.general') @section('layouts.header') @include('layouts.header') @stop @section('optionalCss') @stop @section('content') {!! Form::open(array('url'=>'numclass/modify', 'class'=>'form-inline', 'id'=>'GetModifyForm','method'=>'Get')) !!} {!! Form::hidden('Id','' , ['id'=>'ModifyId']) !!} {!! Form::close() !!} {!! Form::open(array('url'=>'numclass/copyregister', 'class'=>'form-inline', 'id'=>'GetCopyRegister','method'=>'Get')) !!} {!! Form::hidden('Id','' , ['id'=>'copyId']) !!} {!! Form::close() !!} {!! Form::open(array('url'=>'numclass/basic-move', 'class'=>'form-inline', 'id'=>'MoveForm','method'=>'Post')) !!} {!! Form::hidden('MoveId','' , ['id'=>'MoveId']) !!} {!! Form::hidden('MoveVersion','' , ['id'=>'MoveVersion']) !!} {!! Form::hidden('Direction','' , ['id'=>'Direction']) !!} {!! Form::close() !!} {!! Form::open(array('url'=>'numclass/back', 'class'=>'form-inline', 'id'=>'BackForm','method'=>'Post')) !!} {!! Form::close() !!} {!! Form::open(array('url'=>'numclass/modify', 'class'=>'form-inline', 'id'=>'SubmitForm','method'=>'Post')) !!} {!! Form::hidden('Version',$Version) !!} {!! Form::hidden('Id',$Id) !!} {!! Form::hidden('Password','' , ['id'=>'Password']) !!} {!! Form::hidden('IsDelete','false' , ['id'=>'IsDelete']) !!} @if( isset($Version))

数値指標の登録・編集

{{$errors->first('Name')}} {{$errors->first('ViewPoint')}} {{$errors->first('Rule')}} {{$errors->first('Unit')}} {{$errors->first('AggregatePattern')}} {{$errors->first('ZeroValue')}} {{$errors->first('PerfectValue')}} {{$errors->first('ZeroValueCondition')}} {{$errors->first('PerfectValueCondition')}} {{$errors->first('Point')}} {{$errors->first('Note')}} @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@foreach($ListData as $index => $item) @if($index == count($ListData)-1) @else @endif @if($index == 0) @else @endif @endforeach
数値指標 編集 コピーして
新規作成
{{ $item -> name}}
数値指標編集
数値指標 *
{!! Form::text('Name', $Name, array('id'=>'Name','maxlength'=>'20','class' => 'form-control')) !!}
評価観点
{!! Form::text('ViewPoint', $ViewPoint, array('maxlength'=>'64','id'=>'ViewPoint','class' => 'form-control')) !!}
計算ルール
{!! Form::textarea('Rule', $Rule, array('maxlength'=>'1024','rows'=>'6','id'=>'Rule','class' => 'form-control')) !!}
単位
{!! Form::text('Unit', $Unit, array('maxlength'=>'3','id'=>'Unit','class' => 'form-control')) !!}
求める値
{!! Form::n_select('AggregatePattern', $AggregatePatterns, $AggregatePattern, Message::get('C00001',['a']) , ['id' => 'AggregatePattern', 'class' => 'form-control'], null) !!}
0点指標
{!! Form::text('ZeroValue', $ZeroValue, array('maxlength'=>'3','id'=>'ZeroValue','class' => 'text-center form-control')) !!}
{{ isset($Unit)?$Unit:'-' }}
{!! Form::n_select('ZeroValueCondition', $ZeroValueConditions, $ZeroValueCondition, Message::get('C00001',['a']) , ['id' => 'ZeroValueCondition', 'class' => 'form-control'], null) !!}
*単位を入力すると、0点指標・満点指標に単位が自動反映されます。
満点指標
{!! Form::text('PerfectValue', $PerfectValue, array('maxlength'=>'3','id'=>'PerfectValue','class' => 'text-center form-control')) !!}
{{ isset($Unit)?$Unit:'-' }}
{!! Form::n_select('PerfectValueCondition', $PerfectValueConditions, $PerfectValueCondition , Message::get('C00001',['a']) , ['id' => 'PerfectValueCondition', 'class' => 'form-control'], null) !!}
POINT
{!! Form::textarea('Point', $Point, array('maxlength'=>'256','rows'=>'6','id'=>'Point','class' => 'form-control')) !!}
備 考
{!! Form::text('Note', $Note, array('maxlength'=>'64','id'=>'Note','class' => 'form-control')) !!}
{{-- ICT連動 --}} {!! Form::hidden('PpRelationItemEnquete',Config::get('cd_const.PP_RELATION_ITEM_03')) !!} {!! Form::hidden('PpRelationItemEnquete',Config::get('cd_const.PP_RELATION_ITEM_04')) !!} {!! Form::hidden('PpRelationItemEnquete',Config::get('cd_const.PP_RELATION_ITEM_05')) !!} {!! Form::hidden('PpRelationItemEnquete',Config::get('cd_const.PP_RELATION_ITEM_06')) !!} {!! Form::hidden('PpRelationItemEnquete',Config::get('cd_const.PP_RELATION_ITEM_07')) !!} {!! Form::hidden('PpRelationItemEnquete',Config::get('cd_const.PP_RELATION_ITEM_08')) !!} {!! Form::hidden('PpRelationItemEnquete',Config::get('cd_const.PP_RELATION_ITEM_09')) !!} {!! Form::hidden('PpRelationItemOld',isset($PpRelationItem)? $PpRelationItem : Config::get('cd_const.PP_RELATION_ITEM_00') , ['id'=>'PpRelationItemOld']) !!} @if(count($PpLinkData) > 0 && $PpLinkData->pp_link_flg !== Config::get('cd_const.PP_LINK_FLG_0')) {!! Form::hidden('PpLinkFlg', $PpLinkData->pp_link_flg, ['id'=>'PpLinkFlg']) !!}
外部連動
データ
{{ Form::cd_select('PpRelationItem', Config::get('cd_const.PP_RELATION_ITEM'), $PpRelationItem, true, null , null, ['class' => 'form-control relation-select','id' => 'PpRelationItem'], null) }}
連動期間
{{ Form::cd_select('LinkPeriod', Config::get('cd_const.LINK_PERIOD'), $LinkPeriod, true, null , null, ['class' => 'form-control link-period-select','id' => 'LinkPeriod'], null) }}
{!! Form::text('LinkPeriodStartMonth', $LinkPeriodStartMonth, array( 'id'=>'LinkPeriodStartMonth','class' => 'form-control')) !!}
@endif {{-- ここまで --}}
@if($groupCount > 0)
数値指標の削除
@else
数値指標の削除
@endif
@endif @if( !isset($Version)) @endif {!! Form::close() !!} @stop @section('modal') @include('layouts.modal') @stop @section('numclass.ncl004Popup') @include('numclass.ncl004Popup') @stop @section('layouts.footer') @include ('layouts.footer') @stop @section('optionalJs') @append