中心库管理系统

二三项料中心库管理系统


获取物料卡出库记录明细

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取物料卡出库记录明细</li> </ul> <h5>请求URL</h5> <ul> <li><code>/weixin/api/getMaterialOutRecord</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;">barCode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>物料编号</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     "code":"200",     "data":[         {             "checker_user_name":"王泽亮",             "place_name":"1#工点",             "create_time":"2022-06-15 11:45:10",             "create_user_name":"严陆佳",             "remark":"物料9",             "source":1,             "sale_price":"900.00",             "sale_quantity":"1.00",             "sender_user_name":"王泽亮",             "warehouse_name":"广湛一分部1#仓库",             "out_number":"CKDH220715114509042",             "receiver_user_name":"王泽亮",             "labour_name":"111"         }     ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML