详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/Admin/WarehouseManagement/warehouse_receipt_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;">apply_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>申请单ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{ //基础信息
"basic_information":{
"apply_number":"JJ20200302005",//出入库单号
"status_name":"完成",//状态
"status":"4",//1待审核2驳回3进行中4完成5关闭
"apply_type_name":"集结",//出入库类型
"in_warehouse_name":"一嗨惠州火车北站送车点",//入库仓库
"out_warehouse_name":"虚拟大库",//出库仓库
"remark":"666666",//备注
"add_time":"2020-03-02 18:09:49",//建单时间
"recorder_name":"admin"//建单人
},
//车辆信息
"cars_info":[
{
"id":"52623",//车源ID
"plate_number":"浙B9L81F",//车牌
"vin":"LBFNUBKC1KS181967",//车架号
"type_name":"北京现代ix35 2019款 2.0L 自动两驱智勇·畅享版",//车型
"transfer_in_warehouse_name":"一嗨惠州火车北站送车点",//入库仓库名
"transfer_out_warehouse_name":"虚拟大库",//出库仓库名
"car_status_name":"已集结",//状态
"carry_time":"",//提车时间
"out_time":"",//实际出库时间
"estimated_time":""//实际入库时间
"in_time":""//预计入库时间
"carry_time":""//提车时间
"estimate_carry_time":""//预计提车时间
"transit":""//是否中转
}
],
"audit_information":{
"confirmer_name":"",//审核人
"audit_name":"完成",//状态
"confirm_desc":"",//驳回原因
"confirm_time":"2020-01-01 08:00:00"//审核时间
}
}</code></pre>