Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
0645eb89
Commit
0645eb89
authored
Jul 19, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程增加总部线控
parent
81b749c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
2 deletions
+25
-2
addFinancialProcess.vue
src/components/FinancialModule/addFinancialProcess.vue
+25
-2
No files found.
src/components/FinancialModule/addFinancialProcess.vue
View file @
0645eb89
...
...
@@ -278,7 +278,7 @@
</el-option>
</el-select>
</div>
-->
<div
class=
"approval_layer_info"
v-if=
"approvalType==5||approvalType==6||approvalType==7||approvalType==8 || approvalType==9||approvalType==10"
>
<div
class=
"approval_layer_info"
v-if=
"approvalType==5||approvalType==6||approvalType==7||approvalType==8 || approvalType==9||approvalType==10
||approvalType==11
"
>
<div
style=
"margin: 10px 0;"
>
<el-radio-group
v-model=
"AuditWay"
>
<el-radio
:label=
"2"
>
{{
$t
(
'fnc.huiquandetail'
)
}}
</el-radio>
...
...
@@ -613,6 +613,10 @@ export default {
id
:
10
,
name
:
"分公司OP"
},
{
id
:
11
,
name
:
"总部线控"
},
],
accListMsg
:[],
SpecialNodeSelectType
:
''
,
...
...
@@ -1267,6 +1271,16 @@ export default {
this
.
myAuditList
[
this
.
updateItemIndex
]
=
AuditList
;
}
if
(
type
==
11
){
//总部线控
AuditList
.
AuditType
=
11
;
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){
// this.$message.error("请选择窗口!")
...
...
@@ -1331,7 +1345,7 @@ export default {
this
.
showRole
.
push
({
DepartmentName
:
obj
.
AduitName
,
Id
:
obj
.
RoleOrInitiator
})
this
.
SpecialNodeSelectType
=
obj
.
AuditType
;
}
if
(
obj
.
AuditType
==
5
||
obj
.
AuditType
==
6
||
obj
.
AuditType
==
7
||
obj
.
AuditType
==
8
||
obj
.
AuditType
==
9
||
obj
.
AuditType
==
10
){
if
(
obj
.
AuditType
==
5
||
obj
.
AuditType
==
6
||
obj
.
AuditType
==
7
||
obj
.
AuditType
==
8
||
obj
.
AuditType
==
9
||
obj
.
AuditType
==
10
||
obj
.
AuditType
==
11
){
this
.
AuditWay
=
obj
.
AuditWay
;
this
.
WindowID
=
obj
.
RoleOrInitiator
;
this
.
SpecialNodeSelectType
=
obj
.
AuditType
;
...
...
@@ -1533,6 +1547,15 @@ export default {
AuditList
.
AuditDescription
=
this
.
AuditDescription
;
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
this
.
myAuditList
.
push
(
AuditList
);
}
if
(
type
==
11
){
//总部线控
AuditList
.
AuditType
=
11
;
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