出入库单列表-首页按钮显示
<p><strong>简要描述:</strong> </p>
<ul>
<li>出入库单列表-首页按钮显示</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/Admin/WarehouseManagement/button_show</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:</strong> </p>
<p>|参数名|必选|类型|说明</p>
<p><strong>返回示例</strong></p>
<pre><code> [
{
"name":"待录入",//列表类型名称
"type":"1",//列表类型名称对应代号
"btns":[
{
"name":"录入",//按钮名称
"status":1,//1显示0不显示
"method":"single_input"//接口方法名
}
]
}
]</code></pre>