实创_物料_工程_app


工艺管理

<p><strong>简要描述:</strong> </p> <ul> <li>工艺类型新增</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/processTypes/saveProcessTypes</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </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;">processTypes</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>工艺类型</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>状态1是正常,0是禁用</td> </tr> <tr> <td style="text-align: left;">remarks</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>备注</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p> <p><strong>简要描述:</strong> </p> <ul> <li>根据编码查询(编辑/查看)</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/processTypes/queryProcessTypesByEncoding</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>post </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;">Encoding</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>编码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: { &amp;quot;id&amp;quot;: 5, &amp;quot;processTypes&amp;quot;: &amp;quot;niubi&amp;quot;, &amp;quot;status&amp;quot;: 0, &amp;quot;encoding&amp;quot;: &amp;quot;201807021302118713ZDMP&amp;quot;, &amp;quot;remarks&amp;quot;: &amp;quot;niubi&amp;quot; }, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p> <p><strong>简要描述:</strong> </p> <ul> <li>工艺类型列表/查询</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/processTypes/queryByProcessTypesOrStatus</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;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>状态</td> </tr> <tr> <td style="text-align: left;">processTypes</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>类型名称</td> </tr> <tr> <td style="text-align: left;">pageNo</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>哪一页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>多少条</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: [ { &amp;quot;id&amp;quot;: 1, &amp;quot;processTypes&amp;quot;: null, &amp;quot;status&amp;quot;: null, &amp;quot;encoding&amp;quot;: &amp;quot;20180702125941922C4XFY&amp;quot;, &amp;quot;remarks&amp;quot;: null }, { &amp;quot;id&amp;quot;: 2, &amp;quot;processTypes&amp;quot;: null, &amp;quot;status&amp;quot;: null, &amp;quot;encoding&amp;quot;: &amp;quot;20180702130004086LN5VJ&amp;quot;, &amp;quot;remarks&amp;quot;: null }, { &amp;quot;id&amp;quot;: 3, &amp;quot;processTypes&amp;quot;: null, &amp;quot;status&amp;quot;: null, &amp;quot;encoding&amp;quot;: &amp;quot;20180702130040023X0U1W&amp;quot;, &amp;quot;remarks&amp;quot;: null }, { &amp;quot;id&amp;quot;: 4, &amp;quot;processTypes&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;encoding&amp;quot;: &amp;quot;20180702130130498LSSFQ&amp;quot;, &amp;quot;remarks&amp;quot;: &amp;quot;牛逼&amp;quot; }, { &amp;quot;id&amp;quot;: 5, &amp;quot;processTypes&amp;quot;: &amp;quot;niubi&amp;quot;, &amp;quot;status&amp;quot;: 0, &amp;quot;encoding&amp;quot;: &amp;quot;201807021302118713ZDMP&amp;quot;, &amp;quot;remarks&amp;quot;: &amp;quot;niubi&amp;quot; }, { &amp;quot;id&amp;quot;: 6, &amp;quot;processTypes&amp;quot;: &amp;quot;200&amp;quot;, &amp;quot;status&amp;quot;: 0, &amp;quot;encoding&amp;quot;: &amp;quot;20180702153234942LO69V&amp;quot;, &amp;quot;remarks&amp;quot;: &amp;quot;1&amp;quot; }, { &amp;quot;id&amp;quot;: 7, &amp;quot;processTypes&amp;quot;: null, &amp;quot;status&amp;quot;: 0, &amp;quot;encoding&amp;quot;: &amp;quot;20180703111625156HVTIY&amp;quot;, &amp;quot;remarks&amp;quot;: null } ], &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p> <p><strong>简要描述:</strong> </p> <ul> <li>查询状态为1的数据(正常的数据)</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/processTypes/queryStatusEqualOne</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> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: [ { &amp;quot;id&amp;quot;: 4, &amp;quot;processTypes&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;status&amp;quot;: 1, &amp;quot;encoding&amp;quot;: &amp;quot;20180702130130498LSSFQ&amp;quot;, &amp;quot;remarks&amp;quot;: &amp;quot;牛逼&amp;quot; } ], &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p><strong>简要描述:</strong> </p> <ul> <li>工艺类型编辑保存</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://192.168.1.40:8080/common/processTypes/updateProcessTypes</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </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;">Encoding</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>编码</td> </tr> <tr> <td style="text-align: left;">processTypes</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>工艺类型</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>状态1是正常,0是禁用</td> </tr> <tr> <td style="text-align: left;">remarks</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>备注</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;resultMsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;resultCode&amp;quot;: 200, &amp;quot;resultInfo&amp;quot;: 1, &amp;quot;page&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML