@extends('backend.layouts.app') @section('content')

車両情報検索

{{ Form::open(["route"=>"backend.{$department}.question.search_vehicle_info", "method"=>"get", "id"=>"search_form"]) }}
{{ Form::close() }} {{ $vehicles->appends(['search_param'=>$search_param])->links('vendor.pagination.admin-pagination') }} {{-- @if(isset($status_type) && is_array($status_type) && in_array(config('const.question_search_vehicle_status_code.during_talking'), $status_type) )--}} {{-- --}} {{-- @endif--}} @if ($vehicles->count() > 0) @foreach ($vehicles as $value) @endforeach @else @endif
管理番号 形状 サイズ 初年度登録 型式 車台番号 走行距離 ステータス商談期間ユーザー価格 業販価格 アウトラ価格 書類管理(仕入)
$value->vehicle_id, 'home'=>'list_all', 'tab'=>'TAB5']) }}" target="_blank"> @if(empty($value->hp_manage_no)) 未登録 @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) && is_array($status_type) && count($status_type) == 1 && !empty(config('const.question_search_vehicle_status.'.$status_type[0]))) {{ config('const.question_search_vehicle_status.'.$status_type[0]) }} @if($status_type[0] == config('const.question_search_vehicle_status_code.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 @else @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')) : '' }} @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
{{ !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).'万円' : '' }} $value->id, 'home'=>'list_all']) }}" data-vehicle_id="{{ $value->id }}">{{ is_object($value->purchase_doc) ? $value->purchase_doc->getStatus() : '未' }}
データが存在しません。
{{ $vehicles->appends(['search_param'=>$search_param])->links('vendor.pagination.admin-pagination') }} @endsection @section('page_css') @endsection @section('page_js') @endsection