查看绩效
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/TaskManage/see_perform</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>绩效id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"info": {
"id": "1", #绩效id
"performance_type":2, 绩效类型 1:开发部;2:产品部;
"check_month": "20210301", #考核年月
"add_time": "2021-03-01 00:00:00", #生成时间
"is_leader": "1", #是否是部门负责人 1否 2是
"is_worker": "1", #是否是直属领导 1否 2是
"add_uid": "1", #考核人id
"login_uid": "1", #登录人id或当前人id
"status": "1", #审核状态 数字显示 1待确认 2待审核 3驳回 4已作废 5已审核
"confirm_time": "", #确认时间
"check_time": "", #审核时间
"score": "0", #最终得分
"degree": "0", #工作饱和度 数字显示 默认0 1不饱和 2不太饱和 3正常 4较饱和 5过度饱和
"leader_score": "0", #直属领导加减分数
"reason": "", #加减分理由
"drop_time": "", #作废时间
"drop_reason": "", #作废原因
"task_score": "0", #项目总分
"task_lenth": "0", #项目总时长 单位天
"month": "03", #考核月份
"year": "2021", #考核年份
"status_str": "待确认", #审核状态 字符显示
"degree_str": "", #工作饱和度 字符显示
"task_list": [ #项目工作
{
"score": "120", #得分
"task_desc": "", #任务描述
"start_time": "", #任务开始时间
"end_time": "", #任务结束时间
"real_time": "", #实际上线时间
"real_bugs": "", #实际bug数
"charge_score": "", #负责人评分
"each_score": "", #互评分
"bug_score": "", #质量分
"max_bugs": "" #上限bug数
}
],
"other_task_list": [ #其他工作
{
"id": "1", #其他工作id
"perform_id": "1", #
"status": "1", #当前进度 数字显示 默认0 1进行中 2沟通中 3已完结
"content": "hfghgfhgfhgf", #工作内容
"add_uid": "1",
"add_time": "", #添加时间
"end_time": "", #截止日期
"is_deleted": "1",
"status_str": "进行中", #当前进度 字符显示
"realname": "Admin" #添加人
}
],
"survey_task_list":[ 调研工作
{
"task_column_type":"3",
"task_id":"2",
"check_month_time_lenght":"9", #考核月工作时长
"score":"0.00",
"task_desc":"6月开始7月结束-未开始",#任务描述
"start_time":"-",
"end_time":"-",
"real_time":"-",
"is_online":"1",
"status":"5",
"self_score":"-",
"charge_score":"-",
"each_score":"-",
"bug_score":"-",
"comment_score":"-",
"survey_start_time":"2021-07-01", #调研开始日期
"survey_end_time":"2021-07-09" #调研结束日期
}
],
"true_name": "Admin", #姓名
"staff_no": "", #工号
"position": "", #职位
"department": "", #部门
"log_info": [ #审核日志
{
"id": "1",
"send_uid": "5",
"updated_at": "", #审核时间
"status": "待确认", #状态
"remark": "", #备注
"deal_uid": "1", #处理人id
"add_uid": "5",
"perform_id": "1",
"realname": "蒲雄" #审核人
}
],
"progress": "待蒲雄确认" #进度
},
"status": 1,
"url": ""
}
</code></pre>