文档
测试
POST
api/user/appraisal/record/selectList

接口描述

巡检体系-检查-列表

请求头

参数名
类型
描述
必填
token
string
示例:5242f1c1cb418d589b26648b1c0ffdf2
必填

请求参数

参数名
类型
描述
必填
college_id
string
示例:61d77baabc27cbc818fcf8bf9bcc57f8
必填
key
string
关键字,过滤表单名称
可选
status
[]string
状态数组,0未考评 1未审核 2已完成
可选
dept_ids
[]string
部门数组(全部即不过滤,不传),考评对象为部门时筛选考评对象,考评对象为成员时筛选成员所在部门
可选
c_emp_id
string
发起人id
可选
c_begin_date
string
发起开始时间,日期格式:例2022-06-01
可选
c_end_date
string
发起结束时间,日期格式:例2022-06-01
可选
evaluate_emp_id
string
考评人id
可选
approval_emp_id
string
审核人id
可选
cc_send_id
string
发送抄送的成员
可选
cc_accept_id
string
接收抄送的成员
可选

响应参数

参数名
类型
描述
必填
flag
int
示例:0
必填
msg
string
示例:success
必填
abid
string
示例:
必填
val
array
数据列表
必填
c_time
string
示例:2022-06-21
必填
details
array
数据列表
必填
id
string
考评id
必填
audit_status
string
状态 0未考评 1未审核 2已完成
必填
struct_id
string
考评表id
必填
struct_name
string
考评表名称
必填
obj_type
string
考评对象 dept/emp
必填
obj_id
string
考评对象id
必填
obj_name
string
考评对象名称
必填
dept_id
string
考评对象部门id,obj_type="emp"时存在
可选
dept_name
string
考评对象部门名称,obj_type="emp"时存在
可选
sys_score
string
总分
可选
score
string
得分
可选
c_emp_id
string
发起人id
必填
c_emp_name
string
发起人名称
必填
c_date
string
发起时间
必填
c_time
string
发起日期
必填
evaluate_emp_id
string
考评人id
必填
evaluate_emp_name
string
考评人名称
必填
approval_emp_id
string
审核人id
必填
approval_emp_name
string
审核人名称
必填