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
bb9fff01
Commit
bb9fff01
authored
Apr 16, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
42e29420
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
Manfunds.vue
src/components/systemManagement/Manfunds.vue
+21
-1
No files found.
src/components/systemManagement/Manfunds.vue
View file @
bb9fff01
...
...
@@ -196,13 +196,18 @@
</li>
<li>
<button
class=
"hollowFixedBtn"
@
click=
"getList"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"getList
(),getTongji()
"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"outerVisible=true"
>
导入
</button>
<a
class=
"hollowFixedBtn downBtn"
style=
"padding:6px 9px;"
:href=
"downList"
>
导入模板下载
</a>
</li>
</ul>
</div>
<div
style=
"margin:15px 0;font-size:14px"
>
<span>
未认总收:
{{
datainfo
.
Income
}}
</span>
<span
style=
"margin:0 15px"
>
审核金额:
{{
datainfo
.
AuditMoney
}}
</span>
<span>
进日报表:
{{
datainfo
.
ReportMoney
}}
</span>
</div>
<div
class=
"cm_content _scrollbar"
>
<table
class=
"po_content singeRowTable"
style=
"border:1px solid #E6E6E6;"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
...
...
@@ -219,6 +224,8 @@
<th>
对方户名
</th>
<th>
认领单号
</th>
<th>
认款金额
</th>
<th>
已审核
</th>
<th>
进日报表
</th>
<th>
财务人员
</th>
<th>
操作
</th>
</tr>
...
...
@@ -240,6 +247,8 @@
<span
class=
"hoverFriD"
style=
"cursor: pointer;text-decoration: underline;margin-left:5px"
@
click=
"Gourl(i)"
v-for=
"(i,index) in item.FinanceIdList"
:key=
"index+500"
>
{{
i
}}
</span>
</td>
<td>
{{
item
.
ClaimMoney
}}
</td>
<td>
{{
item
.
AuditMoney
}}
</td>
<td>
{{
item
.
ReportMoney
}}
</td>
<td>
<div>
{{
item
.
UpdateBy
}}
</div>
<div
style=
"font-size:12px;"
>
{{
item
.
UpdateDate
}}
</div>
...
...
@@ -327,6 +336,7 @@
downList
:
""
,
TypeList1
:[],
TypeList2
:[],
datainfo
:{},
}
},
created
(){
...
...
@@ -337,6 +347,7 @@
this
.
GetAccount
();
this
.
GetAccount2
();
this
.
getList
();
this
.
getTongji
();
},
...
...
@@ -356,6 +367,15 @@
}
},
methods
:
{
getTongji
(){
this
.
apipost
(
'Financial_get_GetFinanceRemittanceClaimStatistics'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
datainfo
=
res
.
data
.
data
;
}
else
{
this
.
Error
(
res
.
data
.
message
)
}
},
err
=>
{})
},
getBank
(
val
){
if
(
val
==
1
){
this
.
currencyTypeList
=
this
.
TypeList1
;
...
...
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