M+ CPD


验收员查询counter下的申请单(补货+维修)

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>验收员查询counter下的申请单(补货+维修)</li> </ul> <h5>请求URL</h5> <ul> <li><code>/acceptanceOrder/getApplyOrderList</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code>{     "counterId": "a836c77c-f3e5-4a4c-90fe-dd8bc76f454d", // counterId必输     "flag": false, // true - 已验收,false - 未验收 "createStart": 0, // 申请单创建时间开始 "createEnd": 0, // 申请单创建时间结束 "name": "灯片", // 名称标题搜索 "apiVersion": null, "requestId": null, "timestamp": 0, "minSize": 10, // 每页最小数量 "page": 0 }</code></pre> <h5>返回示例</h5> <pre><code>{     "code": 0,     "message": "success",     "data": {         "orderList": [             {                 "orderId": "0c9ca44b-5802-4d07-8116-c7135132a0ce",                 "itemId": null,                 "itemName": null,                 "projectId": "WCR231CUD75Z",                 "createAt": 1673512644940,                 "updateAt": 1673512667019,                 "currentIndex": 2,                 "totalCount": 7,                 "currentStepInstanceId": "f74efecf-edd4-4638-adef-1cd6602d9c47",                 "status": "Ongoing",                 "counterId": "b3ffd9ab-bf2f-4e70-8e01-8dcc1353e22c",                 "displayItemType": null,                 "repairPosition": "安全事件",                 "repairCategory": "移动家具倒塌",                 "orderType": "repair"             },             {                 "orderId": "a0668091-3f60-4a1d-bba6-d92853a77a3b",                 "itemId": null,                 "itemName": null,                 "projectId": "WCR231CTTU8D",                 "createAt": 1673507871194,                 "updateAt": 1673507871194,                 "currentIndex": 2,                 "totalCount": 7,                 "currentStepInstanceId": "992a1b22-7a9c-4731-a638-6c7d277e11ad",                 "status": "Ongoing",                 "counterId": "b3ffd9ab-bf2f-4e70-8e01-8dcc1353e22c",                 "displayItemType": null,                 "repairPosition": "地面",                 "repairCategory": "收边条",                 "orderType": "repair"             }         ],         "page": 2     },     "timestamp": 1676259382189 }</code></pre> <h5>备注</h5> <ul> <li>无</li> </ul>

页面列表

ITEM_HTML