编辑单据
<p><strong>简要描述:</strong> </p>
<ul>
<li>编辑单据</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/Admin/WarehouseManagement/modify_application_form</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>
</tbody>
</table>
<p><strong>参数示例</strong></p>
<pre><code>{
"cars_id":[
{
"apply_cars_id":"57103",
"draw_user_name":"大三房",
"draw_user_tel":"",
"draw_user_idcard":"",
"is_logistics":1
}
],
"remark":"备注",
"confirmer_id":"0",
"in_warehouse_id":7,
"apply_id":24042
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": 1,
"info": {
"msg": "操作成功",
}
}</code></pre>