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
761cc463
Commit
761cc463
authored
Jul 16, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
0c041df2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
40 deletions
+26
-40
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
...r-ui/admin/src/views/perform/attend/appeal/drawershow.vue
+26
-40
No files found.
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
View file @
761cc463
...
...
@@ -35,7 +35,7 @@
}}
</el-col
>
<el-col
:span=
"8"
>
异常时间:
{{
formatterDate
(
form
.
errorTime
)
}}
</el-col
>
异常时间:
{{
formatterDate
(
form
.
errorTime
)
}}
</el-col
>
<el-col
:span=
"8"
>
上下班时间:
{{
...
...
@@ -45,7 +45,7 @@
</el-row>
<el-row>
<el-col
:span=
"10"
>
实际打卡时间:
{{
formatterDate
(
form
.
actualAttendTime
)
}}
</el-col
>
实际打卡时间:
{{
formatterDate
(
form
.
actualAttendTime
)
}}
</el-col
>
<el-col
:span=
"9"
>
异常结果:
{{
...
...
@@ -54,15 +54,15 @@
>
<el-col
:span=
"5"
>
加分/扣分方式:
{{
form
.
subAddType
?
form
.
subAddType
:
"
--
"
form
.
subAddType
?
util_formatter
(
"
subAddType
"
,
form
.
subAddType
)
:
"
--
"
}}
</el-col
>
</el-row>
<el-row>
<el-col
:span=
"8"
>
加分/扣分时间:
{{
formatterDate
(
form
.
deductTime
)
}}
</el-col
>
加分/扣分时间:
{{
formatterDate
(
form
.
deductTime
)
}}
</el-col
>
<el-col
:span=
"8"
>
加分/扣分人员:
{{
...
...
@@ -78,7 +78,9 @@
<el-row>
<el-col
:span=
"8"
>
核查结果:
{{
form
.
checkResult
?
form
.
checkResult
:
"
--
"
form
.
checkResult
?
util_formatter
(
"
checkResult
"
,
form
.
checkResult
)
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
...
...
@@ -113,7 +115,7 @@
>
申诉说明:
{{
form
.
appealDesc
?
form
.
appealDesc
:
"
--
"
}}
</el-col
>
<el-col
:span=
"24"
>
申诉时间:
{{
formatterDate
(
form
.
appealTime
)
}}
</el-col
>
申诉时间:
{{
formatterDate
(
form
.
appealTime
)
}}
</el-col
>
<el-col
:span=
"24"
>
申诉附件:
...
...
@@ -141,11 +143,15 @@
<el-row>
<el-col
:span=
"8"
>
申诉结果:
{{
form
.
appealResult
?
form
.
appealResult
:
"
--
"
form
.
appealResult
?
util_formatter
(
"
appealResult
"
,
form
.
appealResult
)
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
处理人员
{{
util_formatter
(
'
updateUserId
'
,
form
.
updateUserId
+
""
)
}}
</el-col
>
处理人员:
{{
util_formatter
(
"
updateUserId
"
,
form
.
updateUserId
+
""
)
}}
</el-col
>
<el-col
:span=
"8"
>
处理时间:
{{
formatterDate
(
form
.
updateTime
)
}}
</el-col
...
...
@@ -479,14 +485,19 @@ export default {
// 是否显示弹出层
open
:
false
,
direction
:
"
rtl
"
,
toString
:
[
"
subMethod
"
,
"
subAddType
"
,
"
processStatus
"
,
"
appealResult
"
,
"
updateUserId
"
],
toString
:
[
"
subMethod
"
,
"
subAddType
"
,
"
processStatus
"
,
"
appealResult
"
,
"
updateUserId
"
,
],
toDate
:
[
"
attendanceDate
"
,
"
errorTime
"
,
"
actualAttendTime
"
,
"
checkTime
"
,
"
appealTime
"
,
],
// 表单校验
rules
:
{
...
...
@@ -581,39 +592,14 @@ export default {
this
.
$get
(
"
/perform/attend/appeal/info
"
,
{
id
:
row
.
id
}).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
dict
=
res
.
dict
;
}
else
{
this
.
reset
();
}
for
(
let
key
in
this
.
form
)
{
key
==
"
actualAttendTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
attendanceDate
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
createTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
errorTime
"
?
(
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
))
:
key
==
"
appealTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
complainTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
happenTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
alarmTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
key
==
"
alarmTime
"
?
(
this
.
form
[
key
]
=
timestampToTime
(
this
.
form
[
key
],
6
))
:
""
;
}
this
.
form
.
appealResult
=
""
;
this
.
form
.
processStatus
=
2
;
//
this.form.processStatus = 2;
this
.
form
.
remark
=
""
;
this
.
form
.
view
=
"
核查
"
;
this
.
open
=
true
;
});
this
.
pageInfo
.
type
=
"
edit
"
;
...
...
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