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
db70e5a8
Commit
db70e5a8
authored
Jan 17, 2022
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
846b26de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
3 deletions
+22
-3
addFinancialProcess.vue
src/pages/financial/addFinancialProcess.vue
+22
-3
No files found.
src/pages/financial/addFinancialProcess.vue
View file @
db70e5a8
...
...
@@ -268,7 +268,7 @@
</el-radio-group>
</div>
</div>
<div
class=
"approval_layer_info"
v-if=
"approvalType==4
|| approvalType==12
"
>
<div
class=
"approval_layer_info"
v-if=
"approvalType==4"
>
<div
class=
"normalMember"
>
<ul>
<li
v-for=
"item in showMember"
>
{{
item
.
DepartmentName
}}
</li>
...
...
@@ -282,7 +282,7 @@
</div>
</div>
<div
class=
"approval_layer_info"
v-if=
"approvalType==5||approvalType==6||approvalType==7||approvalType==8 || approvalType==9||approvalType==10||approvalType==11"
>
v-if=
"approvalType==5||approvalType==6||approvalType==7||approvalType==8 || approvalType==9||approvalType==10||approvalType==11
||approvalType==12
"
>
<div
style=
"margin: 10px 0;"
>
<el-radio-group
v-model=
"AuditWay"
>
<el-radio
:label=
"2"
>
{{
$t
(
'fnc.huiquandetail'
)
}}
</el-radio>
...
...
@@ -1382,6 +1382,16 @@
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
this
.
myAuditList
[
this
.
updateItemIndex
]
=
AuditList
;
}
if
(
type
==
12
)
{
//归属部门主管
AuditList
.
AuditType
=
12
;
AuditList
.
RoleOrInitiator
=
''
;
AuditList
.
AuditWay
=
this
.
AuditWay
;
AuditList
.
Sort
=
this
.
myAuditList
.
length
+
1
;
AuditList
.
AuditDescription
=
this
.
AuditDescription
;
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
this
.
myAuditList
[
this
.
updateItemIndex
]
=
AuditList
;
}
if
(
type
==
8
)
{
//记账负责人
// if(!this.WindowID){
...
...
@@ -1581,7 +1591,7 @@
}
this
.
myAuditList
.
push
(
AuditList
);
}
if
(
type
==
4
||
type
==
12
)
{
//空节点
if
(
type
==
4
)
{
//空节点
AuditList
.
AuditType
=
type
;
AuditList
.
AuditWay
=
this
.
AuditWay
;
AuditList
.
Sort
=
this
.
myAuditList
.
length
+
1
;
...
...
@@ -1655,6 +1665,15 @@
AuditList
.
AuditDescription
=
this
.
AuditDescription
;
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
this
.
myAuditList
.
push
(
AuditList
);
}
if
(
type
==
12
)
{
//归属部门主管
AuditList
.
AuditType
=
12
;
AuditList
.
RoleOrInitiator
=
''
;
AuditList
.
AuditWay
=
this
.
AuditWay
;
AuditList
.
Sort
=
this
.
myAuditList
.
length
+
1
;
AuditList
.
AuditDescription
=
this
.
AuditDescription
;
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
this
.
myAuditList
.
push
(
AuditList
);
}
if
(
type
==
8
)
{
//记账出纳
// if(!this.WindowID){
...
...
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