报价申请
<p><strong>简要描述:</strong> </p>
<ul>
<li>报价申请</li>
</ul>
<p><strong>请求URL:</strong>
-<code>测试: http://192.168.0.103:8080/RichOA/a/assetmanager/IAssetrepairquotation/addRepairQuotation</code>
-<code>线上: http://oa.richx.cn/a/assetmanager/IAssetrepairquotation/addRepairQuotation</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;">repairId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>报修申请id</td>
</tr>
<tr>
<td style="text-align: left;">price</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>维修报价</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;">assetName</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>资产名称</td>
</tr>
<tr>
<td style="text-align: left;">applyTime</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>资产报修申请时间</td>
</tr>
<tr>
<td style="text-align: left;">number</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>资产报修数量</td>
</tr>
<tr>
<td style="text-align: left;">repairRemark</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>报修说明</td>
</tr>
<tr>
<td style="text-align: left;">processId</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;a8d800590a994a72885d6732e54b0cab&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;,
&quot;repairId&quot;: &quot;131bca3d4c074fc3b7a1b99b2db9e6fd&quot;
},
{
&quot;id&quot;: &quot;ea7a8dd5d6734cdf942128fa39bb132f&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&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;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;: 1511753544299,
&quot;quotation&quot;: {
&quot;isDelete&quot;: &quot;0&quot;,
&quot;id&quot;: &quot;ea7a8dd5d6734cdf942128fa39bb132f&quot;,
&quot;createTime&quot;: 1511753544000,
&quot;staff&quot;: &quot;291&quot;,
&quot;nodeId&quot;: &quot;8-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;">Object</td>
<td>报价申请详情</td>
</tr>
<tr>
<td style="text-align: left;">time</td>
<td style="text-align: left;">String</td>
<td>时间</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>