Api


用印列表

<h5>简要描述</h5> <ul> <li>用印列表</li> </ul> <h5>请求URL</h5> <ul> <li><code> /api/admin/seals/list</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET <h5>参数</h5> <pre><code>{ "tk":"", "pageNum":"1", "pageSize":"10", "creator":"", //发起人 "startTime":"",//开始时间 毫秒时间戳 "endTime":"",//结束时间 毫秒时间戳 "status":"",//1-审核中 2-审批通过 3-审批未通过 "projectId":""//项目id }</code></pre></li> </ul> <h5>返回示例</h5> <pre><code>{ "totalCount": 8, "data": [ { "id": 74,//申请表单记录id "name": "合同审批",//名称 "creatorName": "LYH",//发起人 "createtime": 1652436863000,//发起时间 "overtime": null, "overstatus": null, "status": 1,//审批状态 "type": null, "records": null, "allowCancel": 0,//允许撤销 "userFlowId": null, "flag": 0 }, { "id": 72, "name": "合同审批", "creatorName": "LYH", "createtime": 1652434991000, "overtime": null, "overstatus": null, "status": 1, "type": null, "records": null, "allowCancel": 0, "userFlowId": null, "flag": 0 }, { "id": 71, "name": "合同审批", "creatorName": "LYH", "createtime": 1652434775000, "overtime": null, "overstatus": null, "status": 1, "type": null, "records": null, "allowCancel": 0, "userFlowId": null, "flag": 0 }, { "id": 70, "name": "合同审批", "creatorName": "LYH", "createtime": 1652434484000, "overtime": null, "overstatus": null, "status": 1, "type": null, "records": null, "allowCancel": 0, "userFlowId": null, "flag": 0 }, { "id": 69, "name": "合同审批", "creatorName": "LYH", "createtime": 1652434421000, "overtime": null, "overstatus": null, "status": 1, "type": null, "records": null, "allowCancel": 0, "userFlowId": null, "flag": 0 }, { "id": 68, "name": "合同审批", "creatorName": "LYH", "createtime": 1652434403000, "overtime": null, "overstatus": null, "status": 1, "type": null, "records": null, "allowCancel": 0, "userFlowId": null, "flag": 0 }, { "id": 67, "name": "合同审批", "creatorName": "LYH", "createtime": 1652433756000, "overtime": null, "overstatus": null, "status": 1, "type": null, "records": null, "allowCancel": 0, "userFlowId": null, "flag": 0 }, { "id": 66, "name": "合同审批", "creatorName": "LYH", "createtime": 1652433310000, "overtime": null, "overstatus": null, "status": 1, "type": null, "records": null, "allowCancel": 0, "userFlowId": null, "flag": 0 } ], "message": "success", "pageNumber": 1, "pageSize": 10, "code": "success", "costStat": null }</code></pre>

页面列表

ITEM_HTML