报价申请详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>报价申请详情</li>
</ul>
<p><strong>请求URL:</strong>
-<code>测试: http://192.168.0.103:8080/RichOA/a/assetmanager/IAssetrepairquotation/getRepairQuotationDetail</code>
-<code>线上: http://oa.richx.cn/a/assetmanager/IAssetrepairquotation/getRepairQuotationDetail</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;维修报价添加成功&quot;,
&quot;ResponseObject&quot;: {
&quot;process&quot;: [
{
&quot;id&quot;: &quot;c8d4dd94a6ce476db0851bb7eb7e2dff&quot;,
&quot;nodeId&quot;: &quot;8-1&quot;,
&quot;status&quot;: &quot;&quot;,
&quot;remark&quot;: &quot;买材料&quot;,
&quot;name&quot;: &quot;报价申请&quot;,
&quot;state&quot;: &quot;1&quot;,// 1执行 0未执行
&quot;repairId&quot;: &quot;131bca3d4c074fc3b7a1b99b2db9e6fd&quot;
},
{
&quot;id&quot;: &quot;16ad76e5f7634aae9a957f04e2b38c36&quot;,
&quot;nodeId&quot;: &quot;8-1-1&quot;,
&quot;status&quot;: &quot;&quot;,
&quot;remark&quot;: &quot;买材料&quot;,
&quot;name&quot;: &quot;初审&quot;,
&quot;state&quot;: &quot;1&quot;,
&quot;repairId&quot;: &quot;131bca3d4c074fc3b7a1b99b2db9e6fd&quot;
},
{
&quot;id&quot;: &quot;&quot;,
&quot;nodeId&quot;: &quot;8-1-1-1-1&quot;,
&quot;status&quot;: &quot;&quot;,
&quot;remark&quot;: &quot;&quot;,
&quot;name&quot;: &quot;执行&quot;,
&quot;state&quot;: &quot;0&quot;,
&quot;repairId&quot;: &quot;131bca3d4c074fc3b7a1b99b2db9e6fd&quot;
}
],
&quot;time&quot;: 1511753079830,
&quot;quotation&quot;: {
&quot;isDelete&quot;: &quot;0&quot;,
&quot;id&quot;: &quot;03f9cd413d06466cba81029e96bc2930&quot;,
&quot;createTime&quot;: 1511688847000,
&quot;staff&quot;: &quot;291&quot;,
&quot;nodeId&quot;: &quot;8-1-1-1&quot;,
&quot;price&quot;: &quot;200&quot;,
&quot;status&quot;: &quot;&quot;,
&quot;remark&quot;: &quot;买材料&quot;,
&quot;name&quot;: &quot;终审&quot;,
&quot;state&quot;: &quot;&quot;,
&quot;repairId&quot;: &quot;131bca3d4c074fc3b7a1b99b2db9e6fd&quot;
}
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">process</td>
<td style="text-align: left;">Objec</td>
<td>审核流程</td>
</tr>
<tr>
<td style="text-align: left;">quotation</td>
<td style="text-align: left;">Obejct</td>
<td>维修报价详情</td>
</tr>
<tr>
<td style="text-align: left;">time</td>
<td style="text-align: left;">String</td>
<td>时间</td>
</tr>
<tr>
<td style="text-align: left;">nodeId</td>
<td style="text-align: left;">String</td>
<td>当前所在的流程节点</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">String</td>
<td>当前审核节点结果(0.不通过 1.通过 2.驳回 空.申请环节 3.转审</td>
</tr>
<tr>
<td style="text-align: left;">state</td>
<td style="text-align: left;">String</td>
<td>流程结果(A.通过 X.不通过 P.流程结束 B.驳回</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>