Commit 444fadf2 authored by guoyou's avatar guoyou

总业绩统计

parent 6354e78b
<template>
<div class="app-container calendar-list-container" v-loading="loading">
<el-row>
<el-form :inline="true">
<el-form :inline="true" label-position='left'>
<el-col :span="3">
<el-form-item label="统计类型">
<el-radio-group v-model="listquery.type" @change="changeType">
......@@ -191,8 +191,8 @@ export default {
page: 1,
limit: 10,
companyId: null, //业绩所属公司
paymentMethod: null //支付方式
// type: this.listquery.type
paymentMethod: null, //支付方式
type: this.listquery.type
}
},
//获取分公司
......@@ -210,7 +210,6 @@ export default {
changeType(val) {
this.listquery.page = 1
this.getList()
val == 0 ? (this.tabHeight = 500) : (this.tableData = 800)
},
//支付方式筛选
changeWay(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment