获取绩效考核的填写模板
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取绩效考核的填写模板(同普通教师查看详情)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/app/app/appraisal/getPerformanceTemplate.do</code></li>
<li><code>http://192.168.0.30:8080/WisdomCampus/app/appraisal/getPerformanceTemplate.do</code></li>
</ul>
<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;">performanceId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>绩效id 该参数是在榜单获取详情时不用传传</td>
</tr>
<tr>
<td style="text-align: left;">totalId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>totalId 该参数是在榜单获取详情时传</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>
//获取详情时返回参数说明
{
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": {
"id": 8, ----performanceId
"name": "2019年度晋江子江中学教师考评",---绩效考核名称
"beginTime": "2019-07-02",
"endTime": "2019-07-05",
"updateTime": "2019-07-09 10:58:20.0",
"createTime": "2019-07-02 15:21:13.0",
"createUserId": 1,
"status": 0,
"isOpinion": 1,//是否需要个人意见 0不需要 1需要
"isEvaluation": 1,//考评组复核分 0不需要 1需要
"isSchoolOpinions": 1,//需要意见 0不需要 1需要
"indicators": [
{
"id": 12,
"performanceId": 8,
"indicators": "一、岗位与考勤",
"score": "25",
"createTime": "2019-07-02 15:21:29.0",
"indicatorsOptions": [
{
"id": 34,
"indicatorsId": 12,
"content": "继续教育",
"score": 5,
"rule": "一个学年度中,能按规定完成90课时的继续教育,符合教育局认定要求的计5分,未完成或不符合教育局认定要求的计0分。",
"departmentId": 31,
"userId": 149154,
"isMaterials": 1,//是否需要材料 0不需要 1需要
"isEvaluation": 1,//是否需要自评 0不需要 1需要
"isExamine": 1,//是否需要处室审核 0不需要 1需要
"realName": "夏凌俊",
"createTime": "2019-07-02 15:22:15.0",
"indicatorsScores": {
"id": 107,
"optionId": 34,
"opinionSoure": "3.0", ---自评分
"totalId": 52,
"createTime": "2019-07-05 14:21:14.0",
"updateTime": "2019-07-09 11:39:51.0",
"updateUserId": 149154,
"indicatorsUrls": [
{
"id": 80,
"imgUrl": "http://img-ha.richx.cn/3201000001/149154/image/ios/1562307605399149154340.jpg", --图片地址
"scoreId": 107
},
{
"id": 81,
"imgUrl": "http://img-ha.richx.cn/3201000001/149154/image/ios/1562307605399149154340.jpg",
"scoreId": 107
}
]
}
},
]
}
],
"indicatorsTotal": {
"id": 52,
"userId": 149154,
"personalScore": "38.0", ---个人子评总分
"personalOpinion":"sadaa", ---自我评价
"reviewScore":"38.0", //考评组复核分
"schoolOpinion":"学校意见", //学校意见
"performanceId": 8,
"createTime": "2019-07-05 14:21:12.0",
"updateTime": "2019-07-09 10:22:46.0",
"status": 0
}
}
}</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>