新车订单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>新车订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/admin/NewCarType/order_details</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">order_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>订单ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{ //订单信息
"order_detail":{
"order_id":"4",//订单ID
"order_no":"XC202005272486",//订单编号
"order_type":"批售",//订单类型
"order_status":"待结清",//订单状态
"company":"-",//公司全称
"mobile":"18702621296",//联系方式
"organ_realname":"",//商家名字
"add_name":"admin",//创建人
"intention_id":"-",//意向单ID
"primary_follower":"齐晓露",//主跟进人
"primary_follower_tel":"18702621296",//主跟进人电话
"follow_up_person":"admin",//次跟进人
"follow_up_person_tel":"13632741785",//次跟进人电话
"contract_status":"未生成",//合同状态
"contract_no":"",//合同编号
"contract_time":"",//签订时间
"car_status":"已分配",//车辆状态
"payment_method":"定金+尾款",//付款方式
"total_price":"950000.00",//订单总额
"deposit_fo_licensing":2000,//上牌押金
"retired_deposit_fo_licensing":"",,//已退上牌押金
"remark":"新车订单",//订单备注
"first_pay":"",//定金
"last_pay_appointed":""//尾款
},
"customer_demand":[//客户需求
{
"config_id":"45",//车型ID
"type_name":"阿斯顿·马丁DB9 2011款 6.0L Touchtronic Coupe",//车型
"color":"星际蓝",//颜色
"sale_price":"-",//销售指导价
"car_price":"160000.00",//售价/单台
"on_plate_fee":"0.00",//上牌押金/单台
"other_fee":"0.00",//其他费用
"car_num":"1",//台数
"deal_price":"160000.00"//合计总额
}
],
"car_detail":[ //已分配车辆信息
{
"car_id":"53210",//车辆ID
"type_name":"标致2008 2014款 1.6L 手动时尚版",//车型
"car_color":"-",//颜色
"vin":"CSXC0000000000007",//车架号
"price":"900000.00",//售价
"other_fee":"0.00",//其他费用
"deposit_fo_licensing":"2000.00",//上牌押金
"is_deposit":1,//上牌押金状态(1未付2已付3已退)
"price_sum":"900000.00",//合计
"amount_paid":"0.00"//已收金额
}
],
"vehicle_source_information":[ //车源信息
{
"order_cars_id":5,//订单车辆明细ID
"car_id":"53211",//车辆ID
"price":"50000.00",//合同车价
"amount_paid":"0.00",//已收金额
"type_name":"宝马1系(进口) 2016款 118i 领先型",//车型
"engine_number":"",//发动机号
"add_time":"2020-05-27 17:22:00",//销售日期
"car_status":"1",//id 对应下面-》车所有状态集合
"application_from_time":"",//申请手续时间
"remark":""//备注
}
],
"car_status_arr":[//车所有状态集合
{
"status_id":1,//状态ID
"desc":"待提"//状态描述
}
]
}</code></pre>