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
120ff7f6
Commit
120ff7f6
authored
Sep 18, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f6cb0c7f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
allEchart.vue
src/components/FinancialModule/DataAnalysis/allEchart.vue
+1
-0
ShoppingCommission.vue
...cialModule/DataAnalysis/components/ShoppingCommission.vue
+15
-1
index.vue
src/components/FinancialModule/DataAnalysis/index.vue
+1
-0
No files found.
src/components/FinancialModule/DataAnalysis/allEchart.vue
View file @
120ff7f6
...
@@ -461,6 +461,7 @@ export default {
...
@@ -461,6 +461,7 @@ export default {
if
(
this
.
activeName
==
'4'
){
if
(
this
.
activeName
==
'4'
){
this
.
shopMsg
.
startDate
=
this
.
msg
.
startDate
this
.
shopMsg
.
startDate
=
this
.
msg
.
startDate
this
.
shopMsg
.
endDate
=
this
.
msg
.
endDate
this
.
shopMsg
.
endDate
=
this
.
msg
.
endDate
this
.
shopMsg
.
StandardCurrencyId
=
this
.
msg
.
StandardCurrencyId
msg
=
this
.
shopMsg
msg
=
this
.
shopMsg
url
=
'financestatistics_post_GetCommissionAnalysisStat'
url
=
'financestatistics_post_GetCommissionAnalysisStat'
}
}
...
...
src/components/FinancialModule/DataAnalysis/components/ShoppingCommission.vue
View file @
120ff7f6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<el-table
<el-table
:data=
"ShopData"
:data=
"ShopData"
style=
"width: 100%"
style=
"width: 100%"
class=
"LineAnalysisDataBJ"
>
class=
"LineAnalysisDataBJ
LineAnalysisDataBJ-R
"
>
<el-table-column
<el-table-column
fixed
fixed
align=
"center"
align=
"center"
...
@@ -75,6 +75,7 @@
...
@@ -75,6 +75,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
class=
"LineAnalysisDataBJ-border"
prop=
""
prop=
""
label=
"导游佣金"
label=
"导游佣金"
min-width=
"120"
align=
"center"
>
min-width=
"120"
align=
"center"
>
...
@@ -316,4 +317,17 @@ export default {
...
@@ -316,4 +317,17 @@ export default {
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
}
}
/* /deep/.el-table.LineAnalysisDataBJ tr:first-child th{
border-right: 3px solid #ddd;
}
/deep/.el-table.LineAnalysisDataBJ tr:first-child th:first-child{
border-right: 0;
}
/deep/.el-table.LineAnalysisDataBJ tr:nth-child(2) th:nth-child(9n){
border-right: 3px solid #ddd;
}
/deep/.el-table.LineAnalysisDataBJ-R>div:nth-child(3) td:nth-child(9n){
border-right: 3px solid #ddd;
#EBEEF5
} */
</
style
>
</
style
>
src/components/FinancialModule/DataAnalysis/index.vue
View file @
120ff7f6
...
@@ -306,6 +306,7 @@ export default {
...
@@ -306,6 +306,7 @@ export default {
this
.
shopMsg
.
startDate
=
this
.
msg
.
startDate
this
.
shopMsg
.
startDate
=
this
.
msg
.
startDate
this
.
shopMsg
.
endDate
=
this
.
msg
.
endDate
this
.
shopMsg
.
endDate
=
this
.
msg
.
endDate
this
.
shopMsg
.
LossType
=
this
.
msg
.
LossType
this
.
shopMsg
.
LossType
=
this
.
msg
.
LossType
this
.
shopMsg
.
StandardCurrencyId
=
this
.
msg
.
StandardCurrencyId
msg
=
this
.
shopMsg
msg
=
this
.
shopMsg
url
=
'financestatistics_post_GetCommissionAnalysisStat'
url
=
'financestatistics_post_GetCommissionAnalysisStat'
}
}
...
...
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