Commit 444fadf2 authored by guoyou's avatar guoyou

总业绩统计

parent 6354e78b
<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) {
......
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