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-manager-ui
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-manager-ui
Commits
70b17ef5
Commit
70b17ef5
authored
Jul 17, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
fee608c5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
2 deletions
+22
-2
src/views/attendance/record/hik/list.vue
src/views/attendance/record/hik/list.vue
+1
-1
src/views/staff/perform/summary/dialogshow.vue
src/views/staff/perform/summary/dialogshow.vue
+9
-1
src/views/staff/perform/summary/list.vue
src/views/staff/perform/summary/list.vue
+12
-0
No files found.
src/views/attendance/record/hik/list.vue
View file @
70b17ef5
...
@@ -194,7 +194,6 @@ export default {
...
@@ -194,7 +194,6 @@ export default {
},
},
methods
:
{
methods
:
{
submitFresh
()
{
submitFresh
()
{
console
.
log
(
this
.
freshDate
);
if
(
this
.
freshDate
)
{
if
(
this
.
freshDate
)
{
this
.
submitLoad
=
true
;
this
.
submitLoad
=
true
;
this
.
$post
(
"
/attendance/record/hik/addAttendanceHikRecordCustom
"
,
{
this
.
$post
(
"
/attendance/record/hik/addAttendanceHikRecordCustom
"
,
{
...
@@ -203,6 +202,7 @@ export default {
...
@@ -203,6 +202,7 @@ export default {
})
})
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
this
.
getData
();
this
.
$message
.
success
(
res
.
msg
);
this
.
$message
.
success
(
res
.
msg
);
this
.
dialogOpen
=
false
;
this
.
dialogOpen
=
false
;
this
.
btnFreshLoading
=
false
;
this
.
btnFreshLoading
=
false
;
...
...
src/views/staff/perform/summary/dialogshow.vue
View file @
70b17ef5
...
@@ -20,8 +20,13 @@
...
@@ -20,8 +20,13 @@
<div
class=
"user-right"
>
<div
class=
"user-right"
>
<!--
<div
class=
"n"
>
{{
form
.
otherScore
}}
</div>
<!--
<div
class=
"n"
>
{{
form
.
otherScore
}}
</div>
<div
class=
"m"
>
{{
form
.
month
}}
月自评绩效得分
</div>
-->
<div
class=
"m"
>
{{
form
.
month
}}
月自评绩效得分
</div>
-->
<div
class=
"n"
style=
"margin-top: 10px;"
>
{{
form
.
totalScore
}}
</div>
<div
class=
"n"
style=
"margin-top: 10px;color: #409eff;"
>
{{
form
.
totalScore
}}
</div>
<div
class=
"m"
>
{{
form
.
month
}}
月得分
</div>
<div
class=
"m"
>
{{
form
.
month
}}
月得分
</div>
<div
class=
"m"
style=
"color: #aaa;"
>
绩效分数更新时间:
{{
momentVal
(
form
.
updateTime
)
}}
</div>
</div>
</div>
</div>
</div>
<div
class=
"dialog_box"
v-if=
"pageInfo.type == 'view'"
>
<div
class=
"dialog_box"
v-if=
"pageInfo.type == 'view'"
>
...
@@ -49,6 +54,9 @@
...
@@ -49,6 +54,9 @@
}}{{
util_formatter
(
"
subMethod
"
,
item
.
subMethod
)
}}
</span
}}{{
util_formatter
(
"
subMethod
"
,
item
.
subMethod
)
}}
</span
>
>
</div>
</div>
<div
class=
"user-info"
v-if=
"item.performType == 'attend'"
>
<span
class=
"user-i"
>
异常时间:
{{
momentVal
(
item
.
remark
)
}}
</span>
</div>
<div
class=
"user-info"
>
<div
class=
"user-info"
>
<span
class=
"user-i"
<span
class=
"user-i"
>
核查时间:
{{
momentVal
(
item
.
updateTime
)
}}
</span
>
核查时间:
{{
momentVal
(
item
.
updateTime
)
}}
</span
...
...
src/views/staff/perform/summary/list.vue
View file @
70b17ef5
...
@@ -20,6 +20,14 @@
...
@@ -20,6 +20,14 @@
:loading=
"btnFreshLoading"
:loading=
"btnFreshLoading"
>
手动更新
</el-button
>
手动更新
</el-button
>
>
<span
class=
"freshTime"
slot=
"table-head-left2"
>
<i
class=
"el-icon-refresh"
></i>
<span
>
上次同步时间:
{{
tableData
.
dict
.
summaryTime
?
tableData
.
dict
.
summaryTime
:
"
--
"
}}
</span
>
</span>
</LayoutTable>
</LayoutTable>
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
...
@@ -636,4 +644,8 @@ export default {
...
@@ -636,4 +644,8 @@ export default {
overflow: hidden;
overflow: hidden;
top: -50px;
top: -50px;
}
}
.freshTime {
color: #999;
font-size: 14px;
}
</
style
>
</
style
>
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