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
81114361
Commit
81114361
authored
Mar 31, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改bug
parent
fe5afda0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
dailyReimburseApprove.vue
...ge/examineAndApprove/components/dailyReimburseApprove.vue
+5
-4
No files found.
src/views/costManage/examineAndApprove/components/dailyReimburseApprove.vue
View file @
81114361
...
...
@@ -129,12 +129,12 @@
<text>
{{
changProjectNumber
}}
</text>
</div>
<div
>
<FlowChart
:dataList=
"list"
:itemWidth=
"'130px'"
:activeIndex=
"
2
"
/>
<FlowChart
:dataList=
"list"
:itemWidth=
"'130px'"
:activeIndex=
"
stepActive
"
/>
</div>
</div>
<!-- 表格数据 -->
<el-table
@
cell-mouse-enter=
"handleHover"
@
cell-mouse-leave=
"handleLeave"
:data=
"costManageList"
border
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"40"
align=
"right"
/
>
<el-table-column
type=
"selection"
align=
"center"
:selectable=
"rowSelectable"
></el-table-column
>
<el-table-column
label=
"申请人"
align=
"center"
prop=
"approvalUser"
fixed
/>
<!--
<el-table-column
label=
"项目编号"
align=
"center"
prop=
"projectNumber"
width=
"180px"
/>
-->
<el-table-column
label=
"项目名称"
align=
"center"
prop=
"projectName"
/>
...
...
@@ -445,6 +445,7 @@ const handleHover = (row, column, cell, event) => {
timer
=
setTimeout
(()
=>
{
changProjectNumber
.
value
=
row
.
projectNumber
let
i
=
allList
.
value
.
findIndex
((
item
)
=>
item
.
nodeId
===
row
.
currentAudiRoleId
)
console
.
log
(
"i"
,
i
)
if
(
i
===
-
1
)
stepActive
.
value
=
1
else
stepActive
.
value
=
i
+
1
...
...
@@ -461,7 +462,7 @@ const handleLeave = () => {
//获取所有流程列表,根据审批id
const
getNodeList
=
()
=>
{
getApproveNodeList
(
1
4
).
then
(
res
=>
{
getApproveNodeList
(
1
6
).
then
(
res
=>
{
console
.
log
(
"lkoi"
,
res
)
allList
.
value
=
res
.
data
.
nodeList
list
.
value
=
res
.
data
.
nodeList
.
map
(
item
=>
{
...
...
@@ -480,7 +481,7 @@ const getList = () => {
Object
.
assign
(
costManageList
,
res
.
rows
);
console
.
log
(
"审批页数据"
,
costManageList
);
for
(
let
i
in
costManageList
){
costManageList
[
i
].
currentStatus
=
approvalStatusChange
(
projectCostRequestList
[
i
].
approvalStatus
,
projectCostRequest
List
[
i
].
currentAudiRoleId
)
costManageList
[
i
].
currentStatus
=
approvalStatusChange
(
costManageList
[
i
].
approvalStatus
,
costManage
List
[
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