获取购买申请详情
<p><strong>请求URL:</strong> </p>
<ul>
<li>正式地址 <code>http://192.168.0.101:8859/RichOA/a/assetmanager/IAsset/viewbuyschedule</code></li>
<li>测试地址 <code>http://oa.richx.cn/a/assetmanager/IAsset/viewbuyschedule</code></li>
</ul>
<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></td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></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 或 当前申请id 或申请环节id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseResult&quot;: &quot;数据获取成功&quot;,
&quot;ResponseObject&quot;: {
&quot;process&quot;: [//流程全部环节
{
&quot;id&quot;: &quot;a3ade03dead7424d8d8f54d51aeea617&quot;,
&quot;nodeId&quot;: &quot;6-1&quot;,
&quot;status&quot;: &quot;&quot;,//当前环节结果0.不通过 1.通过 2. 驳回 3.转审 -1.待审核
&quot;remark&quot;: &quot;测试演示数据&quot;,
&quot;name&quot;: &quot;申请&quot;,//环节名
&quot;state&quot;: &quot;1&quot;//0 未执行 1.已执行
},
{
&quot;id&quot;: &quot;42f518a548df430d8f9282b494e5c37d&quot;,
&quot;nodeId&quot;: &quot;6-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;id&quot;: &quot;&quot;,
&quot;nodeId&quot;: &quot;6-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;id&quot;: &quot;&quot;,
&quot;nodeId&quot;: &quot;6-1-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;buy&quot;: {
&quot;firstType&quot;: &quot;2d4e70163e704eb5b227cbcc09a56177&quot;,//资产大类id
&quot;budget&quot;: &quot;1000&quot;,//购买预算
&quot;createTime&quot;: 1511524612000,//申请时间
&quot;model&quot;: &quot;ATX&quot;,//规格型号
&quot;status&quot;: &quot;&quot;,
&quot;remark&quot;: &quot;&quot;,//备注
&quot;operater&quot;: &quot;学校管理员&quot;,申请人
&quot;state&quot;: &quot;&quot;,
&quot;applyname&quot;: &quot;postman&quot;,//申请资产名称
&quot;number&quot;: &quot;20&quot;,//申请数量
&quot;secondTypeName&quot;: &quot;通用设备&quot;,//资产大类
&quot;id&quot;: &quot;42f518a548df430d8f9282b494e5c37d&quot;,
&quot;isDelete&quot;: &quot;0&quot;,
&quot;nodeId&quot;: &quot;6-1-1&quot;,
&quot;secondType&quot;: &quot;26b1867b5d5a11e7929500155d00fd03&quot;,//分类名称id
&quot;staff&quot;: &quot;291,310&quot;,
&quot;company&quot;: &quot;东风&quot;,//建议公司
&quot;name&quot;: &quot;申请&quot;,
&quot;describe&quot;: &quot;配置描述&quot;,//配置描述
&quot;current&quot;: &quot;60e60973da8049aba2c4000750c4386d&quot;//同一笔申请标识
}
},
&quot;ResponseCode&quot;: 0
}</code></pre>