挪客


查询半成品及原料列表

<p>查询半成品及原料列表</p> <p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询半成品及原料列表(用于在配置产品的BOM时,用户可以从这个接口一次性查到半成品和原料,通过关键字搜索即可)</li> </ul> <h5>请求URL</h5> <ul> <li><code>localhost:8080/pro/model/listItemsByKeywords?keywords=地钉</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;">keywords</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>关键词,可以是编码,可以是名称</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: [ { &amp;quot;itemName&amp;quot;: &amp;quot;超轻徒步帐篷&amp;quot;, &amp;quot;itemCode&amp;quot;: &amp;quot;TEST003&amp;quot;, &amp;quot;mlId&amp;quot;: 4, &amp;quot;mId&amp;quot;: 0, &amp;quot;type&amp;quot;: &amp;quot;半成品&amp;quot; }, { &amp;quot;itemName&amp;quot;: &amp;quot;塑料扣具&amp;quot;, &amp;quot;itemCode&amp;quot;: &amp;quot;88&amp;quot;, &amp;quot;mlId&amp;quot;: 0, &amp;quot;mId&amp;quot;: 68, &amp;quot;type&amp;quot;: &amp;quot;原料&amp;quot; } ] }</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;">itemName</td> <td style="text-align: left;">string</td> <td>项目名</td> </tr> <tr> <td style="text-align: left;">itemCode</td> <td style="text-align: left;">string</td> <td>项目编号</td> </tr> <tr> <td style="text-align: left;">mlId</td> <td style="text-align: left;">int</td> <td>半成品ID,只有半成品有</td> </tr> <tr> <td style="text-align: left;">mId</td> <td style="text-align: left;">int</td> <td>原料ID,只有原料有</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">string</td> <td>项目类型 :原料,半成品</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML