Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
psa-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高滢
psa-web
Commits
207378c7
Commit
207378c7
authored
Apr 02, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用审批-日常报销搜索bug修复
parent
cad76f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dailyReimburseApprove.vue
...ge/examineAndApprove/components/dailyReimburseApprove.vue
+3
-1
No files found.
src/views/costManage/examineAndApprove/components/dailyReimburseApprove.vue
View file @
207378c7
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
<el-form-item
label=
"报销月份"
>
<el-form-item
label=
"报销月份"
>
<el-date-picker
<el-date-picker
v-model=
"queryParams.reimbursementMonth"
v-model=
"queryParams.reimbursementMonth"
value-format=
"YYYY-M
M
"
value-format=
"YYYY-M"
type=
"month"
type=
"month"
placeholder=
"请选择报销月份"
placeholder=
"请选择报销月份"
></el-date-picker>
></el-date-picker>
...
@@ -288,6 +288,8 @@ const reset = () => {
...
@@ -288,6 +288,8 @@ const reset = () => {
isTaxiType
.
value
=
true
;
isTaxiType
.
value
=
true
;
queryParams
.
projectName
=
null
queryParams
.
projectName
=
null
queryParams
.
approvalStatus
=
null
queryParams
.
approvalStatus
=
null
queryParams
.
reimbursementMonth
=
null
queryParams
.
approvalUser
=
null
getList
()
getList
()
}
}
//获取当前用户角色信息
//获取当前用户角色信息
...
...
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