投料报工项目


获取物料类型下拉列

<h5>简要描述</h5> <ul> <li>获取物料类型下拉列接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:9505/material/getMaterialType</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> </tbody> </table> <h5>返回示例</h5> <pre><code> [ { "id": 1, "meterialTypeCode": "Z005", "meterialTypeDescribe": "包装材料", "codeAndDescribe": "Z005 (包装材料)" }, { "id": 2, "meterialTypeCode": "Z004", "meterialTypeDescribe": "辅料", "codeAndDescribe": "Z004 (辅料)" }, { "id": 3, "meterialTypeCode": "Z003", "meterialTypeDescribe": "原料", "codeAndDescribe": "Z003 (原料)" }, { "id": 4, "meterialTypeCode": "Z002", "meterialTypeDescribe": "半成品", "codeAndDescribe": "Z002 (半成品)" }, { "id": 5, "meterialTypeCode": "Z001", "meterialTypeDescribe": "成品", "codeAndDescribe": "Z001 (成品)" } ]</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> <td style="text-align: left;">meterialTypeCode</td> <td style="text-align: left;">String</td> <td>物料类型编号</td> </tr> <tr> <td style="text-align: left;">meterialTypeDescribe</td> <td style="text-align: left;">String</td> <td>物料类型描述</td> </tr> <tr> <td style="text-align: left;">codeAndDescribe</td> <td style="text-align: left;">String</td> <td>拼接字段</td> </tr> </tbody> </table> <h5>备注</h5>

页面列表

ITEM_HTML