事前情報
確定情報
@if($department == 'parts' && isset($ob_vehicle) && is_object($ob_vehicle->ob_ushiparts) && $ob_vehicle->ob_ushiparts->status == config('const.vehicle_parts_status_code.before') && !empty($ob_vehicle->vehicle_hp_publish->manage_no)) @endif @php if (isset($ob_vehicle) && is_object($ob_vehicle) && is_object($ob_vehicle->vehicle_info_basic) && is_object($ob_vehicle->vehicle_info_basic->last_stock_history) && $ob_vehicle->vehicle_info_basic->last_stock_history->stock_type == config('const.stock_type_code.in')) { $stock_params = \App\Models\Vehicle\VehicleStockHistory::where('chassis_no', $ob_vehicle->vehicle_info_basic->chassis_no) ->where('stock_type', config('const.stock_type_code.in')) ->orderBy('id') ->first(); } @endphp @if(Auth::guard('admin')->user()->canResetVehicleCSCH() && (isset($vehicle['id']) && $vehicle['id'])) @endif
管理番号
車両メーカー名
清掃
清掃担当者
@error('vehicle.check.clean') {{ $message }} @enderror
@if(isset($old_name)) @error($old_name .'input_charge_user') {{ $message }} @enderror @endif
社内メモ 書類・記録簿
@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) : '' !!}
備考(社内用)
リセット

リセット

@if(isset($vehicle['id']) && $vehicle['id'])