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
d0a46a94
Commit
d0a46a94
authored
Apr 11, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出差申请-去报销bug修复
parent
5fd1bf47
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
index.vue
src/views/costManage/tripApplication/index.vue
+5
-1
No files found.
src/views/costManage/tripApplication/index.vue
View file @
d0a46a94
...
...
@@ -151,7 +151,7 @@
</el-button>
</el-tooltip>
<el-tooltip
content=
"去报销"
placement=
"top"
>
<el-button
link
type=
"text"
@
click=
"handleReimbursement(scope.row)"
v-if=
"!printDis(scope.row)"
>
<el-button
link
type=
"text"
@
click=
"handleReimbursement(scope.row)"
v-if=
"!printDis(scope.row)"
:disabled=
"goReimburse(scope.row)"
>
<img
src=
"@/assets/icons/common/reimbursement.png"
height=
"32"
width=
"32"
/>
</el-button>
</el-tooltip>
...
...
@@ -212,6 +212,10 @@ const isExpanded = ref(false);
const
printDis
=
(
row
)
=>
{
return
row
.
status
!==
3
;
}
//是否禁用按钮
const
goReimburse
=
(
row
)
=>
{
return
row
.
amount
!==
0
;
}
const
data
=
reactive
({
form
:
{},
...
...
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