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
44cad6c2
Commit
44cad6c2
authored
Jan 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘财务报表新增联运收入页面@@@@@@’
parent
697b3d40
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1767 additions
and
1 deletion
+1767
-1
CombinedRevenueReport.vue
...ents/FinancialModule/ReportForm/CombinedRevenueReport.vue
+1758
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+2
-1
config.js
src/router/config.js
+7
-0
No files found.
src/components/FinancialModule/ReportForm/CombinedRevenueReport.vue
0 → 100644
View file @
44cad6c2
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
44cad6c2
...
...
@@ -627,7 +627,8 @@ export default {
LineTeamId
:
""
,
TCID
:
""
,
startDate
:
""
,
endDate
:
""
endDate
:
""
,
Type
:
1
,
},
getCompanyMsg
:
{
// 公司
...
...
src/router/config.js
View file @
44cad6c2
...
...
@@ -2245,6 +2245,13 @@ export default {
meta
:
{
title
:
'团队营收变更报表'
},
},
{
//财务 报表 联运报表
path
:
'/CombinedRevenueReport'
,
name
:
'CombinedRevenueReport'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/CombinedRevenueReport'
],
resolve
),
meta
:
{
title
:
'团队营收变更报表'
},
},
{
// 销售 制作广告
path
:
'/advert'
,
name
:
'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