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
44c02373
Commit
44c02373
authored
Apr 01, 2025
by
qiyaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
差旅报销审批
parent
81feb181
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
235 additions
and
18 deletions
+235
-18
examineAndApprove.js
src/api/examineAndApprove/examineAndApprove.js
+18
-0
tripApplicationApprove.vue
...e/examineAndApprove/components/tripApplicationApprove.vue
+0
-1
tripReimburseApprove.vue
...age/examineAndApprove/components/tripReimburseApprove.vue
+217
-17
No files found.
src/api/examineAndApprove/examineAndApprove.js
View file @
44c02373
...
@@ -116,3 +116,21 @@ export function tripApplicationPassNotPass(query) {
...
@@ -116,3 +116,21 @@ export function tripApplicationPassNotPass(query) {
data
:
query
data
:
query
})
})
}
}
// 4.差旅报销审批
//差旅报销-通过
export
function
travelOnBusinessPass
(
query
)
{
return
request
({
url
:
'/expenseApproval/travelOnBusinessApproval'
,
method
:
'post'
,
data
:
query
})
}
//差旅报销-驳回
export
function
travelOnBusinessNotPass
(
query
)
{
return
request
({
url
:
'/expenseApproval/travelOnBusinessApprovalReject'
,
method
:
'post'
,
data
:
query
})
}
src/views/costManage/examineAndApprove/components/tripApplicationApprove.vue
View file @
44c02373
...
@@ -94,7 +94,6 @@
...
@@ -94,7 +94,6 @@
<div
class=
"topDiv"
>
<div
class=
"topDiv"
>
<span
class=
"bold-text1"
style=
""
>
出差申请审批
</span>
<span
class=
"bold-text1"
style=
""
>
出差申请审批
</span>
</div>
</div>
<!-- 按钮-->
<div>
<div>
<el-button
class=
"el-button-defalut"
type=
"default"
@
click=
"oneClickNotPass"
>
一键驳回
</el-button>
<el-button
class=
"el-button-defalut"
type=
"default"
@
click=
"oneClickNotPass"
>
一键驳回
</el-button>
<el-button
class=
"el-button-primary"
style=
"margin-left: 20px"
type=
"primary"
@
click=
"oneClickPass"
>
一键通过
</el-button>
<el-button
class=
"el-button-primary"
style=
"margin-left: 20px"
type=
"primary"
@
click=
"oneClickPass"
>
一键通过
</el-button>
...
...
src/views/costManage/examineAndApprove/components/tripReimburseApprove.vue
View file @
44c02373
This diff is collapsed.
Click to expand it.
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