Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
youjj
cloud-platform-ui
Commits
444fadf2
Commit
444fadf2
authored
Nov 28, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
总业绩统计
parent
6354e78b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
memberPerformance.vue
src/views/financial/memberPerformance.vue
+3
-4
No files found.
src/views/financial/memberPerformance.vue
View file @
444fadf2
<
template
>
<
template
>
<div
class=
"app-container calendar-list-container"
v-loading=
"loading"
>
<div
class=
"app-container calendar-list-container"
v-loading=
"loading"
>
<el-row>
<el-row>
<el-form
:inline=
"true"
>
<el-form
:inline=
"true"
label-position=
'left'
>
<el-col
:span=
"3"
>
<el-col
:span=
"3"
>
<el-form-item
label=
"统计类型"
>
<el-form-item
label=
"统计类型"
>
<el-radio-group
v-model=
"listquery.type"
@
change=
"changeType"
>
<el-radio-group
v-model=
"listquery.type"
@
change=
"changeType"
>
...
@@ -191,8 +191,8 @@ export default {
...
@@ -191,8 +191,8 @@ export default {
page
:
1
,
page
:
1
,
limit
:
10
,
limit
:
10
,
companyId
:
null
,
//业绩所属公司
companyId
:
null
,
//业绩所属公司
paymentMethod
:
null
//支付方式
paymentMethod
:
null
,
//支付方式
//
type: this.listquery.type
type
:
this
.
listquery
.
type
}
}
},
},
//获取分公司
//获取分公司
...
@@ -210,7 +210,6 @@ export default {
...
@@ -210,7 +210,6 @@ export default {
changeType
(
val
)
{
changeType
(
val
)
{
this
.
listquery
.
page
=
1
this
.
listquery
.
page
=
1
this
.
getList
()
this
.
getList
()
val
==
0
?
(
this
.
tabHeight
=
500
)
:
(
this
.
tableData
=
800
)
},
},
//支付方式筛选
//支付方式筛选
changeWay
(
val
)
{
changeWay
(
val
)
{
...
...
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