Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
25ba8275
Commit
25ba8275
authored
Aug 09, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考勤异常添加绩效考核
parent
13301886
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
+17
-15
attendance-performance-manager-ui/admin/src/views/attendance/record/error/list.vue
...nager-ui/admin/src/views/attendance/record/error/list.vue
+9
-15
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/model/vo/AttendanceRecordErrorVo.java
...x/module/attendance/model/vo/AttendanceRecordErrorVo.java
+8
-0
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/record/error/list.vue
View file @
25ba8275
...
...
@@ -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
:
'
attendanceDat
eStart
'
,
name
:
'
errorDateTim
eStart
'
,
type
:
"
date
"
,
label
:
"
异常开始时间
"
,
fuzzy
:
false
label
:
"
异常开始时间
"
},
{
name
:
'
attendanceDateEnd
'
,
type
:
"
date
"
,
label
:
"
异常结束时间
"
,
fuzzy
:
false
label
:
"
errorDateTimeEnd
"
},
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
员工姓名
"
,
fuzzy
:
fals
e
fuzzy
:
tru
e
},
{
name
:
"
phoneNumber
"
,
type
:
"
text
"
,
label
:
"
手机号
"
,
fuzzy
:
fals
e
fuzzy
:
tru
e
},
],
columns
:
[
...
...
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/model/vo/AttendanceRecordErrorVo.java
View file @
25ba8275
...
...
@@ -24,4 +24,12 @@ public class AttendanceRecordErrorVo extends BaseEntityLong {
*/
private
List
<
AttendanceRecordErrorEntity
>
recordErrorEntities
;
/** 开始 异常时间 */
private
String
errorDateTimeStart
;
/** 结束 异常时间 */
private
String
errorDateTimeEnd
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment