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
10441b90
Commit
10441b90
authored
Mar 19, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
cc4844d2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
MonthReport.vue
src/components/FinancialModule/ReportForm/MonthReport.vue
+9
-6
config.js
src/router/config.js
+2
-2
No files found.
src/components/FinancialModule/ReportForm/MonthReport.vue
View file @
10441b90
...
...
@@ -404,6 +404,9 @@ tr._item_list td:last-child {
border-radius
:
4px
;
margin-bottom
:
10px
;
}
.year
.el-date-editor.el-input
{
width
:
auto
;
}
</
style
>
<
template
>
...
...
@@ -463,11 +466,12 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
class=
"year"
>
<el-form-item
label=
"年份:"
>
<el-date-picker
v-model=
"msg.QStartDate"
type=
"year"
value-format=
"yyyy"
placeholder=
"选择年"
>
</el-date-picker>
</el-form-item>
...
...
@@ -482,7 +486,7 @@ tr._item_list td:last-child {
<ul
class=
"clearfix"
>
<li
class=
"hight_query"
>
<button
class=
"normalBtn"
@
click=
"togbu()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<
button
class=
"hollowFixedBtn"
@
click=
"method5()"
>
导出
</button
>
<
!--
<button
class=
"hollowFixedBtn"
@
click=
"method5()"
>
导出
</button>
--
>
</li>
</ul>
</div>
...
...
@@ -690,7 +694,7 @@ export default {
{
field
:
"LineName"
,
title
:
"线路"
,
width
:
8
0
,
width
:
12
0
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
,
...
...
@@ -701,7 +705,7 @@ export default {
{
field
:
"Digest"
,
title
:
"摘要"
,
width
:
1
6
0
,
width
:
1
2
0
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
,
...
...
@@ -908,7 +912,6 @@ export default {
if
(
field
===
"Total"
)
return
this
.
priceFormat
(
rowData
.
Total
);
},
priceFormat
(
value
)
{
console
.
log
(
"value"
,
value
)
if
(
value
==
null
)
{
return
0.0
;
}
...
...
@@ -928,7 +931,7 @@ export default {
this
.
GetLocalFile
(
"financestatistics_post_OutToExcelYearReportList"
,
this
.
msg
,
"
年
度营收报表.xls"
"
月
度营收报表.xls"
);
this
.
loading
=
false
;
},
...
...
src/router/config.js
View file @
10441b90
...
...
@@ -2404,12 +2404,12 @@ export default {
title
:
'年度营收报表'
},
},
{
//财务 报表
月度营收报表
{
//财务 报表
团队营收统计
path
:
'/MonthReport'
,
name
:
'MonthReport'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/MonthReport'
],
resolve
),
meta
:
{
title
:
'
月度营收报表
'
title
:
'
团队营收统计
'
},
},
{
path
:
'/JumpReport'
,
...
...
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