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
422e902a
Commit
422e902a
authored
Jun 11, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d9ef470b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
5 deletions
+18
-5
dianshangannualRatio.vue
...nents/FinancialModule/ReportForm/dianshangannualRatio.vue
+6
-1
dianshangyeardata.vue
...mponents/FinancialModule/ReportForm/dianshangyeardata.vue
+7
-3
onlineRetailersdata.vue
...onents/FinancialModule/ReportForm/onlineRetailersdata.vue
+5
-1
No files found.
src/components/FinancialModule/ReportForm/dianshangannualRatio.vue
View file @
422e902a
...
...
@@ -19,6 +19,7 @@
format=
'yyyy'
value-format=
"yyyy"
@
change=
'getmonth'
:clearable=
'false'
placeholder=
"选择开始年"
>
</el-date-picker>
<span
style=
"margin: 0 10px;"
>
-
</span>
...
...
@@ -29,6 +30,7 @@
format=
'yyyy'
value-format=
"yyyy"
@
change=
'getmonth'
:clearable=
'false'
placeholder=
"选择结束年"
>
</el-date-picker>
</div>
...
...
@@ -322,7 +324,7 @@
this
.
GetMallLocalFile
(
"/api/LiveHouse/GetDSYearStartisticsToExcel"
,
msg
,
"电商年度比统计.xls"
"电商年度比统计
"
+
this
.
msg
.
StartYear
+
"-"
+
this
.
msg
.
EndYear
+
"
.xls"
);
},
goyearurl
(
x
){
...
...
@@ -563,5 +565,8 @@
font-size
:
13px
;
font-weight
:
normal
;
}
.dianshangannualRatio
::-webkit-scrollbar
{
height
:
12px
;
}
</
style
>
\ No newline at end of file
src/components/FinancialModule/ReportForm/dianshangyeardata.vue
View file @
422e902a
...
...
@@ -19,6 +19,7 @@
format=
'yyyy-MM'
value-format=
"yyyy-MM"
@
change=
'getmonth'
:clearable=
'false'
placeholder=
"选择开始月份"
>
</el-date-picker>
<span
style=
"margin: 0 10px;"
>
-
</span>
...
...
@@ -29,6 +30,7 @@
format=
'yyyy-MM'
value-format=
"yyyy-MM"
@
change=
'getmonth'
:clearable=
'false'
placeholder=
"选择结束月份"
>
</el-date-picker>
</div>
...
...
@@ -217,7 +219,7 @@
</table>
</div>
<div
style=
"width:1px; overflow:scroll;flex:1"
>
<div
style=
"width:1px; overflow
-x
:scroll;flex:1"
>
<table
class=
"singeRowTable TcNewTable"
border=
"1"
cellspacing=
"0"
cellpadding=
"0"
:style=
"{width: tablewidth+'px'}"
>
<tr
>
<td
class=
"qthuanbicheng"
style=
"width:90px;font-size: 12px;"
v-for=
'(x,y) in RateList'
:key =
'y'
@
click=
'goMonthurl(x)'
>
{{x.Date}}
</td></tr>
<tr
v-for=
'(item,index) in leftData'
:key =
'index'
>
...
...
@@ -341,7 +343,7 @@
this
.
GetMallLocalFile
(
"/api/LiveHouse/GetDSMoreMonthStatisticsToExcel"
,
msg
,
"电商每月统计.xls"
"电商每月统计
"
+
this
.
msg
.
StartTime
+
"-"
+
this
.
msg
.
EndTime
+
"
.xls"
);
},
...
...
@@ -580,6 +582,8 @@
font-size
:
13px
;
font-weight
:
normal
;
}
.dianshangyeardata
::-webkit-scrollbar
{
height
:
12px
;
}
</
style
>
\ No newline at end of file
src/components/FinancialModule/ReportForm/onlineRetailersdata.vue
View file @
422e902a
...
...
@@ -24,6 +24,7 @@
format=
'yyyy-MM'
value-format=
"yyyy-MM"
@
change=
'getmonth'
:clearable=
'false'
placeholder=
"选择月"
>
</el-date-picker>
</div>
...
...
@@ -368,7 +369,7 @@
this
.
GetMallLocalFile
(
"/api/LiveHouse/GetDSMonthStatisticsToExcel"
,
msg
,
"电商月
统计
.xls"
"电商月
度统计"
+
this
.
msg
.
Month
+
"
.xls"
);
},
...
...
@@ -559,6 +560,9 @@
font-size
:
13px
;
font-weight
:
normal
;
}
.onlineRetailersdata
::-webkit-scrollbar
{
height
:
12px
;
}
...
...
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