台账查询
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip/webapi/api/Base/Execute?opeartion=BillQuery</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;FormId&quot;: &quot;TWOE_InventoryAccount&quot;,
&quot;TopRowCount&quot;: 0,
&quot;Limit&quot;: 0,
&quot;StartRow&quot;: 0,
&quot;FilterString&quot;: &quot;FBillTypeId.FNumber= &#039;YCLTZ&#039; AND FWeight &gt; 0&quot;, //根据类型替换
&quot;OrderString&quot;: &quot;FCreateDate Desc&quot;,
&quot;FieldKeys&quot;: &quot;FId,FBillNo,FCreateDate,FBillTypeId.FName AS FBillTypeId,FContractNo,FFlowCardNo,FSupplierId.FName AS FSupplierId,FBrandId.FName AS FBrandId,FTechnicalStandardId.FName AS FTechnicalStandardId,FMaterialId.FNumber AS FMaterialIdFNumber,FMaterialId.FName AS FMaterialIdFName,FModel,FMainModel,FModelSupplement,FWeight,FAvailableWeight,FTakeUpWeight,FWeightUnitId.FName AS FWeightUnitId,FQty,FStockType,FMaterialStatusId.FName AS FMaterialStatusId,FGrainSizeId.FName AS FGrainSizeId,FWarehouseId.FName AS FWarehouseId,FLocationId.FName AS FLocationId,FIngotNo,FSectionNo,FBatchNo,FRemark&quot;
}
//原材料库存台账
&quot;FBillTypeId.FNumber= &#039;YCLTZ&#039; AND FWeight &gt; 0&quot;
//铸锭坯料库存台账
&quot;FBillTypeId.FNumber= &#039;ZDPLTZ&#039; AND FWeight &gt; 0&quot;
//节余料库存台账
&quot;FBillTypeId.FNumber= &#039;JYLTZ&#039; AND FWeight &gt; 0&quot;
//残废料库存台账
&quot;FBillTypeId.FNumber= &#039;CFLTZ&#039; AND FWeight &gt; 0&quot;
//成品库台账
&quot;FBillTypeId.FNumber= &#039;CPTZ&#039; AND FWeight &gt; 0&quot;</code></pre>
<h5>返回示例</h5>
<pre><code>{}</code></pre>