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
bae48b28
Commit
bae48b28
authored
Apr 02, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
差旅审批-通过
parent
9fd6988d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
projectCostRequestApprove.vue
...xamineAndApprove/components/projectCostRequestApprove.vue
+6
-6
No files found.
src/views/costManage/examineAndApprove/components/projectCostRequestApprove.vue
View file @
bae48b28
...
@@ -363,7 +363,7 @@ const passProjectCost = (row)=>{
...
@@ -363,7 +363,7 @@ const passProjectCost = (row)=>{
//获取列表第一个顶部信息
//获取列表第一个顶部信息
const
getTopApproveInfo
=
()
=>
{
const
getTopApproveInfo
=
()
=>
{
let
item2
=
projectCostRequestList
[
0
]
let
item2
=
projectCostRequestList
.
value
[
0
]
changProjectNumber
.
value
=
item2
.
projectNumber
changProjectNumber
.
value
=
item2
.
projectNumber
let
i
=
allList
.
value
.
findIndex
((
item
)
=>
item
.
nodeId
===
item2
.
currentAuditRoleId
)
let
i
=
allList
.
value
.
findIndex
((
item
)
=>
item
.
nodeId
===
item2
.
currentAuditRoleId
)
if
(
i
===
-
1
)
stepActive
.
value
=
1
if
(
i
===
-
1
)
stepActive
.
value
=
1
...
@@ -406,17 +406,17 @@ const getNodeList = ()=>{
...
@@ -406,17 +406,17 @@ const getNodeList = ()=>{
})
})
}
}
// 项目费用申请 列表
// 项目费用申请 列表
const
projectCostRequestList
=
re
active
([]);
const
projectCostRequestList
=
re
f
([]);
const
getList
=
()
=>
{
const
getList
=
()
=>
{
loading
.
value
=
true
;
loading
.
value
=
true
;
console
.
log
(
"参数"
,
queryParams
);
console
.
log
(
"参数"
,
queryParams
);
getCostRequestList
(
queryParams
).
then
(
response
=>
{
getCostRequestList
(
queryParams
).
then
(
response
=>
{
loading
.
value
=
false
;
loading
.
value
=
false
;
total
.
value
=
response
.
total
total
.
value
=
response
.
total
Object
.
assign
(
projectCostRequestList
,
response
.
rows
);
Object
.
assign
(
projectCostRequestList
.
value
,
response
.
rows
);
console
.
log
(
"项目费用申请审批-列表"
,
projectCostRequestList
)
console
.
log
(
"项目费用申请审批-列表"
,
projectCostRequestList
.
value
)
for
(
let
i
in
projectCostRequestList
){
for
(
let
i
in
projectCostRequestList
.
value
){
projectCostRequestList
[
i
].
currentStatus
=
approvalStatusChange
(
projectCostRequestList
[
i
].
approveStatus
,
projectCostRequestList
[
i
].
currentAuditRoleId
)
projectCostRequestList
.
value
[
i
].
currentStatus
=
approvalStatusChange
(
projectCostRequestList
.
value
[
i
].
approveStatus
,
projectCostRequestList
.
value
[
i
].
currentAuditRoleId
)
}
}
getTopApproveInfo
()
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