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
87fd9478
Commit
87fd9478
authored
Mar 14, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推修改绩效哦管理、绩效核查和绩效申诉的时间搜索参数字段
parent
d97f3b37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
attendance-performance-manager-ui/admin/src/components/SearchForm.vue
...erformance-manager-ui/admin/src/components/SearchForm.vue
+8
-2
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/list.vue
...manager-ui/admin/src/views/perform/attend/appeal/list.vue
+9
-3
No files found.
attendance-performance-manager-ui/admin/src/components/SearchForm.vue
View file @
87fd9478
...
@@ -458,10 +458,16 @@ export default {
...
@@ -458,10 +458,16 @@ export default {
this
.
form
.
month
=
undefined
;
this
.
form
.
month
=
undefined
;
}
}
if
(
this
.
form
.
createTimeMonth
)
{
if
(
this
.
form
.
createTimeMonth
)
{
this
.
form
.
createTimeStart
=
this
.
form
.
createTimeMonth
+
"
-01
"
;
//
this.form.createTimeStart = this.form.createTimeMonth + "-01";
this
.
form
.
createTimeEnd
=
this
.
form
.
createTimeMonth
+
"
-31
"
;
//
this.form.createTimeEnd = this.form.createTimeMonth + "-31";
this
.
form
.
errorTimeStart
=
this
.
form
.
createTimeMonth
+
"
-01
"
;
this
.
form
.
errorTimeStart
=
this
.
form
.
createTimeMonth
+
"
-01
"
;
this
.
form
.
errorTimeEnd
=
this
.
form
.
createTimeMonth
+
"
-31
"
;
this
.
form
.
errorTimeEnd
=
this
.
form
.
createTimeMonth
+
"
-31
"
;
this
.
form
.
reviewTimeStart
=
this
.
form
.
createTimeMonth
+
"
-01
"
;
this
.
form
.
reviewTimeEnd
=
this
.
form
.
createTimeMonth
+
"
-31
"
;
this
.
form
.
complainTimeStart
=
this
.
form
.
createTimeMonth
+
"
-01
"
;
this
.
form
.
complainTimeEnd
=
this
.
form
.
createTimeMonth
+
"
-31
"
;
this
.
form
.
goworkTimeStart
=
this
.
form
.
createTimeMonth
+
"
-01
"
;
this
.
form
.
goworkTimeEnd
=
this
.
form
.
createTimeMonth
+
"
-31
"
;
}
else
if
(
this
.
form
.
createTimeStart1
||
this
.
form
.
createTimeEnd1
)
{
}
else
if
(
this
.
form
.
createTimeStart1
||
this
.
form
.
createTimeEnd1
)
{
this
.
form
.
createTimeStart
=
this
.
form
.
createTimeStart1
;
this
.
form
.
createTimeStart
=
this
.
form
.
createTimeStart1
;
this
.
form
.
createTimeEnd
=
this
.
form
.
createTimeEnd1
;
this
.
form
.
createTimeEnd
=
this
.
form
.
createTimeEnd1
;
...
...
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/list.vue
View file @
87fd9478
...
@@ -112,6 +112,12 @@ export default {
...
@@ -112,6 +112,12 @@ export default {
processStatus
:
this
.
activeName
,
processStatus
:
this
.
activeName
,
page
:
this
.
query
.
page
,
page
:
this
.
query
.
page
,
size
:
this
.
query
.
size
,
size
:
this
.
query
.
size
,
appealTimeStart
:
this
.
query
.
yearmonth
?
this
.
query
.
yearmonth
+
"
-01
"
:
""
,
appealTimeEnd
:
this
.
query
.
yearmonth
?
this
.
query
.
yearmonth
+
"
-31
"
:
""
,
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
this
.
tableData
=
res
.
data
;
this
.
tableData
=
res
.
data
;
...
@@ -200,9 +206,9 @@ export default {
...
@@ -200,9 +206,9 @@ export default {
fuzzy
:
false
,
fuzzy
:
false
,
},
},
{
{
name
:
"
date
"
,
name
:
"
yearmonth
"
,
type
:
"
datetime
"
,
type
:
"
month
"
,
label
:
"
请选择
日期
"
,
label
:
"
请选择
申诉时间
"
,
fuzzy
:
false
,
fuzzy
:
false
,
},
},
{
{
...
...
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