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
c165fdfe
Commit
c165fdfe
authored
Jan 30, 2019
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
43a12997
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
CombinedRevenueReport.vue
...ents/FinancialModule/ReportForm/CombinedRevenueReport.vue
+1
-1
config.js
src/router/config.js
+3
-3
No files found.
src/components/FinancialModule/ReportForm/CombinedRevenueReport.vue
View file @
c165fdfe
...
...
@@ -1275,7 +1275,7 @@ export default {
this
.
GetLocalFile
(
"financestatistics_post_OutToExcelRevenueReportList"
,
msg
,
"
营收报表
.xls"
"
联运收入
.xls"
);
},
exportExcelCurrentPage
()
{
...
...
src/router/config.js
View file @
c165fdfe
...
...
@@ -2236,21 +2236,21 @@ export default {
name
:
'TeamRevenueReport'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/TeamRevenueReport'
],
resolve
),
meta
:
{
title
:
'
团队
营收报表'
title
:
'营收报表'
},
},
{
//财务 报表 团队营收变更报表
path
:
'/TeamRevenueReportChange'
,
name
:
'TeamRevenueReportChange'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/TeamRevenueReportChange'
],
resolve
),
meta
:
{
title
:
'
团队
营收变更报表'
title
:
'营收变更报表'
},
},
{
//财务 报表 联运报表
path
:
'/CombinedRevenueReport'
,
name
:
'CombinedRevenueReport'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/CombinedRevenueReport'
],
resolve
),
meta
:
{
title
:
'
团队营收变更报表
'
title
:
'
联运收入
'
},
},
{
// 销售 制作广告
path
:
'/advert'
,
...
...
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