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
a2da0cdc
Commit
a2da0cdc
authored
Dec 23, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
3f46783a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
XaddFinancialProcess.vue
src/components/administrative/XaddFinancialProcess.vue
+16
-12
No files found.
src/components/administrative/XaddFinancialProcess.vue
View file @
a2da0cdc
...
...
@@ -1204,10 +1204,11 @@ export default {
AuditList
.
Sort
=
this
.
myAuditList
.
length
+
1
;
AuditList
.
RoleOrInitiator
=
this
.
directors
;
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
if
(
this
.
GetNodeValue
!=
2
){
if
(
this
.
directors
==
''
){
return
this
.
$message
.
error
(
this
.
$t
(
'tips.qxzbmzgjibie'
))
}
if
(
this
.
GetNodeValue
==
2
){
this
.
directors
=
1
}
if
(
this
.
directors
==
''
){
return
this
.
$message
.
error
(
this
.
$t
(
'tips.qxzbmzgjibie'
))
}
this
.
levelList
.
forEach
(
x
=>
{
...
...
@@ -1474,7 +1475,8 @@ export default {
},
addNode
(){
// 添加节点
let
AuditList
=
{};
let
type
=
this
.
approvalType
let
type
=
this
.
approvalType
console
.
log
(
"this.approvalType"
,
this
.
approvalType
)
if
(
this
.
AuditDescription
==
''
){
return
this
.
$message
.
error
(
this
.
$t
(
'tips.qtxjdmiaoshu'
))
}
...
...
@@ -1486,10 +1488,11 @@ export default {
AuditList
.
RoleOrInitiator
=
this
.
directors
;
AuditList
.
AuditDescription
=
''
;
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
if
(
this
.
GetNodeValue
!=
2
){
if
(
this
.
directors
==
''
){
return
this
.
$message
.
error
(
this
.
$t
(
'tips.qxzbmzgjibie'
))
}
if
(
this
.
GetNodeValue
==
2
){
this
.
directors
=
1
}
if
(
this
.
directors
==
''
){
return
this
.
$message
.
error
(
this
.
$t
(
'tips.qxzbmzgjibie'
))
}
this
.
levelList
.
forEach
(
x
=>
{
...
...
@@ -1619,7 +1622,7 @@ export default {
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
this
.
myAuditList
.
push
(
AuditList
);
}
if
(
type
==
8
){
//记账出纳
if
(
type
==
8
){
//记账出纳
// if(!this.WindowID){
// this.$message.error("请选择窗口!")
// return
...
...
@@ -1632,7 +1635,7 @@ export default {
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
this
.
myAuditList
.
push
(
AuditList
);
}
if
(
type
==
9
){
//收款出纳
if
(
type
==
9
){
//收款出纳
// if(!this.WindowID){
// this.$message.error("请选择窗口!")
// return
...
...
@@ -1644,7 +1647,8 @@ export default {
AuditList
.
AuditDescription
=
this
.
AuditDescription
;
AuditList
.
SpecialNode
=
this
.
GetNodeValue
;
this
.
myAuditList
.
push
(
AuditList
);
}
}
console
.
log
(
"this.myAuditList"
,
this
.
myAuditList
)
this
.
closeLayer
()
},
clearValue
(
t
){
// 选择会计出纳窗口获取对应下拉
...
...
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