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
ba41d9dd
Commit
ba41d9dd
authored
Jul 29, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出
parent
e9cc0ba7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
76 additions
and
12 deletions
+76
-12
corporation.vue
...s/FinancialModule/DataAnalysis/components/corporation.vue
+22
-2
line.vue
...mponents/FinancialModule/DataAnalysis/components/line.vue
+19
-9
packet.vue
...onents/FinancialModule/DataAnalysis/components/packet.vue
+30
-0
index.vue
src/components/FinancialModule/DataAnalysis/index.vue
+5
-1
No files found.
src/components/FinancialModule/DataAnalysis/components/corporation.vue
View file @
ba41d9dd
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
label=
"毛利率"
label=
"毛利率"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
MaoLiRate
}}
%
{{
scope
.
row
.
DetailList
[
i
].
MaoLiRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
label=
"实际利率"
label=
"实际利率"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
ProfitRate
}}
%
{{
scope
.
row
.
DetailList
[
i
].
ProfitRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
...
@@ -123,4 +123,24 @@ export default {
...
@@ -123,4 +123,24 @@ export default {
/
deep
/
.el-table.LineAnalysisDataBJ2
tr
:first-child
th
:nth-child
(
2n
)
{
/
deep
/
.el-table.LineAnalysisDataBJ2
tr
:first-child
th
:nth-child
(
2n
)
{
background
:
#fff
;
background
:
#fff
;
}
}
/
deep
/
.el-table.LineAnalysisDataBJ
tr
th
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
/
deep
/
.el-table.LineAnalysisDataBJ2
tr
th
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
/
deep
/
.el-table.LineAnalysisDataBJ
tr
td
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
/
deep
/
.el-table.LineAnalysisDataBJ2
tr
td
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
</
style
>
</
style
>
src/components/FinancialModule/DataAnalysis/components/line.vue
View file @
ba41d9dd
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
label=
"占比"
label=
"占比"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
IncomeRate
}}
%
{{
scope
.
row
.
DetailList
[
i
].
IncomeRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
label=
"毛利率"
label=
"毛利率"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
MaoLiRate
}}
%
{{
scope
.
row
.
DetailList
[
i
].
MaoLiRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
label=
"实际利率"
label=
"实际利率"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
ProfitRate
}}
%
{{
scope
.
row
.
DetailList
[
i
].
ProfitRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
label=
"机票/收入"
label=
"机票/收入"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
JiPiaoRate
}}
%
{{
scope
.
row
.
JiPiaoRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
label=
"房费/收入"
label=
"房费/收入"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
RommFeeRate
}}
%
{{
scope
.
row
.
RommFeeRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
label=
"车费/收入"
label=
"车费/收入"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
CarFeeRate
}}
%
{{
scope
.
row
.
CarFeeRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
label=
"餐费/收入"
label=
"餐费/收入"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
MealFeeRate
}}
%
{{
scope
.
row
.
MealFeeRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
label=
"门票/收入"
label=
"门票/收入"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
TicketFeeRate
}}
%
{{
scope
.
row
.
TicketFeeRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
label=
"签证/收入"
label=
"签证/收入"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
VisaFeeRate
}}
%
{{
scope
.
row
.
VisaFeeRate
.
toFixed
(
2
)
}}
%
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -242,4 +242,14 @@ export default {
...
@@ -242,4 +242,14 @@ export default {
/
deep
/
.el-table.LineAnalysisDataBJ2
tr
:first-child
th
:nth-child
(
2n
)
{
/
deep
/
.el-table.LineAnalysisDataBJ2
tr
:first-child
th
:nth-child
(
2n
)
{
/* background: #fff; */
/* background: #fff; */
}
}
/
deep
/
.el-table.LineAnalysisDataBJ
tr
th
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
/
deep
/
.el-table.LineAnalysisDataBJ
tr
td
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
</
style
>
</
style
>
src/components/FinancialModule/DataAnalysis/components/packet.vue
View file @
ba41d9dd
...
@@ -176,4 +176,34 @@ export default {
...
@@ -176,4 +176,34 @@ export default {
/
deep
/
.el-table.LineAnalysisDataBJ
tr
td
:first-child
{
/
deep
/
.el-table.LineAnalysisDataBJ
tr
td
:first-child
{
background
:
#F5F7FA
!important
;
background
:
#F5F7FA
!important
;
}
}
/
deep
/
.el-table.LineAnalysisDataBJ
tr
th
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
/
deep
/
.el-table.LineAnalysisDataBJ2
tr
th
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
/
deep
/
.el-table.LineAnalysisDataBJ3
tr
th
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
/
deep
/
.el-table.LineAnalysisDataBJ
tr
td
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
/
deep
/
.el-table.LineAnalysisDataBJ2
tr
td
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
/
deep
/
.el-table.LineAnalysisDataBJ3
tr
td
{
height
:
20px
;
line-height
:
20px
;
padding
:
5px
0
;
}
</
style
>
</
style
>
src/components/FinancialModule/DataAnalysis/index.vue
View file @
ba41d9dd
...
@@ -185,7 +185,11 @@ export default {
...
@@ -185,7 +185,11 @@ export default {
this
.
getStatement
()
this
.
getStatement
()
},
},
exportExcel
(){
//导出报表
exportExcel
(){
//导出报表
this
.
GetLocalFile
(
"financestatistics_post_GetDataAnalysisStatToExcel"
,
this
.
msg
,
'数据统计'
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
);
let
msg
=
{
EmployeeId
:
this
.
getLocalStorage
().
EmployeeId
,
...
this
.
msg
}
this
.
GetLocalFile
(
"financestatistics_post_GetDataAnalysisStatToExcel"
,
msg
,
'数据统计'
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
);
},
},
getQueryData
()
{
getQueryData
()
{
//获取公司列表
//获取公司列表
...
...
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