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
ad5cc26c
Commit
ad5cc26c
authored
Jul 31, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
935b8877
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
corporation.vue
...s/FinancialModule/DataAnalysis/components/corporation.vue
+16
-0
packet.vue
...onents/FinancialModule/DataAnalysis/components/packet.vue
+3
-3
No files found.
src/components/FinancialModule/DataAnalysis/components/corporation.vue
View file @
ad5cc26c
...
...
@@ -61,6 +61,22 @@
{{
scope
.
row
.
DetailList
[
i
].
ProfitRate
.
toFixed
(
2
)
}}
%
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"联运收入"
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
TransportIncome
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"最终利润"
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
FinalProfit
.
toFixed
(
2
)
}}
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</div>
...
...
src/components/FinancialModule/DataAnalysis/components/packet.vue
View file @
ad5cc26c
...
...
@@ -44,7 +44,7 @@
</
template
>
</el-table-column>
</el-table>
<h3
class=
"text-center"
style=
"margin-top: 15px;margin-bottom: 5px;"
>
日本
散拼
团(已出团)
</h3>
<h3
class=
"text-center"
style=
"margin-top: 15px;margin-bottom: 5px;"
>
日本
常规
团(已出团)
</h3>
<el-table
:data=
"JapanSPData"
style=
"width: 100%"
...
...
@@ -66,7 +66,7 @@
</
template
>
</el-table-column>
</el-table>
<h3
class=
"text-center"
style=
"margin-top: 15px;margin-bottom: 5px;"
>
毛利率分析(已出团)
</h3>
<h3
class=
"text-center"
style=
"margin-top: 15px;margin-bottom: 5px;"
>
常规团
毛利率分析(已出团)
</h3>
<el-table
:data=
"MaoLiAnalysisData"
style=
"width: 100%"
...
...
@@ -97,7 +97,7 @@
</el-table-column>
</el-table-column>
</el-table>
<h3
class=
"text-center"
style=
"margin-top: 15px;margin-bottom: 5px;"
>
房费分析(散拼
已出团)
</h3>
<h3
class=
"text-center"
style=
"margin-top: 15px;margin-bottom: 5px;"
>
常规团房费分析(
已出团)
</h3>
<el-table
:data=
"RoomAnalysisData"
style=
"width: 100%"
...
...
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