新建出入库单-首页
<p><strong>简要描述:</strong> </p>
<ul>
<li>新建出入库单/同步-首页</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/Admin/WarehouseManagement/warehouse_receipt_index</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;"></td>
<td style="text-align: left;"></td>
<td style="text-align: left;"></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"warehousing":[//入库
{
"name":"集结入库",//申请单类型
"url":"/Admin/WarehouseManagement/add_application_form?apply_type=1",//新建申请单地址
"status":1//是否显示(0不显示1显示)
}
],
"out_of_stock":[//出库
{
"name":"销售出库",
"url":"/Admin/WarehouseManagement/add_application_form?apply_type=3",
"status":1
}
]
}</code></pre>