智维


忽略审核

<p>[toc]</p> <h3>忽略审核查询</h3> <ul> <li>查询方法:ALTH04 queryTaskIgnHandle</li> </ul> <h4>参数说明</h4> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">taskId</td> <td style="text-align: left;">String</td> <td>工单id</td> </tr> </tbody> </table> <h4>返回示例</h4> <pre><code>/* 原因描述*/ reasonDescription: "1232321", /* 忽略原因*/ ignoreReason: "2", /* 创建时间*/ recCreateTime: "2022-05-12T09:05:50.000+0000", /* 主键Id*/ contentId: 10, /* 节点id*/ nodeId: 237, /* 工单Id*/ taskId: "419fa9ceda0f41df968754e0b2d0ef0e"</code></pre> <pre><code>{ attr: { taskId: "419fa9ceda0f41df968754e0b2d0ef0e" }, name: null, descName: null, msg: "", msgKey: "", detailMsg: "", traceId: "", sys: {}, blocks: { inqu_status: {}, result: { attr: null, blockMeta: {}, rows: [{ reasonDescription: "1232321", ignoreReason: "2", recCreateTime: "2022-05-12T09:05:50.000+0000", contentId: 10, nodeId: 237, taskId: "419fa9ceda0f41df968754e0b2d0ef0e" }], rowCount: 1, attrKeys: "" } }, status: 0, defaultBlock: null, displayMsgKey: "", blockIds: "inqu_status,result", defBlock: null, methodParamObj: null, globalParams: {}, globalUserId: "171465", attrKeys: "taskId" }</code></pre> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=4cf13b41f92e29e6ecedb957de17c050" alt="" /></p> <h3>忽略审核提交/驳回</h3> <ul> <li>提交方法 ALTH04 submitTaskIgnHandle</li> </ul> <h4>参数说明</h4> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">handleFlag</td> <td style="text-align: left;">String</td> <td>0驳回,1通过</td> </tr> <tr> <td style="text-align: left;">remark</td> <td style="text-align: left;">String</td> <td>描述原因</td> </tr> <tr> <td style="text-align: left;">taskId</td> <td style="text-align: left;">String</td> <td>工单id</td> </tr> </tbody> </table>

页面列表

ITEM_HTML