Commit 25ba8275 authored by 赵啸非's avatar 赵啸非

考勤异常添加绩效考核

parent 13301886
......@@ -91,14 +91,12 @@
{
name: "deptId",
type: "select",
label: "全部部门",
fuzzy: false
label: "全部部门"
},
{
name: "groupId",
type: "select",
label: "全部考勤组",
fuzzy: false
label: "全部考勤组"
},
/* {
name: "classId",
......@@ -109,38 +107,34 @@
{
name: "errorStatus",
type: "select",
label: "全部异常状态",
fuzzy: false
label: "全部异常状态"
},
{
name: "processStatus",
type: "select",
label: "全部处理状态",
fuzzy: false
label: "全部处理状态"
},
{
name:'attendanceDateStart',
name:'errorDateTimeStart',
type: "date",
label: "异常开始时间",
fuzzy: false
label: "异常开始时间"
},
{
name:'attendanceDateEnd',
type: "date",
label: "异常结束时间",
fuzzy: false
label: "errorDateTimeEnd"
},
{
name: "staffName",
type: "text",
label: "员工姓名",
fuzzy: false
fuzzy: true
},
{
name: "phoneNumber",
type: "text",
label: "手机号",
fuzzy: false
fuzzy: true
},
],
columns: [
......
......@@ -24,4 +24,12 @@ public class AttendanceRecordErrorVo extends BaseEntityLong {
*/
private List<AttendanceRecordErrorEntity> recordErrorEntities;
/** 开始 异常时间 */
private String errorDateTimeStart;
/** 结束 异常时间 */
private String errorDateTimeEnd;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment