管理番号 | |||
---|---|---|---|
車両メーカー名 | 清掃 清掃担当者 |
|
|
社内メモ | 書類・記録簿 |
@foreach(config('const.exist_record_book') as $key => $value)
@endforeach
|
|
概算走行距離 |
約
km
@foreach(config('const.vehicle_rough_distance_status') as $key => $status)
@endforeach
|
確定距離 |
km
@include('backend.share.vehicle.form._s_check_options', ['element_id' => 'vehicle_check_unknown_distance','element_name'=>'vehicle[check][options][unknown_definite_distance]', 'options_value'=>config('const.vehicle_distance_type'), 'selected_options' => old('vehicle.check.options.unknown_definite_distance', isset($vehicle_check['unknown_definite_distance']) ? $vehicle_check['unknown_definite_distance'] : '')])
確定距離には整数を指定してください。
@error('vehicle.check.definite_distance')
{{ $message }}
@enderror
|
自走 |
@foreach(config('const.vehicle_recommended_status') as $key => $status)
@endforeach
|
自走 |
@foreach(config('const.vehicle_recommended_status') as $key => $status)
@endforeach
|
陸送情報 |
E / G音
@foreach(config('const.stock_out_engine_status') as $key => $status)
e_g_sound) ? $stock_params->e_g_sound : '') == $key ? "checked" : "" }}>
@endforeach
足回り音
@foreach(config('const.stock_out_engine_status') as $key => $status)
foot_step) ? $stock_params->foot_step : '') == $key ? "checked" : "" }}>
@endforeach
ギア入り
@foreach(config('const.stock_out_engine_status') as $key => $status)
gearing) ? $stock_params->gearing : '') == $key ? "checked" : "" }}>
@endforeach
クラッチ
@foreach(config('const.stock_out_engine_status') as $key => $status)
clutch) ? $stock_params->clutch : '') == $key ? "checked" : "" }}>
@endforeach
ブレーキ/排気ブレーキ
@foreach(config('const.stock_out_engine_status') as $key => $status)
break_status) ? $stock_params->break_status : '') == $key ? "checked" : "" }}>
@endforeach
チェックランプ
@foreach(config('const.vehicle_check_lamp') as $key => $status)
@endforeach
メモ
{!! isset($stock_params->note) ? nl2br($stock_params->note) : '' !!}
|
備考(社内用) | |
リセット | @endif |