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
f5594d83
Commit
f5594d83
authored
May 08, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
6288bb12
b4993b05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+43
-0
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
f5594d83
...
@@ -699,6 +699,21 @@ Vue.component("GuestNum", {
...
@@ -699,6 +699,21 @@ Vue.component("GuestNum", {
}
}
}
}
});
});
Vue
.
component
(
"ManNum"
,
{
// 人数
template
:
`<span>{{rowData.ManNum}}/{{rowData.WoManNum}}</span>`
,
props
:
{
rowData
:
{
type
:
Object
},
field
:
{
type
:
String
},
index
:
{
type
:
Number
}
}
});
Vue
.
component
(
"Transport"
,
{
Vue
.
component
(
"Transport"
,
{
// 是否联运团
// 是否联运团
template
:
`<span><span v-if="rowData.Is_Transport==='是'" style="color: red;">{{rowData.Is_Transport}}</span><span v-else>{{rowData.Is_Transport}}</span></span>`
,
template
:
`<span><span v-if="rowData.Is_Transport==='是'" style="color: red;">{{rowData.Is_Transport}}</span><span v-else>{{rowData.Is_Transport}}</span></span>`
,
...
@@ -972,6 +987,24 @@ export default {
...
@@ -972,6 +987,24 @@ export default {
isResize
:
true
,
isResize
:
true
,
componentName
:
"GuestNum"
componentName
:
"GuestNum"
},
},
{
field
:
"ManNum"
,
title
:
"男/女"
,
width
:
50
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"ManNum"
},
{
field
:
"AgeAvg"
,
title
:
"平均年龄"
,
width
:
50
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
{
field
:
"YaoQingHan"
,
field
:
"YaoQingHan"
,
formatter
:
this
.
moneyFormat
,
formatter
:
this
.
moneyFormat
,
...
@@ -1112,6 +1145,16 @@ export default {
...
@@ -1112,6 +1145,16 @@ export default {
isResize
:
true
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
componentName
:
"TCIDJumpWang"
},
},
{
field
:
"YongJinShouRuAvg"
,
formatter
:
this
.
moneyFormat
,
title
:
"平均佣金收入"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
{
field
:
"YingFu"
,
field
:
"YingFu"
,
formatter
:
this
.
moneyFormat
,
formatter
:
this
.
moneyFormat
,
...
...
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