入出庫日時※ |
|
---|---|
入出庫※ |
@foreach (config('const.stock_type') as $key=>$item)
id) && $params->id) ? 'disabled' : '' }} {{ old('stock_type', isset($params->stock_type) ? $params->stock_type : '') == $key ? 'checked' : '' }}>
@endforeach
@if(isset($params->id) && $params->id)
@endif
|
入庫拠点出庫拠点※ |
@if(isset($params->id) && $params->id && !$params->checkLastCheckIn() && !$params->checkLastCheckOut())
{{ \App\Models\Masters\VehicleShed::findById($params->shed_id, 'name') }}
@else
|
車台番号 |
{{ $params->chassis_no }} @error('chassis_no') {{ $message }} @enderror |
@else
@if(isset($qr_code) && $qr_code)
スキャン※ QR |
@include('backend.share._parts._qr_code_scan') |
車台番号※ | @include("backend.share._parts._vehicle_search_part", ["vehicle_id"=>old('vehicle_id', ((isset($params->id) && is_object($params->getObjVehicle())) ? $params->getObjVehicle()->id : '')), 'is_stock_search'=>1]) @error('chassis_no') {{ $message }} @enderror |
形状 | |
搬出先 | |
搬入先 | |
回送者 | |
搬出会社 | |
E/Gオイル |
@foreach(config('const.e_g_status') as $key => $status)
e_g_oil) ? $params->e_g_oil : '') == $key ? "checked" : "" }}>
@endforeach
|
冷却水 |
@foreach(config('const.e_g_status') as $key => $status)
cool_water) ? $params->cool_water : '') == $key ? "checked" : "" }}>
@endforeach
|
E / G音 |
@foreach(config('const.stock_out_engine_status') as $key => $status)
e_g_sound) ? $params->e_g_sound : '') == $key ? "checked" : "" }}>
@endforeach
|
足回り音 |
@foreach(config('const.stock_out_engine_status') as $key => $status)
foot_step) ? $params->foot_step : '') == $key ? "checked" : "" }}>
@endforeach
|
ギア入り |
@foreach(config('const.stock_out_engine_status') as $key => $status)
gearing) ? $params->gearing : '') == $key ? "checked" : "" }}>
@endforeach
|
クラッチ |
@foreach(config('const.stock_out_engine_status') as $key => $status)
clutch) ? $params->clutch : '') == $key ? "checked" : "" }}>
@endforeach
|
ブレーキ/排気ブレーキ |
@foreach(config('const.stock_out_engine_status') as $key => $status)
break_status) ? $params->break_status : '') == $key ? "checked" : "" }}>
@endforeach
|
オイル混入 |
@foreach(config('const.stock_oil_mix_status') as $key => $status)
oil_mix) ? $params->oil_mix : '') == $key ? "checked" : "" }}>
@endforeach
|
水混入 |
@foreach(config('const.stock_water_mix_status') as $key => $status)
water_mix) ? $params->water_mix : '') == $key ? "checked" : "" }}>
@endforeach
|
メモ |