工艺卡扫码获待发出工序列表接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip/webapi/api/FlowCard/GetToPushOutSrcList?flowCardId=102829</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code></code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;status&quot;: true,
&quot;message&quot;: null,
&quot;data&quot;: [
{
&quot;fId&quot;: 102829,
&quot;fBillNo&quot;: &quot;GY24112691&quot;,
&quot;fCreateDate&quot;: &quot;2024-11-18 17:12:23&quot;,
&quot;fDocumentStatus&quot;: &quot;C&quot;,
&quot;fProdTaskBillNo&quot;: &quot;241626-16-052&quot;,
&quot;fFlowCardStatus&quot;: null,
&quot;fBatchNo&quot;: &quot;24010563&quot;,
&quot;fIngotNo&quot;: &quot;XN53424169&quot;,
&quot;fMaterialName&quot;: &quot;钛棒&quot;,
&quot;fMaterialIdFNumber&quot;: &quot;1500004&quot;,
&quot;fWeight&quot;: 200,
&quot;fWeightUnitIdFName&quot;: &quot;千克&quot;,
&quot;fModel&quot;: &quot;18.5&quot;,
&quot;fModelSupplement&quot;: &quot;2800-3000&quot;,
&quot;fMainModel&quot;: 18.5,
&quot;fBrandId&quot;: &quot;TC4&quot;,
&quot;fTechnicalStandardId&quot;: &quot;GB /T13810-2017&quot;,
&quot;fTolerance&quot;: &quot;h8&quot;,
&quot;fBillTypeIdFNumber&quot;: &quot;GYKS&quot;,
&quot;fBillTypeIdFName&quot;: &quot;工艺卡&quot;,
&quot;fIsPushOutStock&quot;: true,
&quot;fIsPushInStock&quot;: false,
&quot;fPickWeight&quot;: 132,
&quot;fWorkShopDepId&quot;: 114410,
&quot;fWorkShopDepIdFNumber&quot;: &quot;BM000012&quot;,
&quot;fCurrentProcessIdFProcessId&quot;: &quot;小轧&quot;,
&quot;fFlowCardProcessEntity.FEntryId&quot;: 112270,
&quot;fFlowCardProcessEntity.Seq&quot;: 3,
&quot;fProcessType&quot;: 3,
&quot;fProcessStatus&quot;: &quot;3&quot;,
&quot;fInStockWeight&quot;: 0,
&quot;fProcessPickWeight&quot;: 0,
&quot;fProcessInStockWeight&quot;: 0,
&quot;fProcessIdFName&quot;: &quot;小轧&quot;,
&quot;fIsKeyProcess&quot;: true,
&quot;fIsFirstProcess&quot;: false,
&quot;fIsFinalProcess&quot;: false,
&quot;fIsReturned&quot;: false,
&quot;fIsPushIssued&quot;: false
}
]
}</code></pre>