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
809e578c
Commit
809e578c
authored
2 years ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0b77b0a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
czBillModule.vue
...nents/FinancialModule/FinancialSubmodule/czBillModule.vue
+24
-2
No files found.
src/components/FinancialModule/FinancialSubmodule/czBillModule.vue
View file @
809e578c
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"m_TicketingModule"
>
<div
class=
"m_TicketingModule"
>
<div
v-if=
"OtherType==7"
>
<div
v-if=
"OtherType==7
||OtherType==65
"
>
<div
class=
"_tit"
>
<div
class=
"_tit"
>
<span
class=
"_text"
>
预付款单据
</span>
<span
class=
"_text"
>
预付款单据
</span>
<div>
<div>
...
@@ -258,7 +258,9 @@ export default {
...
@@ -258,7 +258,9 @@ export default {
this
.
details
=
data
;
this
.
details
=
data
;
if
(
this
.
OtherType
==
7
){
if
(
this
.
OtherType
==
7
){
this
.
getDetails
()
this
.
getDetails
()
}
else
{
}
else
if
(
this
.
OtherType
==
65
){
this
.
getyfTableList
()
}
else
{
this
.
getczTableList
();
this
.
getczTableList
();
}
}
}
}
...
@@ -306,6 +308,26 @@ export default {
...
@@ -306,6 +308,26 @@ export default {
}
}
},
err
=>
{})
},
err
=>
{})
},
},
// 预付款退款详情
getyfTableList
(){
this
.
loading
=
true
let
msg
=
{
pageIndex
:
1
,
pageSize
:
100
,
FrID
:
this
.
details
.
ReFinanceId
};
this
.
cdtotal
=
0
;
this
.
apipost
(
'Financial_get_GetAdvanceFinancePageList'
,
msg
,
res
=>
{
this
.
loading
=
false
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
.
pageData
;
this
.
czList
=
data
;
}
else
{
this
.
Error
(
res
.
data
.
message
)
}
},
err
=>
{})
},
getDetails
(){
getDetails
(){
this
.
loading
=
true
;
this
.
loading
=
true
;
let
msg
=
{
let
msg
=
{
...
...
This diff is collapsed.
Click to expand it.
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