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
4a90365a
Commit
4a90365a
authored
Jun 16, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5bf8e5eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
MemberRebate.vue
.../FinancialModule/DataAnalysis/components/MemberRebate.vue
+3
-3
index.vue
src/components/FinancialModule/DataAnalysis/index.vue
+10
-0
No files found.
src/components/FinancialModule/DataAnalysis/components/MemberRebate.vue
View file @
4a90365a
...
...
@@ -19,7 +19,7 @@
<el-table-column
align=
"center"
label=
"幸福存折"
>
<el-table-column
prop=
"BalanceFan"
label=
"
反
幸福存折"
label=
"
返
幸福存折"
min-width=
"120"
align=
"center"
sortable
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
BalanceFan
}}
...
...
@@ -27,7 +27,7 @@
</el-table-column>
<el-table-column
prop=
"BalanceFanRate"
label=
"
反
存折占比"
label=
"
返
存折占比"
min-width=
"120"
align=
"center"
sortable
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
BalanceFanRate
}}
%
...
...
@@ -104,7 +104,7 @@
<div
style=
"display: flex;align-items: center;margin-top: 30px;"
>
<h3
class=
"text-center"
style=
"margin-bottom: 5px;"
>
同行统计
</h3>
<h3
class=
"text-center"
style=
"margin-bottom: 5px;"
>
同行统计
(仅展示Top50)
</h3>
</div>
<el-table
...
...
src/components/FinancialModule/DataAnalysis/index.vue
View file @
4a90365a
...
...
@@ -178,6 +178,9 @@
<button
v-if=
"activeName==8"
class=
"normalBtn"
@
click=
"exportExcel5"
>
{{$t('visa.v_daochu')}}
</button>
<button
v-if=
"activeName==9"
class=
"normalBtn"
@
click=
"exportExcel6"
>
{{$t('visa.v_daochu')}}
</button>
</li>
</ul>
</div>
...
...
@@ -486,6 +489,13 @@ export default {
}
this
.
GetLocalFile
(
"financestatistics_post_GetWiatPayAnalysisStatToExcel"
,
msg
,
'待付款情况'
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
);
},
exportExcel6
(){
//导出报表
let
msg
=
{
EmployeeId
:
this
.
getLocalStorage
().
EmployeeId
,
...
this
.
msg
}
this
.
GetLocalFile
(
"financestatistics_post_GetMemberRebateStatToExcel"
,
msg
,
'会员返利情况'
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
);
},
getQueryData
()
{
//获取公司列表
this
.
apipost
(
...
...
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