Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
846b26de
Commit
846b26de
authored
Jan 17, 2022
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b1adb959
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
addFinancialProcess.vue
src/pages/financial/addFinancialProcess.vue
+3
-2
No files found.
src/pages/financial/addFinancialProcess.vue
View file @
846b26de
...
...
@@ -1412,6 +1412,7 @@
this
.
closeLayer
()
},
getItemValue
(
obj
,
index
)
{
console
.
log
(
obj
)
this
.
SpecialNode
=
obj
.
SpecialNode
this
.
addBtn
=
false
;
this
.
updateItemIndex
=
index
;
...
...
@@ -1457,7 +1458,7 @@
this
.
SpecialNodeSelectType
=
obj
.
AuditType
;
}
if
(
obj
.
AuditType
==
5
||
obj
.
AuditType
==
6
||
obj
.
AuditType
==
7
||
obj
.
AuditType
==
8
||
obj
.
AuditType
==
9
||
obj
.
AuditType
==
10
||
obj
.
AuditType
==
11
)
{
9
||
obj
.
AuditType
==
10
||
obj
.
AuditType
==
11
||
obj
.
AuditType
==
12
)
{
this
.
AuditWay
=
obj
.
AuditWay
;
this
.
WindowID
=
obj
.
RoleOrInitiator
;
this
.
SpecialNodeSelectType
=
obj
.
AuditType
;
...
...
@@ -1580,7 +1581,7 @@
}
this
.
myAuditList
.
push
(
AuditList
);
}
if
(
type
==
4
)
{
//空节点
if
(
type
==
4
||
type
==
12
)
{
//空节点
AuditList
.
AuditType
=
type
;
AuditList
.
AuditWay
=
this
.
AuditWay
;
AuditList
.
Sort
=
this
.
myAuditList
.
length
+
1
;
...
...
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