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
3e29453e
Commit
3e29453e
authored
Aug 05, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增返佣统计
parent
500295e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
leaderPerformance.vue
src/components/LeaderManagement/leaderPerformance.vue
+6
-2
No files found.
src/components/LeaderManagement/leaderPerformance.vue
View file @
3e29453e
...
@@ -326,6 +326,7 @@
...
@@ -326,6 +326,7 @@
<el-option
label=
"年榜"
:value=
'3'
></el-option>
<el-option
label=
"年榜"
:value=
'3'
></el-option>
<el-option
label=
"总榜"
:value=
'1'
></el-option>
<el-option
label=
"总榜"
:value=
'1'
></el-option>
<el-option
label=
"人均"
:value=
'4'
></el-option>
<el-option
label=
"人均"
:value=
'4'
></el-option>
<el-option
label=
"回佣人均"
:value=
'5'
></el-option>
</el-option>
</el-option>
</el-select>
</el-select>
</span>
</span>
...
@@ -364,6 +365,10 @@
...
@@ -364,6 +365,10 @@
人均
人均
<i></i>
<i></i>
</li>
</li>
<li
:class=
"msg.Type==5?'Day_active':''"
@
click=
"msg.Type=5,getStatis()"
>
回佣人均
<i></i>
</li>
</ul>
</ul>
<div
class=
"ChampionsLeague clearfix"
>
<div
class=
"ChampionsLeague clearfix"
>
<div
class=
"championList"
v-for=
"item in yajun"
:key=
"item.subCode"
>
<div
class=
"championList"
v-for=
"item in yajun"
:key=
"item.subCode"
>
...
@@ -490,7 +495,7 @@
...
@@ -490,7 +495,7 @@
QMonthStr
:
this
.
msg
.
MonthStr
,
QMonthStr
:
this
.
msg
.
MonthStr
,
ShoppingID
:
this
.
msg
.
ShoppingID
ShoppingID
:
this
.
msg
.
ShoppingID
};
};
if
(
msg
.
Type
==
4
)
if
(
msg
.
Type
==
4
||
msg
.
Type
==
5
)
{
{
msg
.
QMonthStr
=
this
.
msg
.
Year
+
","
+
this
.
msg
.
Month
;
msg
.
QMonthStr
=
this
.
msg
.
Year
+
","
+
this
.
msg
.
Month
;
}
}
...
@@ -516,7 +521,6 @@
...
@@ -516,7 +521,6 @@
err
=>
{}
err
=>
{}
);
);
},
},
//获取工作类型(值获取领兼地和导游)
//获取工作类型(值获取领兼地和导游)
getWorkType
()
{
getWorkType
()
{
this
.
apipost
(
this
.
apipost
(
...
...
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