详情
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/CarLogistics/logistic_draw_info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">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>{
"status": 200,
"msg": "执行成功",
"data": {
"info": { #基础信息
"id": "3", #审核id
"order_num": "WLFK202008051407353132", #费用单号
"kingdee_id": "", #金蝶id
"kingdee_number": "", #金蝶单号
"order_id_str": "1",
"pay_fee": "100000", #金额
"add_user": "1",
"add_time": "2020-08-05 14:07:35", #添加时间
"remarks": "", #备注
"status": "1",
"partner_id": "1",
"rate": "10", #税率
"rate_fee": "100", #税额
"user_name": null, #添加人
"partner": "" #所属供应商
},
"list": [ #基本费用
{
"logistics_order_id": "1",
"vin": "XJWL000001", #车架号
"car_id": "",
"logistics_order_no": "WL202008031415163612", #物流单号
"logistics_type": "",
"estimated_time": "-",
"amount_actually_paid": "0.00",
"logistics_quotation": "0.00",
"remark": "我们都有心中的故事",
"road_fee": "10",
"oil_fee": "0",
"insurance_fee": "0",
"pick_fee": "3",
"match_fee": "0",
"check_fee": "0",
"air_fee": "0",
"other_fee": "0",
"pay_voucher": "",
"type_name": "ALFA 156 2004款 2.0 AT",
"out_province_city": "江西省南昌市",
"out_warehouse_address": "新建县",
"in_province_city": "广东省东莞市",
"in_warehouse_address": "虎门"
}
],
"log_info": [ #审核信息
{
"id": "1",
"l_d_m_id": "3",
"status": "1", #状态 1=驳回、2=审核通过、3=关闭
"role_user": "超级管理员", #操作角色
"add_time": null, #审核时间
"user_id": "1",
"remarks": "fdgfd", #备注
"reason": "gfg", #原因
"from_mod": "1", #来源:1ERP后台,2ESA金蝶
"user_name": "admin" #审核人
}
],
"total_info": { #附加费用
"road_fee": 10, #路桥费
"oil_fee": 0, #油费
"insurance_fee": 0, #保险费
"pick_fee": 3, #提车费
"match_fee": 0, #配车费
"check_fee": 0, #验车费
"air_fee": 0, #空驶费
"other_fee": 0, #其他费用
"total_fee": 13 #总计
}
}
}
</code></pre>