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
da40979b
Commit
da40979b
authored
Jul 18, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
c5c089f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
19 deletions
+62
-19
src/views/perform/staff/conf/deptdrawershow.vue
src/views/perform/staff/conf/deptdrawershow.vue
+20
-7
src/views/perform/staff/conf/drawershow.vue
src/views/perform/staff/conf/drawershow.vue
+21
-7
src/views/perform/staff/conf/list.vue
src/views/perform/staff/conf/list.vue
+21
-5
No files found.
src/views/perform/staff/conf/deptdrawershow.vue
View file @
da40979b
...
@@ -57,7 +57,9 @@
...
@@ -57,7 +57,9 @@
placeholder=
"请输入评分标准关键字搜索"
placeholder=
"请输入评分标准关键字搜索"
style=
"width: 200px;margin: 0 10px;"
style=
"width: 200px;margin: 0 10px;"
></el-input>
></el-input>
<el-button
type=
"primary"
>
搜索
</el-button>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
搜索
</el-button>
</div>
</div>
</div>
</div>
<div
class=
"mid_table"
>
<div
class=
"mid_table"
>
...
@@ -99,7 +101,9 @@
...
@@ -99,7 +101,9 @@
placeholder=
"请输入评分标准关键字搜索"
placeholder=
"请输入评分标准关键字搜索"
style=
"width: 200px;margin: 0 10px;"
style=
"width: 200px;margin: 0 10px;"
></el-input>
></el-input>
<el-button
type=
"primary"
>
搜索
</el-button>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
搜索
</el-button>
</div>
</div>
</div>
</div>
<div
class=
"mid_table"
>
<div
class=
"mid_table"
>
...
@@ -141,7 +145,9 @@
...
@@ -141,7 +145,9 @@
placeholder=
"请输入评分标准关键字搜索"
placeholder=
"请输入评分标准关键字搜索"
style=
"width: 200px;margin: 0 10px;"
style=
"width: 200px;margin: 0 10px;"
></el-input>
></el-input>
<el-button
type=
"primary"
>
搜索
</el-button>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
搜索
</el-button>
</div>
</div>
</div>
</div>
<div
class=
"mid_table"
>
<div
class=
"mid_table"
>
...
@@ -183,7 +189,9 @@
...
@@ -183,7 +189,9 @@
placeholder=
"请输入评分标准关键字搜索"
placeholder=
"请输入评分标准关键字搜索"
style=
"width: 200px;margin: 0 10px;"
style=
"width: 200px;margin: 0 10px;"
></el-input>
></el-input>
<el-button
type=
"primary"
>
搜索
</el-button>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
搜索
</el-button>
</div>
</div>
</div>
</div>
<div
class=
"mid_table"
>
<div
class=
"mid_table"
>
...
@@ -225,7 +233,9 @@
...
@@ -225,7 +233,9 @@
placeholder=
"请输入评分标准关键字搜索"
placeholder=
"请输入评分标准关键字搜索"
style=
"width: 200px;margin: 0 10px;"
style=
"width: 200px;margin: 0 10px;"
></el-input>
></el-input>
<el-button
type=
"primary"
>
搜索
</el-button>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
搜索
</el-button>
</div>
</div>
</div>
</div>
<div
class=
"mid_table"
>
<div
class=
"mid_table"
>
...
@@ -386,6 +396,9 @@ export default {
...
@@ -386,6 +396,9 @@ export default {
};
};
},
},
methods
:
{
methods
:
{
handleSearch
()
{
this
.
getKaoQin
(
this
.
type
);
},
handleRowClick
(
val
)
{
handleRowClick
(
val
)
{
val
.
check
=
!
val
.
check
;
val
.
check
=
!
val
.
check
;
val
.
check
val
.
check
...
@@ -405,7 +418,7 @@ export default {
...
@@ -405,7 +418,7 @@ export default {
this
.
$forceUpdate
(
this
.
tableData
.
data
);
this
.
$forceUpdate
(
this
.
tableData
.
data
);
},
},
typeSelect
(
val
)
{
typeSelect
(
val
)
{
this
.
getKaoQin
(
val
)
;
this
.
type
=
val
;
},
},
async
getData
()
{
async
getData
()
{
await
this
.
$post
(
"
/perform/rules/category/list
"
,
{
await
this
.
$post
(
"
/perform/rules/category/list
"
,
{
...
@@ -426,7 +439,7 @@ export default {
...
@@ -426,7 +439,7 @@ export default {
page
:
this
.
query
.
page
,
page
:
this
.
query
.
page
,
size
:
-
1
,
size
:
-
1
,
orderColList
:
this
.
typeArr
,
orderColList
:
this
.
typeArr
,
name
:
this
.
searchValue
,
content
:
this
.
keywords
?
"
%
"
+
this
.
keywords
+
"
%
"
:
""
,
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
this
.
tableData
=
res
.
data
;
this
.
tableData
=
res
.
data
;
...
...
src/views/perform/staff/conf/drawershow.vue
View file @
da40979b
...
@@ -52,7 +52,9 @@
...
@@ -52,7 +52,9 @@
placeholder
=
"
请输入评分标准关键字搜索
"
placeholder
=
"
请输入评分标准关键字搜索
"
style
=
"
width: 200px;margin: 0 10px;
"
style
=
"
width: 200px;margin: 0 10px;
"
><
/el-input
>
><
/el-input
>
<
el
-
button
type
=
"
primary
"
>
搜索
<
/el-button
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
handleSearch
"
>
搜索
<
/el-button
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
mid_table
"
>
<
div
class
=
"
mid_table
"
>
...
@@ -94,7 +96,9 @@
...
@@ -94,7 +96,9 @@
placeholder
=
"
请输入评分标准关键字搜索
"
placeholder
=
"
请输入评分标准关键字搜索
"
style
=
"
width: 200px;margin: 0 10px;
"
style
=
"
width: 200px;margin: 0 10px;
"
><
/el-input
>
><
/el-input
>
<
el
-
button
type
=
"
primary
"
>
搜索
<
/el-button
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
handleSearch
"
>
搜索
<
/el-button
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
mid_table
"
>
<
div
class
=
"
mid_table
"
>
...
@@ -136,7 +140,9 @@
...
@@ -136,7 +140,9 @@
placeholder
=
"
请输入评分标准关键字搜索
"
placeholder
=
"
请输入评分标准关键字搜索
"
style
=
"
width: 200px;margin: 0 10px;
"
style
=
"
width: 200px;margin: 0 10px;
"
><
/el-input
>
><
/el-input
>
<
el
-
button
type
=
"
primary
"
>
搜索
<
/el-button
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
handleSearch
"
>
搜索
<
/el-button
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
mid_table
"
>
<
div
class
=
"
mid_table
"
>
...
@@ -178,7 +184,9 @@
...
@@ -178,7 +184,9 @@
placeholder
=
"
请输入评分标准关键字搜索
"
placeholder
=
"
请输入评分标准关键字搜索
"
style
=
"
width: 200px;margin: 0 10px;
"
style
=
"
width: 200px;margin: 0 10px;
"
><
/el-input
>
><
/el-input
>
<
el
-
button
type
=
"
primary
"
>
搜索
<
/el-button
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
handleSearch
"
>
搜索
<
/el-button
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
mid_table
"
>
<
div
class
=
"
mid_table
"
>
...
@@ -220,7 +228,9 @@
...
@@ -220,7 +228,9 @@
placeholder
=
"
请输入评分标准关键字搜索
"
placeholder
=
"
请输入评分标准关键字搜索
"
style
=
"
width: 200px;margin: 0 10px;
"
style
=
"
width: 200px;margin: 0 10px;
"
><
/el-input
>
><
/el-input
>
<
el
-
button
type
=
"
primary
"
>
搜索
<
/el-button
>
<
el
-
button
type
=
"
primary
"
@
click
=
"
handleSearch
"
>
搜索
<
/el-button
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
mid_table
"
>
<
div
class
=
"
mid_table
"
>
...
@@ -426,6 +436,9 @@ export default {
...
@@ -426,6 +436,9 @@ export default {
}
,
}
,
methods
:
{
methods
:
{
handleSearch
()
{
this
.
getKaoQin
(
this
.
type
);
}
,
handleDialog
()
{
handleDialog
()
{
this
.
dialog
=
true
;
this
.
dialog
=
true
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
...
@@ -451,7 +464,8 @@ export default {
...
@@ -451,7 +464,8 @@ export default {
this
.
$forceUpdate
(
this
.
tableData
.
data
);
this
.
$forceUpdate
(
this
.
tableData
.
data
);
}
,
}
,
typeSelect
(
val
)
{
typeSelect
(
val
)
{
this
.
getKaoQin
(
val
);
this
.
type
=
val
;
// this.getKaoQin(val);
}
,
}
,
async
getData
()
{
async
getData
()
{
await
this
.
$post
(
"
/perform/rules/category/list
"
,
{
await
this
.
$post
(
"
/perform/rules/category/list
"
,
{
...
@@ -472,7 +486,7 @@ export default {
...
@@ -472,7 +486,7 @@ export default {
page
:
this
.
query
.
page
,
page
:
this
.
query
.
page
,
size
:
-
1
,
size
:
-
1
,
orderColList
:
this
.
typeArr
,
orderColList
:
this
.
typeArr
,
name
:
this
.
searchValue
,
content
:
this
.
keywords
?
"
%
"
+
this
.
keywords
+
"
%
"
:
""
,
}
).
then
((
res
)
=>
{
}
).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
this
.
tableData
=
res
.
data
;
this
.
tableData
=
res
.
data
;
...
...
src/views/perform/staff/conf/list.vue
View file @
da40979b
...
@@ -25,19 +25,35 @@
...
@@ -25,19 +25,35 @@
</p>
</p>
<p>
<p>
<el-tag
style=
"margin: 0 5px 5px 0"
<el-tag
style=
"margin: 0 5px 5px 0"
>
考勤绩效指标:
{{
val
.
attendCount
}}
</el-tag
>
考勤绩效指标:
{{
val
.
attendCount
<
0
?
(
val
.
attendCount
=
0
)
:
val
.
attendCount
}}
</el-tag
>
>
<el-tag
style=
"margin: 0 5px 5px 0"
<el-tag
style=
"margin: 0 5px 5px 0"
>
评价绩效指标:
{{
val
.
assessCount
}}
</el-tag
>
评价绩效指标:
{{
val
.
assessCount
<
0
?
(
val
.
assessCount
=
0
)
:
val
.
assessCount
}}
</el-tag
>
>
<el-tag
style=
"margin: 0 5px 5px 0"
<el-tag
style=
"margin: 0 5px 5px 0"
>
办件绩效指标:
{{
val
.
workCount
}}
</el-tag
>
办件绩效指标:
{{
val
.
workCount
<
0
?
(
val
.
workCount
=
0
)
:
val
.
workCount
}}
</el-tag
>
>
<el-tag
style=
"margin: 0 5px 5px 0"
<el-tag
style=
"margin: 0 5px 5px 0"
>
效能绩效指标:
{{
val
.
effectCount
}}
</el-tag
>
效能绩效指标:
{{
val
.
effectCount
<
0
?
(
val
.
effectCount
=
0
)
:
val
.
effectCount
}}
</el-tag
>
>
<el-tag
style=
"margin: 0 5px 5px 0"
<el-tag
style=
"margin: 0 5px 5px 0"
>
其他绩效指标:
{{
val
.
otherCount
}}
</el-tag
>
其他绩效指标:
{{
val
.
otherCount
<
0
?
(
val
.
otherCount
=
0
)
:
val
.
otherCount
}}
</el-tag
>
>
</p>
</p>
<p
class=
"goal_txt"
>
<p
class=
"goal_txt"
>
...
...
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