生产工单里面的工单备料工单领料按钮点击
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>生产工单里面的工单备料工单领料按钮点击</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://127.0.0.1:9205/mes/mesOrderTask/findMaterial</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</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;">ids</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">List<String></td>
<td>工单标识集合</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code> [
&quot;1851096497199489025&quot;
]</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;result&quot;: [
{
&quot;sort&quot;: null,
&quot;status&quot;: null,
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;delFlag&quot;: null,
&quot;sysFiledMenuExtendList&quot;: null,
&quot;filedList&quot;: null,
&quot;id&quot;: &quot;1851096320015228930&quot;,
&quot;versionId&quot;: null,
&quot;materialId&quot;: &quot;1851095135149514753&quot;,
&quot;processId&quot;: &quot;1851095425999331329&quot;,
&quot;pickNum&quot;: 210,
&quot;callLimit&quot;: 10,
&quot;materialCode&quot;: &quot;mes102902&quot;,
&quot;materialName&quot;: &quot;世世&quot;,
&quot;unitCost&quot;: 210,
&quot;materialUnit&quot;: &quot;各&quot;,
&quot;bomDetailId&quot;: null,
&quot;bomId&quot;: &quot;1851095974433939458&quot;,
&quot;processName&quot;: &quot;升级1&quot;,
&quot;processCode&quot;: &quot;gongxu001&quot;,
&quot;workerOrderId&quot;: &quot;1851145242360774658&quot;,
&quot;workerOrderCode&quot;: &quot;scgd-202410290005&quot;,
&quot;taskCount&quot;: 1.00,
&quot;processList&quot;: null
},
{
&quot;sort&quot;: null,
&quot;status&quot;: null,
&quot;createBy&quot;: null,
&quot;createTime&quot;: null,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;delFlag&quot;: null,
&quot;sysFiledMenuExtendList&quot;: null,
&quot;filedList&quot;: null,
&quot;id&quot;: &quot;1851096320040394754&quot;,
&quot;versionId&quot;: null,
&quot;materialId&quot;: &quot;1851095298773508097&quot;,
&quot;processId&quot;: &quot;1851095549395755009&quot;,
&quot;pickNum&quot;: 399,
&quot;callLimit&quot;: 30,
&quot;materialCode&quot;: &quot;MES102903&quot;,
&quot;materialName&quot;: &quot;果果&quot;,
&quot;unitCost&quot;: 399,
&quot;materialUnit&quot;: &quot;格&quot;,
&quot;bomDetailId&quot;: null,
&quot;bomId&quot;: &quot;1851095974433939458&quot;,
&quot;processName&quot;: &quot;打怪1&quot;,
&quot;processCode&quot;: &quot;gognxu002&quot;,
&quot;workerOrderId&quot;: &quot;1851145242360774658&quot;,
&quot;workerOrderCode&quot;: &quot;scgd-202410290005&quot;,
&quot;taskCount&quot;: 1.00,
&quot;processList&quot;: null
}
],
&quot;code&quot;: 200,
&quot;timestamp&quot;: 1730357347427
}</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;">materialCode</td>
<td style="text-align: left;">String</td>
<td>物料编码</td>
</tr>
<tr>
<td style="text-align: left;">materialName</td>
<td style="text-align: left;">String</td>
<td>物料名称</td>
</tr>
<tr>
<td style="text-align: left;">materialUnit</td>
<td style="text-align: left;">String</td>
<td>单位</td>
</tr>
<tr>
<td style="text-align: left;">pickNum</td>
<td style="text-align: left;">String</td>
<td>单位数量(用料数量)(可以修改)</td>
</tr>
<tr>
<td style="text-align: left;">workerOrderId</td>
<td style="text-align: left;">String</td>
<td>工单标识</td>
</tr>
<tr>
<td style="text-align: left;">workerOrderCode</td>
<td style="text-align: left;">String</td>
<td>工单编码</td>
</tr>
<tr>
<td style="text-align: left;">taskCount</td>
<td style="text-align: left;">String</td>
<td>任务生产数量(可以修改)</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>yanglu</li>
</ul>