発行日:{{ \App\Helper\SystemHelper::convertGtDate(Carbon::now()->format('Y-m-d')) }} | ボディチェックシート |
管理番号 | 部品名 |
---|---|
{{ $parts->parts_code }} | {{ $parts->parts_name.(!empty($parts->addition_parts_name) ? ' '.$parts->addition_parts_name : '') }} |
部品詳細 | |||
---|---|---|---|
車両メーカー | サイズ | 初年度登録 | 型式 |
{{ \App\Models\Masters\VehicleMaker::findById($parts->maker, 'name') }} | {{ config('const.parts_size.'.$parts->size) }} | {{ $parts->getYearType() }} | {{ $parts->getModel() }} |
キャブ形状 | キャブ幅 | ||
{{ config('const.old_parts_cab_shape.'.$parts->cab_shape) }} | {{ config('const.old_parts_cab_width.'.$parts->cab_width) }} |
チェックシート | |||
---|---|---|---|
ステー | リモコン | ヒーター | ワイパー |
{{ config('const.operatin_status.'.$check_parts['stay']) }}{!! isset($check_parts['stay_etc']) ? ' ' .$check_parts['stay_etc'] : '' !!} |
{{ config('const.operatin_status.'.$check_parts['remote']) }}{!! isset($check_parts['remote_etc']) ? ' ' .$check_parts['remote_etc'] : '' !!} |
{{ config('const.operatin_status.'.$check_parts['heater']) }}{!! isset($check_parts['heater_etc']) ? ' ' .$check_parts['heater_etc'] : '' !!} |
{{ config('const.operatin_status.'.$check_parts['wiper']) }}{!! isset($check_parts['wiper_etc']) ? ' ' .$check_parts['wiper_etc'] : '' !!} |