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
77c9bb38
Commit
77c9bb38
authored
May 16, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
80c0efd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
7 deletions
+26
-7
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+26
-7
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
77c9bb38
...
@@ -1848,20 +1848,39 @@ export default {
...
@@ -1848,20 +1848,39 @@ export default {
this
.
GetDetail
=
data
;
this
.
GetDetail
=
data
;
console
.
log
(
" this.GetDetail"
,
this
.
GetDetail
)
console
.
log
(
" this.GetDetail"
,
this
.
GetDetail
)
let
AuditSteps
=
this
.
GetDetail
.
AuditSteps
;
let
AuditSteps
=
this
.
GetDetail
.
AuditSteps
;
AuditSteps
.
forEach
(
item
=>
{
let
ChuNaShenHe
=
false
if
(
item
.
NextStep
==
1
&&
item
.
SpecialNode
==
2
&&
item
.
Status
==
1
){
for
(
let
i
=
0
;
i
<
AuditSteps
.
length
;
i
++
)
{
if
(
this
.
GetDetail
.
DijieBathFinanceList
.
length
)
{
if
(
AuditSteps
[
i
].
NextStep
==
1
&&
AuditSteps
[
i
].
SpecialNode
==
2
&&
AuditSteps
[
i
].
Status
==
1
){
this
.
otherTable
=
false
ChuNaShenHe
=
true
}
this
.
Ststus
=
1
;
this
.
Ststus
=
1
;
item
.
AuditRecordList
.
forEach
(
audit
=>
{
item
.
AuditRecordList
.
forEach
(
audit
=>
{
if
(
audit
.
AuditStatus
==
2
){
if
(
AuditSteps
[
i
]
.
AuditStatus
==
2
){
this
.
Ststus
=
0
;
this
.
Ststus
=
0
;
return
}
}
})
})
}
}
})
}
// AuditSteps.forEach(item=>{
// if(item.NextStep==1 && item.SpecialNode==2 && item.Status==1){
// ChuNaShenHe = true
// this.Ststus = 1;
// item.AuditRecordList.forEach(audit=>{
// if(audit.AuditStatus==2){
// this.Ststus=0;
// }
// })
// }
// })
if
(
ChuNaShenHe
&&
this
.
GetDetail
.
DijieBathFinanceList
.
length
>=
0
)
{
this
.
otherTable
=
false
}
else
if
(
!
ChuNaShenHe
&&
this
.
GetDetail
.
DijieBathFinanceList
.
length
<
1
)
{
this
.
otherTable
=
false
}
else
if
(
!
ChuNaShenHe
&&
this
.
GetDetail
.
DijieBathFinanceList
.
length
>
0
)
{
this
.
otherTable
=
true
}
this
.
OrderID
=
this
.
GetDetail
.
OrderID
;
this
.
OrderID
=
this
.
GetDetail
.
OrderID
;
this
.
OrderSource
=
this
.
GetDetail
.
OrderSource
;
this
.
OrderSource
=
this
.
GetDetail
.
OrderSource
;
this
.
SourceID
=
this
.
GetDetail
.
SourceID
;
this
.
SourceID
=
this
.
GetDetail
.
SourceID
;
...
...
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