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
8f64cc8b
Commit
8f64cc8b
authored
Sep 18, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
购物佣金情况
parent
59f29c93
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
ShoppingCommission.vue
...cialModule/DataAnalysis/components/ShoppingCommission.vue
+5
-5
index.vue
src/components/FinancialModule/DataAnalysis/index.vue
+6
-4
No files found.
src/components/FinancialModule/DataAnalysis/components/ShoppingCommission.vue
View file @
8f64cc8b
...
...
@@ -26,7 +26,7 @@
label=
"购物占比"
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
TotalRate
.
toFixed
(
2
)
}}
%
{{
scope
.
row
.
DetailList
[
i
].
TotalRate
}}
%
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -42,7 +42,7 @@
label=
"返佣占比"
min-width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DetailList
[
i
].
CommissionRate
.
toFixed
(
2
)
}}
%
{{
scope
.
row
.
DetailList
[
i
].
CommissionRate
}}
%
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -115,7 +115,7 @@
prop=
""
label=
"占比"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Rate
.
toFixed
(
2
)
}}
%
{{
scope
.
row
.
Rate
}}
%
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -161,7 +161,7 @@
prop=
""
label=
"占比"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Rate
.
toFixed
(
2
)
}}
%
{{
scope
.
row
.
Rate
}}
%
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -207,7 +207,7 @@
prop=
""
label=
"占比"
align=
"center"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Rate
.
toFixed
(
2
)
}}
%
{{
scope
.
row
.
Rate
}}
%
</
template
>
</el-table-column>
...
...
src/components/FinancialModule/DataAnalysis/index.vue
View file @
8f64cc8b
...
...
@@ -4,7 +4,7 @@
<el-tab-pane
label=
"线路经营情况"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"公司经营情况"
name=
"2"
></el-tab-pane>
<el-tab-pane
label=
"日本小包OR常规"
name=
"3"
></el-tab-pane>
<
!--
<el-tab-pane
label=
"购物佣金情况"
name=
"4"
></el-tab-pane>
--
>
<
el-tab-pane
label=
"购物佣金情况"
name=
"4"
></el-tab-pane
>
</el-tabs>
<div
class=
"query-box"
>
<el-form
class=
"_info_box clearfix"
label-width=
"90px"
>
...
...
@@ -86,6 +86,11 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-if=
"activeName==4"
>
<el-form-item
label=
"汇率"
>
<el-input
v-model=
"shopMsg.MaoLiRate"
type=
"number"
@
change=
"getChange"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-if=
"activeName!=4"
>
<el-form-item
label=
"线路"
>
<el-select
filterable
v-model=
"msg.LineId"
@
change=
"getStatement"
...
...
@@ -297,9 +302,6 @@ export default {
let
msg
=
this
.
msg
let
url
=
'financestatistics_post_GetDataAnalysisStat'
if
(
this
.
activeName
==
'4'
)
{
if
(
this
.
msg
.
StandardCurrencyId
==
1
||!
this
.
msg
.
StandardCurrencyId
){
this
.
shopMsg
.
MaoLiRate
=
0.049
}
this
.
shopMsg
.
startDate
=
this
.
msg
.
startDate
this
.
shopMsg
.
endDate
=
this
.
msg
.
endDate
this
.
shopMsg
.
LossType
=
this
.
msg
.
LossType
...
...
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