报价申请审核
<p><strong>简要描述:</strong> </p>
<ul>
<li>报价申请审核</li>
</ul>
<p><strong>请求URL:</strong>
-<code>测试: http://192.168.0.103:8080/RichOA/a/assetmanager/IAssetrepairquotation/auditRepairQuotation</code>
-<code>线上: http://oa.richx.cn/a/assetmanager/IAssetrepairquotation/auditRepairQuotation</code></p>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>apiKey</td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学校id</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>报价id</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>审核状态0.不通过 1.通过 2.驳回 空.申请环节 3.转审</td>
</tr>
<tr>
<td style="text-align: left;">remark</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>审核说明</td>
</tr>
<tr>
<td style="text-align: left;">nodeId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>当前节点的id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;维修报价审核成功&quot;
}
{
&quot;ResponseCode&quot;: -1,
&quot;ResponseResult&quot;: &quot;维修报价审核失败&quot;
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>|参数名|类型|说明|</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>