{{ $vehicles->links('vendor.pagination.admin-ajax-pagination', ['i'=>(isset($i) ? $i : ''), 'system_part'=>'', 'type'=>'vehicle_question', 'search_type'=>(isset($search_type) ? $search_type : '')]) }}
管理番号▲▼ | 形状▲▼ | サイズ▲▼ | 年式▲▼ | 型式▲▼ | 車台番号▲▼ | 走行距離▲▼ | ステータス | @if(isset($status_type) && $status_type == config('const.question_search_vehicle_status_code.during_talking'))商談期間 | @endifユーザー価格 | 業販価格 | アウトラ価格 | @php $department = Session::get('department'); @endphp @if ($vehicles->count() > 0) @foreach ($vehicles as $value)|
---|---|---|---|---|---|---|---|---|---|---|---|---|
vehicle_id}}"
name="{{ isset($i) ? 'vehicle_select'.$i : 'vehicle_select'}}"
data-partner_id="{{ $value->partner_id }}"
data-partner_name="{{ $value->company_name1.' '.$value->company_name2 }}"
data-partner_code="{{ $value->partner_code }}"
data-post_code="{{ $value->post_first."-".$value->post_second }}"
data-address="{{ $value->address }}"
data-less_rate="{{ $value->less_rate }}"
data-tel="{{ $value->tel }}"
data-vehicle_size="{{ config('const.vehicle_size.'.$value->size) }}"
data-vehicle_model="{{ empty($value->body_sub_category) ? (empty($value->body_mid_category) ? $value->body_category : $value->body_mid_category) : $value->body_sub_category }}"
data-vehicle_id="{{ $value->vehicle_id }}"
data-vehicle_no="{{ $value->vehicle_no }}"
data-vehicle_name="{{ $value->vehicle_name }}"
data-register_no="{{ $value->register_no }}"
data-model_first="{{ $value->model_first }}"
data-model_second="{{ $value->model_second }}"
data-engine_model="{{ $value->engine_model }}"
data-rough_travel_distance="{{ empty($value->definite_distance) ? number_format($value->rough_travel_distance) : number_format($value->definite_distance) }}"
data-vehicle_type="{{ $value->vehicle_type }}"
data-register_first_year="{{ $value->register_first_year }}"
data-next_inspection_date="{{ $value->next_inspection_date }}"
data-chassis_no="{{ $value->chassis_no }}"
data-maker="{{ $value->maker }}"
data-handling_type="{{ $value->handling_type }}"
data-mission_name="{{ $value->mission_name }}"
data-manage_no="{{ $value->hp_manage_no }}"
data-edit_url="{{ route("backend.{$department}.vehicle.detail", ["vehicle"=>$value->vehicle_id, 'home'=>'list_all', 'tab'=>($department == 'parts' ? 'TAB1' : 'TAB5')]) }}"
data-mission_options="{{ strpos($value->mission_options, config('const.mission_count_options_code.h_l')) ? 'H/L' : '' }}"
value="{{ $value->chassis_no }}"
@if(empty($value->hp_manage_no))
@if($value->sale_status >= config('const.vehicle_sale_status_code.on_sale'))
data-status="売約済"
@else
data-status="入庫予定"
@endif
@endif
@if(isset($vehicle_id) && $vehicle_id == $value->vehicle_id)
checked
@endif>
|
$value->vehicle_id, 'home'=>'list_all', 'tab'=>($department == 'parts' ? 'TAB1' : 'TAB5')]) }}" target="_blank"> @if(empty($value->hp_manage_no)) @if($value->sale_status >= config('const.vehicle_sale_status_code.on_sale')) 売約済 @else 入庫予定 @endif @else {{ $value->hp_manage_no }} @endif | {{ empty($value->body_sub_category) ? (empty($value->body_mid_category) ? $value->body_category : $value->body_mid_category) : $value->body_sub_category }} | {{ config('const.vehicle_size.'.$value->size) }} | {{ \App\Helper\SystemHelper::convertSymbolGtJDate($value->year_type_y) }} | {{ ($value->model_first != "" && $value->model_second != "") ? ($value->model_first.'-'.$value->model_second) : ($value->model_first.$value->model_second) }} | {{ $value->chassis_no }} | {{ empty($value->definite_distance) ? (!empty($value->rough_travel_distance) ? number_format($value->rough_travel_distance).'km' : '') : number_format($value->definite_distance).'km' }} | @if(isset($status_type) && !empty(config('const.question_search_vehicle_status.'.$status_type))) {{ config('const.question_search_vehicle_status.'.$status_type) }} @else @if($value->support_status == config('const.vehicle_enquiry_status.during_talking')) 商談中 @else @if($value->sale_status >= config('const.vehicle_sale_status_code.finish_sale')) 売約済 @else @if($value->sale_status == config('const.vehicle_sale_status_code.on_sale')) 販売中 @else 入庫予定 @endif @endif @endif @endif | @if(isset($status_type) && $status_type == config('const.question_search_vehicle_status_code.during_talking'))@if($value->support_status == config('const.vehicle_enquiry_status.during_talking')) {{ (!empty($value->discussion_period) && !empty($value->discussion_period_to)) ? (Carbon::parse($value->discussion_period)->format('Y.m.d').'~'.Carbon::parse($value->discussion_period_to)->format('Y.m.d')) : '' }} @endif | @endif{{ !empty($value->customer_price) ? number_format($value->customer_price).'円' : '' }} | {{ !empty($value->business_price) ? number_format($value->business_price).'円' : '' }} | {{ !empty($value->outlet_customer_price) ? number_format($value->outlet_customer_price).'万円' : '' }} |
データが存在しません。 |