数値指標編集
数値指標 *
{!! 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) }}
~
@endif
{{-- ここまで --}}