M+ CPD


验收员查询历史申请单(补货+维修)【已删除】

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>验收员查询历史申请单(补货+维修)</li> </ul> <h5>请求URL</h5> <ul> <li><code>/acceptanceOrder/getApplyOrderHistory</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code>{     "flag": true, // true - 已验收,false - 未验收 "counterId": "", // 柜台id,必输 "createStart": 0, // 申请单创建时间开始 "createEnd": 0, // 申请单创建时间结束 "name": "", // 申请单名称 "apiVersion": null, "requestId": null, "timestamp": 0 }</code></pre> <h5>返回示例</h5> <pre><code>{     "code": 0,     "message": "success",     "data": [         {             "orderId": "46efcc8d-f050-4618-918e-78223cc0210c", // 申请单id             "itemId": "4eb5689b-07d9-4f25-bd42-68619c65d9c8", // 物料id             "itemName": "1702展示柜会员俱乐部陈列架-蝴蝶结背板", // 物料名称             "projectId": "WCP23151D2FV", // 流程实例id             "createAt": 1672907596321, // 申请单创建时间             "updateAt": 1673597758156, // 申请单修改时间             "currentIndex": 5, // 当前步骤index             "totalCount": 6, // 总步骤             "status": "Ongoing", // 流程实例状态             "counterId": "9aec9435-c7f8-4a40-9956-1a99bd9672a2", // 柜台id             "displayItemType": "有机类", // 补货物料类型             "repairPosition": null, // 维修位置             "repairCategory": null, // 维修类别 "orderType": "replenishment" // repair - 维修;replenishment - 补货         },         {             "orderId": "02a6df55-a927-419b-852b-160f524313d9",             "itemId": "c048f4e5-ea92-4c32-8a1b-d98a523c2334",             "itemName": "AP补充吊牌灯箱片-AP金致臻颜精华",             "projectId": "WCP2315BK7KQ",             "createAt": 1672927081080,             "updateAt": 1672927141934,             "currentIndex": 6,             "totalCount": 6,             "status": "Completed",             "counterId": "9aec9435-c7f8-4a40-9956-1a99bd9672a2",             "displayItemType": "灯片类",             "repairPosition": null,             "repairCategory": null, "orderType": "replenishment"         }     ],     "timestamp": 1673865306906 }</code></pre> <h5>备注</h5> <ul> <li>无</li> </ul>

页面列表

ITEM_HTML