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
3a06d248
Commit
3a06d248
authored
Jan 30, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
f460eb97
4fd6ec25
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
461 additions
and
388 deletions
+461
-388
attendance-performance-manager-ui/admin/src/assets/mixins/formdialog.js
...formance-manager-ui/admin/src/assets/mixins/formdialog.js
+3
-1
attendance-performance-manager-ui/admin/src/views/attendance/leave/record/drawershow.vue
...ui/admin/src/views/attendance/leave/record/drawershow.vue
+4
-3
attendance-performance-manager-ui/admin/src/views/check/window/perform/drawershow.vue
...er-ui/admin/src/views/check/window/perform/drawershow.vue
+165
-143
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/drawershow.vue
...min/src/views/check/window/workman/perform/drawershow.vue
+38
-30
attendance-performance-manager-ui/admin/src/views/window/perform/drawershow.vue
...-manager-ui/admin/src/views/window/perform/drawershow.vue
+169
-147
attendance-performance-manager-ui/admin/src/views/window/workman/perform/drawershow.vue
...-ui/admin/src/views/window/workman/perform/drawershow.vue
+82
-64
No files found.
attendance-performance-manager-ui/admin/src/assets/mixins/formdialog.js
View file @
3a06d248
...
...
@@ -56,7 +56,6 @@ export default {
//
res
.
entity
=
this
.
util_toDateStr
(
res
.
entity
,
this
.
toDate
);
this
.
form
=
Object
.
assign
({},
this
.
form
,
res
.
entity
);
this
.
dict
=
Object
.
assign
({},
this
.
dict
,
res
.
dict
);
this
.
afterRender
(
res
);
})
...
...
@@ -89,6 +88,9 @@ export default {
el
.
validate
((
valid
)
=>
{
if
(
!
valid
)
return
;
this
.
loading
=
true
;
this
.
form
.
leaveType
?
(
this
.
form
.
leaveType
=
this
.
form
.
leaveType
.
toString
())
:
""
;
this
.
$post
(
url
,
this
.
beforeSubmit
(
this
.
form
))
.
then
((
res
)
=>
{
this
.
$message
.
success
(
res
.
msg
);
...
...
attendance-performance-manager-ui/admin/src/views/attendance/leave/record/drawershow.vue
View file @
3a06d248
...
...
@@ -166,7 +166,8 @@ export default {
// 是否显示弹出层
open
:
false
,
direction
:
"
rtl
"
,
toString
:
[
"
leaveType
"
,
"
deptId
"
,
"
approverId
"
,
"
auditResult
"
],
toString
:
[
"
auditResult
"
],
// toString: ["leaveType", "deptId", "approverId", "auditResult"],
toDate
:
[
"
startTime
"
,
"
endTime
"
,
"
createTime
"
],
// 表单校验
rules
:
{
...
...
@@ -256,11 +257,11 @@ export default {
this
.
title
=
"
新增请假记录信息
"
;
},
/** 查看*/
view
(
row
)
{
async
view
(
row
)
{
this
.
reset
();
this
.
query
=
{
id
:
row
.
id
};
this
.
urls
.
currUrl
=
"
attendance/leave/record/view
"
;
this
.
getData
();
await
this
.
getData
();
this
.
pageInfo
.
type
=
"
view
"
;
this
.
title
=
"
请假记录信息详细
"
;
},
...
...
attendance-performance-manager-ui/admin/src/views/check/window/perform/drawershow.vue
View file @
3a06d248
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/drawershow.vue
View file @
3a06d248
...
...
@@ -337,18 +337,22 @@ export default {
this
.
query
=
{
id
:
row
.
id
}
;
await
this
.
$get
(
"
/window/workman/perform/info
"
,
{
id
:
row
.
recordId
,
}
).
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
form
.
id
=
row
.
id
;
this
.
dict
=
res
.
dict
;
}
else
{
this
.
form
=
row
;
}
this
.
form
.
view
=
"
修改
"
;
this
.
open
=
true
;
}
);
}
)
.
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
form
.
id
=
row
.
id
;
this
.
dict
=
res
.
dict
;
}
else
{
this
.
form
=
row
;
}
this
.
form
.
view
=
"
修改
"
;
this
.
open
=
true
;
}
)
.
catch
((
error
)
=>
{
this
.
$message
.
error
(
error
.
message
);
}
);
this
.
pageInfo
.
type
=
"
edit
"
;
this
.
title
=
"
市政务服务大厅窗口工作人员考核汇总表
"
;
// await this.$get("/check/window/workman/perform/info",
{
...
...
@@ -437,25 +441,29 @@ export default {
this
.
query
=
{
id
:
row
.
id
}
;
await
this
.
$get
(
"
/window/workman/perform/info
"
,
{
id
:
row
.
recordId
,
}
).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
form
.
id
=
row
.
id
;
this
.
dict
=
res
.
dict
;
}
else
{
this
.
form
=
row
;
}
this
.
form
.
view
=
"
查看
"
;
this
.
open
=
true
;
this
.
$get
(
"
/check/window/workman/perform/info
"
,
{
id
:
row
.
id
}
).
then
(
(
response
)
=>
{
if
(
response
.
code
==
1
)
{
this
.
form
=
{
...
this
.
form
,
...
response
.
data
}
;
this
.
dict
=
{
...
this
.
dict
,
...
response
.
dict
}
;
}
}
)
.
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
form
.
id
=
row
.
id
;
this
.
dict
=
res
.
dict
;
}
else
{
this
.
form
=
row
;
}
);
}
);
this
.
form
.
view
=
"
查看
"
;
this
.
open
=
true
;
this
.
$get
(
"
/check/window/workman/perform/info
"
,
{
id
:
row
.
id
}
).
then
(
(
response
)
=>
{
if
(
response
.
code
==
1
)
{
this
.
form
=
{
...
this
.
form
,
...
response
.
data
}
;
this
.
dict
=
{
...
this
.
dict
,
...
response
.
dict
}
;
}
}
);
}
)
.
catch
((
error
)
=>
{
this
.
$message
.
error
(
error
.
message
);
}
);
this
.
pageInfo
.
type
=
"
view
"
;
this
.
title
=
"
市政务服务大厅窗口工作人员考核汇总表
"
;
// this.form = row;
...
...
attendance-performance-manager-ui/admin/src/views/window/perform/drawershow.vue
View file @
3a06d248
This diff is collapsed.
Click to expand it.
attendance-performance-manager-ui/admin/src/views/window/workman/perform/drawershow.vue
View file @
3a06d248
...
...
@@ -337,16 +337,20 @@ export default {
this
.
query
=
{
id
:
row
.
id
}
;
await
this
.
$get
(
"
/window/workman/perform/info
"
,
{
id
:
row
.
recordId
,
}
).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
dict
=
res
.
dict
;
}
else
{
this
.
form
=
row
;
}
this
.
form
.
view
=
"
修改
"
;
this
.
open
=
true
;
}
);
}
)
.
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
dict
=
res
.
dict
;
}
else
{
this
.
form
=
row
;
}
this
.
form
.
view
=
"
修改
"
;
this
.
open
=
true
;
}
)
.
catch
((
error
)
=>
{
this
.
$message
.
error
(
error
.
message
);
}
);
this
.
pageInfo
.
type
=
"
edit
"
;
this
.
title
=
"
市政务服务大厅窗口工作人员考核汇总表
"
;
// await this.$get("/check/window/workman/perform/info",
{
...
...
@@ -435,65 +439,79 @@ export default {
this
.
query
=
{
id
:
row
.
id
}
;
await
this
.
$get
(
"
/check/window/workman/perform/info
"
,
{
id
:
row
.
id
,
}
).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
dict
=
res
.
dict
;
}
else
{
this
.
form
=
row
;
}
for
(
let
key
in
this
.
form
)
{
key
==
"
fillDate
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
createTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
deductTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
updateTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
checkTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
reviewTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
""
;
}
this
.
$get
(
"
/window/workman/perform/detail/info
"
,
{
id
:
row
.
id
}
).
then
(
(
response
)
=>
{
if
(
response
.
code
==
1
)
{
this
.
form
=
{
...
this
.
form
,
...
response
.
data
}
;
}
)
.
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
dict
=
res
.
dict
;
}
else
{
this
.
form
=
row
;
}
for
(
let
key
in
this
.
form
)
{
key
==
"
fillDate
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
createTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
deductTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
updateTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
checkTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
reviewTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
""
;
}
this
.
$get
(
"
/window/workman/perform/detail/info
"
,
{
id
:
row
.
id
}
).
then
(
(
response
)
=>
{
if
(
response
.
code
==
1
)
{
this
.
form
=
{
...
this
.
form
,
...
response
.
data
}
;
this
.
dict
=
{
...
this
.
dict
,
...
response
.
dict
}
;
this
.
dict
=
{
...
this
.
dict
,
...
response
.
dict
}
;
}
}
}
);
this
.
$get
(
"
/window/workman/perform/info
"
,
{
id
:
row
.
id
}
).
then
(
(
responses
)
=>
{
if
(
responses
.
code
==
1
)
{
this
.
form
=
{
...
this
.
form
,
...
responses
.
data
}
;
);
this
.
$get
(
"
/window/workman/perform/info
"
,
{
id
:
row
.
id
}
).
then
(
(
responses
)
=>
{
if
(
responses
.
code
==
1
)
{
this
.
form
=
{
...
this
.
form
,
...
responses
.
data
}
;
this
.
dict
=
{
...
this
.
dict
,
...
responses
.
dict
}
;
this
.
dict
=
{
...
this
.
dict
,
...
responses
.
dict
}
;
}
}
}
);
this
.
tableData
=
[];
this
.
tableData
.
push
({
staffName
:
this
.
form
[
"
staffName
"
]
?
this
.
form
[
"
staffName
"
]
:
"
--
"
,
discipline
:
this
.
form
[
"
discipline
"
]
?
this
.
form
[
"
discipline
"
]
:
"
--
"
,
specification
:
this
.
form
[
"
specification
"
]
?
this
.
form
[
"
specification
"
]
:
"
--
"
,
management
:
this
.
form
[
"
management
"
]
?
this
.
form
[
"
management
"
]
:
"
--
"
,
evaluation
:
this
.
form
[
"
evaluation
"
]
?
this
.
form
[
"
evaluation
"
]
:
"
--
"
,
efficiency
:
this
.
form
[
"
efficiency
"
]
?
this
.
form
[
"
efficiency
"
]
:
"
--
"
,
bonusScore
:
this
.
form
[
"
bonusScore
"
]
?
this
.
form
[
"
bonusScore
"
]
:
"
--
"
,
sumScore
:
this
.
form
[
"
sumScore
"
]
?
this
.
form
[
"
sumScore
"
]
:
"
--
"
,
examineLevel
:
this
.
form
[
"
examineLevel
"
]
?
this
.
dict
[
"
examineLevel
"
]
:
"
--
"
,
);
this
.
tableData
=
[];
this
.
tableData
.
push
({
staffName
:
this
.
form
[
"
staffName
"
]
?
this
.
form
[
"
staffName
"
]
:
"
--
"
,
discipline
:
this
.
form
[
"
discipline
"
]
?
this
.
form
[
"
discipline
"
]
:
"
--
"
,
specification
:
this
.
form
[
"
specification
"
]
?
this
.
form
[
"
specification
"
]
:
"
--
"
,
management
:
this
.
form
[
"
management
"
]
?
this
.
form
[
"
management
"
]
:
"
--
"
,
evaluation
:
this
.
form
[
"
evaluation
"
]
?
this
.
form
[
"
evaluation
"
]
:
"
--
"
,
efficiency
:
this
.
form
[
"
efficiency
"
]
?
this
.
form
[
"
efficiency
"
]
:
"
--
"
,
bonusScore
:
this
.
form
[
"
bonusScore
"
]
?
this
.
form
[
"
bonusScore
"
]
:
"
--
"
,
sumScore
:
this
.
form
[
"
sumScore
"
]
?
this
.
form
[
"
sumScore
"
]
:
"
--
"
,
examineLevel
:
this
.
form
[
"
examineLevel
"
]
?
this
.
dict
[
"
examineLevel
"
]
:
"
--
"
,
}
);
this
.
form
.
view
=
"
查看
"
;
this
.
open
=
true
;
}
)
.
catch
((
error
)
=>
{
this
.
$message
.
error
(
error
.
message
);
}
);
this
.
form
.
view
=
"
查看
"
;
this
.
open
=
true
;
}
);
this
.
pageInfo
.
type
=
"
view
"
;
this
.
title
=
"
市政务服务大厅窗口工作人员考核汇总表
"
;
}
,
...
...
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