@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/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-register', 'class'=>'form-inline', 'id'=>'BackForm','method'=>'Post')) !!} {!! Form::close() !!} {!! Form::open(array('url'=>'numclass/register', 'class'=>'form-inline', 'id'=>'SubmitForm','method'=>'Post')) !!} @if( !isset($EmptyCopyData))

数値指標の登録・編集

{{$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')}} @if(count(Session::get('_flash')['new']) >0) @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

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

@endif @endforeach @endif
@foreach($ListData as $index => $item) @if($index == count($ListData)-1) @else @endif @if($index == 0) @else @endif @endforeach
数値指標 編集 コピーして
新規作成
{{ $item -> name}} id ]) data-can_access="true" @else data-can_access="false" @endcan data-id="{!! $item -> id !!}" class="glyphicon glyphicon-pencil">
数値指標登録
数値指標 *
{!! 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')) !!}
-
{!! 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')) !!}
-
{!! 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('PpRelationItemInit',Config::get('cd_const.PP_RELATION_ITEM_00') , ['id'=>'PpRelationItemInit']) !!} {!! 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']) !!} {!! Form::hidden('LinkPeriodInit',Config::get('cd_const.LINK_PERIOD_0') , ['id'=>'LinkPeriodInit']) !!} @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'), isset($PpRelationItem)? $PpRelationItem : Config::get('cd_const.PP_RELATION_ITEM_00'), true, null , null, ['class' => 'form-control relation-select','id' => 'PpRelationItem'], null) }}
連動期間
{{ Form::cd_select('LinkPeriod', Config::get('cd_const.LINK_PERIOD'), isset($LinkPeriod) ? $LinkPeriod : Config::get('cd_const.LINK_PERIOD_0'), true, null , null, ['class' => 'form-control link-period-select','id' => 'LinkPeriod'], null) }}
{!! Form::text('LinkPeriodStartMonth', isset($LinkPeriodStartMonth) ? $LinkPeriodStartMonth : null, array( 'id'=>'LinkPeriodStartMonth','class' => 'form-control')) !!}
@endif {{-- ここまで --}}
@else @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