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
d446e96a
Commit
d446e96a
authored
Apr 02, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
差旅审批-通过
parent
999cdc4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
dailyReimburseApprove.vue
...ge/examineAndApprove/components/dailyReimburseApprove.vue
+7
-6
No files found.
src/views/costManage/examineAndApprove/components/dailyReimburseApprove.vue
View file @
d446e96a
...
...
@@ -436,7 +436,7 @@ const passDailyCost = (row)=>{
//获取列表第一个顶部信息
const
getTopApproveInfo
=
()
=>
{
let
item2
=
costManageList
[
0
]
let
item2
=
costManageList
.
value
[
0
]
changProjectNumber
.
value
=
item2
.
projectNumber
let
i
=
allList
.
value
.
findIndex
((
item
)
=>
item
.
nodeId
===
item2
.
currentAudiRoleId
)
if
(
i
===
-
1
)
stepActive
.
value
=
1
...
...
@@ -480,17 +480,18 @@ const getNodeList = ()=>{
}
//日常报销列表
const
costManageList
=
re
active
([]);
const
costManageList
=
re
f
([]);
const
getList
=
()
=>
{
loading
.
value
=
true
;
console
.
log
(
"参数"
,
queryParams
);
listDailyApprove
(
queryParams
).
then
(
res
=>
{
loading
.
value
=
false
;
total
.
value
=
res
.
total
;
Object
.
assign
(
costManageList
,
res
.
rows
);
console
.
log
(
"审批页数据"
,
costManageList
);
for
(
let
i
in
costManageList
){
costManageList
[
i
].
currentStatus
=
approvalStatusChange
(
costManageList
[
i
].
approvalStatus
,
costManageList
[
i
].
currentAudiRoleId
)
// Object.assign(costManageList,res.rows);
costManageList
.
value
=
res
.
rows
console
.
log
(
"审批页数据"
,
res
.
rows
);
for
(
let
i
in
costManageList
.
value
){
costManageList
.
value
[
i
].
currentStatus
=
approvalStatusChange
(
costManageList
.
value
[
i
].
approvalStatus
,
costManageList
.
value
[
i
].
currentAudiRoleId
)
}
getTopApproveInfo
()
...
...
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