从订单到交付

从订单到交付一期


待出厂列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>待出厂列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://XXXXXXXX/ierp/kapi/app/iscb/ sf_delivered?access_token=1382453241991661568_23NnLBvQNCA4n3TjYo1CQfGmrAzw9ap7gIb97XCkSzSPSDnt7ryR9dg1KkYvg8ltETfc0dvcM2s24ispjCKzsaq6p9JnTbUhflev</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <p>{ &quot;baseid&quot;:null 基地Id }</p> <h5>返回示例</h5> <pre><code> { "error_code": 0, "data": { "uid": "1", "username": "12154545", "name": "吴系挂", "groupid": 2 , "reg_time": "1436864169", "last_login_time": "0", } }</code></pre> <h5>返回参数说明</h5> <p>{ &quot;data&quot;:{ &quot;output&quot;:{ &quot;divers&quot;:[ { &quot;fxyz_inspection_status&quot;:&quot;&quot;, &quot;fxyz_uuid&quot;:&quot;2022-12-03 14:15:36.655&quot;, &quot;fxyz_wash_status&quot;:false, &quot;modifytime&quot;:&quot;2022-12-03 19:54:56&quot;, &quot;fxyz_type&quot;:&quot;0&quot;, &quot;modifier&quot;:1394021153512621056, &quot;fxyz_organize_id&quot;:&quot;&quot;, &quot;auditdate&quot;:null, &quot;fxyz_into_status&quot;:true, &quot;fxyz_lau_time&quot;:null, &quot;fxyz_wash_time&quot;:null, &quot;fxyz_recheck_status&quot;:&quot;&quot;, &quot;fxyz_lau_status&quot;:&quot;&quot;, &quot;fxyz_telephone&quot;:&quot;1234567890122&quot;, &quot;fxyz_inspection_time&quot;:null, &quot;fxyz_enteringplantp&quot;:1567433173162296320, &quot;id&quot;:1567395775204305920, &quot;fxyz_out_time&quot;:null, &quot;fxyz_weigh_time&quot;:null, &quot;$pk&quot;:&quot;id&quot;, &quot;creator&quot;:null, &quot;createtime&quot;:&quot;2022-12-03 14:15:37&quot;, &quot;fxyz_weigh_status&quot;:&quot;&quot;, &quot;billstatus&quot;:&quot;A&quot;, &quot;org&quot;:1286810197284619269, &quot;fxyz_recheck_time&quot;:null, &quot;fxyz_call_time&quot;:null, &quot;auditor&quot;:null, &quot;fxyz_cartype&quot;:&quot;自卸&quot;, &quot;fxyz_call_status&quot;:&quot;&quot;, &quot;fxyz_tare&quot;:111.0000000000, &quot;fxyz_intoerp&quot;:null, &quot;fxyz_out_status&quot;:false, &quot;fxyz_carno&quot;:&quot;1233333&quot;, &quot;fxyz_driver&quot;:1565420748409953280, &quot;fxyz_base_id&quot;:1565279690971700224, &quot;fxyz_washerp&quot;:null, &quot;fxyz_truckline_status&quot;:&quot;0&quot;, &quot;fxyz_item_id&quot;:1565282683003624448, &quot;fxyz_gross_weight&quot;:11.0000000000, &quot;billno&quot;:&quot;PDXX-2022-12-03-001&quot;, &quot;$id&quot;:1567395775204305920, &quot;fxyz_into_time&quot;:&quot;2022-12-03 19:54:56&quot;, &quot;entryentity&quot;:[] } ] }, &quot;id&quot;:1567582771025576960 }, &quot;errorCode&quot;:&quot;success&quot;, &quot;status&quot;:true, &quot;success&quot;:true }</p> <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> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML