移动后台-异常出库审核列表
<h5>简要描述</h5>
<ul>
<li>移动后台-异常出库审核列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/admin/WarehouseManagementM/unusual_out_check_list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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;">status</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>审核进度类别 -1:全部 1:待审核完成; 2:驳回; 4:完成</td>
</tr>
<tr>
<td style="text-align: left;">unusual_reason</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>异常出库原因,0:无;1:车辆退款延期;2:退还保证金延期;3:大本提供超期;4:代办费用未及时结清;5:其它</td>
</tr>
<tr>
<td style="text-align: left;">apply_info</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>申请单信息</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"info": [
{
"id": "29726",
"apply_number": "YCCK20211009001", // 申请单号
"recorder_id": "1", // 申请人ID
"add_time": "2021-10-09 17:23", // 申请时间
"proof_pic": "20211009162759.jpeg",
"status": "已完成", // 状态
"car_count": "1", // 车辆数
"confirm_desc": null, // 驳回原因
"unusual_reason": "车辆退款延期", // 异常出库原因
"proof_pic_url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/application_proof1/proof/20211009162759.jpeg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1634111978&Signature=hhQ9Wq5XujPnsVmnILQvymu9Fyo%3D", // 出库凭证oss地址
"recorder_name": "Admin" // 申请人
},
{
"id": "29746",
"apply_number": "YCCK20211011001",
"recorder_id": "1",
"add_time": "2021-10-11 18:10",
"proof_pic": "20211009162759.jpeg",
"status": "进行中",
"car_count": "1",
"confirm_desc": null,
"unusual_reason": "车辆退款延期",
"proof_pic_url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/application_proof1/proof/20211009162759.jpeg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1634111978&Signature=hhQ9Wq5XujPnsVmnILQvymu9Fyo%3D"
},
{
"id": "29747",
"apply_number": "YCCK20211011002",
"recorder_id": "1",
"add_time": "21-10-11 18:13",
"proof_pic": "20211009162759.jpeg",
"status": "进行中",
"car_count": "1",
"confirm_desc": null,
"unusual_reason": "车辆退款延期",
"proof_pic_url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/application_proof1/proof/20211009162759.jpeg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1634111978&Signature=hhQ9Wq5XujPnsVmnILQvymu9Fyo%3D"
},
{
"id": "29748",
"apply_number": "YCCK20211011003",
"recorder_id": "1",
"add_time": "21-10-11 18:20",
"proof_pic": "20211009162759.jpeg",
"status": "驳回",
"car_count": "1",
"confirm_desc": "就是驳回",
"unusual_reason": "车辆退款延期",
"proof_pic_url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/application_proof1/proof/20211009162759.jpeg?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1634111978&Signature=hhQ9Wq5XujPnsVmnILQvymu9Fyo%3D"
}
],
"status": 1,
"url": ""
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>