从订单到交付

从订单到交付一期


已出厂列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>已出厂列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://XXXXXXXX/ierp/kapi/app/iscb/sf_exfactorylist?access_token=1382453241991661568_23NnLBvQNCA4n3TjYo1CQfGmrAzw9ap7gIb97XCkSzSPSDnt7ryR9dg1KkYvg8ltETfc0dvcM2s24ispjCKzsaq6p9JnTbUhflev</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <p>{ &quot;param&quot;:{ &quot;operatorId&quot;:&quot;1567433173162296320&quot;, 出厂方行人id, &quot;baseId&quot;:&quot;1565279690971700224&quot; 基地Id</p> <p>} }</p> <h5>返回示例</h5> <pre><code> { "data":{ "output":{ "F0CD":[ { "fxyz_inspection_status":"", "fxyz_uuid":"2022-12-03 14:15:36.655", "fxyz_wash_status":false, "modifytime":"2022-12-03 20:53:08", "fxyz_type":"0", "modifier":1394021153512621056, "fxyz_organize_id":"", "auditdate":null, "fxyz_into_status":true, "fxyz_lau_time":null, "fxyz_wash_time":null, "fxyz_recheck_status":"", "fxyz_lau_status":"", "fxyz_telephone":"1234567890122", "fxyz_inspection_time":null, "fxyz_enteringplantp":1567433173162296320, "id":1567395775204305920, "fxyz_out_time":"2022-12-03 20:53:08", "fxyz_weigh_time":null, "$pk":"id", "creator":null, "createtime":"2022-12-03 14:15:37", "fxyz_weigh_status":"", "billstatus":"A", "org":1286810197284619269, "fxyz_recheck_time":null, "fxyz_call_time":null, "auditor":null, "fxyz_cartype":"自卸", "fxyz_call_status":"", "fxyz_tare":111.0000000000, "fxyz_intoerp":1567433173162296320, "fxyz_out_status":true, "fxyz_carno":"1233333", "fxyz_driver":1565420748409953280, "fxyz_base_id":1565279690971700224, "fxyz_washerp":null, "fxyz_truckline_status":"0", "fxyz_item_id":1565282683003624448, "fxyz_gross_weight":11.0000000000, "billno":"PDXX-2022-12-03-001", "$id":1567395775204305920, "fxyz_into_time":"2022-12-03 20:37:57", "entryentity":[] } ] }, "id":1567600575284020224 }, "errorCode":"success", "status":true, "success":true } </code></pre> <h5>返回参数说明</h5> <p>3  ├ id ID 长整数 4  ├ billno 排队编号 字符串 5  ├ billstatus 单据状态 枚举<br /> 6  ├ creator 创建人 REF 7  ├ modifier 修改人 REF 8  ├ auditor 审核人 REF 9  ├ auditdate 审核日期 日期/时间<br /> 10  ├ modifytime 修改时间 日期/时间<br /> 11  ├ createtime 排队日期 日期/时间<br /> 12  ├ org 组织 REF 13  ├ entryentity 分录 ENTRIES 14   ├ id 分录id 长整数 15   ├ seq 分录行号 整数<br /> 16   ├ modifierfield 修改人 REF 17   └ modifydatefield 修改日期 日期/时间<br /> 18  ├ fxyz_organize_id 行政组织编码 字符串 19  ├ fxyz_tare 皮重 小数<br /> 20  ├ fxyz_gross_weight 毛重 小数<br /> 21  ├ fxyz_base_id 基地编码 REF 22  ├ fxyz_type 排队类型 枚举<br /> 23  ├ fxyz_item_id 排队物料编码 REF 24  ├ fxyz_truckline_status 排队状态 枚举<br /> 25  ├ fxyz_inspection_status 检验状态 枚举<br /> 26  ├ fxyz_inspection_time 检验时间 日期/时间<br /> 27  ├ fxyz_recheck_status 复检状态 枚举<br /> 28  ├ fxyz_recheck_time 复检时间 日期/时间<br /> 29  ├ fxyz_call_status 叫号状态 枚举<br /> 30  ├ fxyz_call_time 叫号时间 日期/时间<br /> 31  ├ fxyz_into_time 进厂时间 日期/时间<br /> 32  ├ fxyz_out_time 出厂时间 日期/时间<br /> 33  ├ fxyz_wash_time 洗车时间 日期/时间<br /> 34  ├ fxyz_weigh_status 过磅状态 枚举<br /> 35  ├ fxyz_weigh_time 过磅时间 日期/时间<br /> 36  ├ fxyz_lau_status 装卸车状态 枚举<br /> 37  ├ fxyz_lau_time 装卸车时间 日期/时间<br /> 38  ├ fxyz_into_status 进厂状态 是/否 39  ├ fxyz_out_status 出厂状态 是/否 40  ├ fxyz_wash_status 洗车状态 是/否 41  ├ attachmentpanel 附件面板 ENTRIES 42  ├ fxyz_cartype 车型 字符串 43  ├ fxyz_carno 车号 字符串 44  ├ fxyz_telephone 手机号 字符串 45  ├ fxyz_uuid uuid 字符串 46  ├ fxyz_washerp 洗车人 REF 47  ├ fxyz_intoerp 出厂放行人 REF 48  ├ fxyz_enteringplantp 进厂放行人 REF 49  └ fxyz_driver 排队人 REF </p> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML