Commit 1cbe8c7f by 彭祥礼

新增学子公司销量统计

parent bf9dd993
......@@ -18,6 +18,7 @@
:value="queryParam.month"
:mode="tempMode"
@panelChange="handlePanelChange"
@change="handleChange"
style="width: 16rem;"
/>
</a-form-item>
......@@ -205,6 +206,10 @@
this.tempMode = [mode[0] === 'date' ? 'month' : mode[0], mode[1] === 'date' ? 'month' : mode[1]];
//console.log("this.tempMode=================="+this.tempMode);
},
handleChange(value) {
this.queryParam.month = []
console.log(value)
},
excelOut() {
let params = {
pageNo: 1,
......
......@@ -18,6 +18,7 @@
:value="queryParam.month"
:mode="tempMode"
@panelChange="handlePanelChange"
@change="handleChange"
style="width: 16rem;"
/>
</a-form-item>
......@@ -247,6 +248,10 @@
this.tempMode = [mode[0] === 'date' ? 'month' : mode[0], mode[1] === 'date' ? 'month' : mode[1]];
//console.log("this.tempMode=================="+this.tempMode);
},
handleChange(value) {
this.queryParam.month = []
console.log(value)
},
excelOut() {
let params = {
pageNo: 1,
......
......@@ -56,6 +56,7 @@
:value="queryParam.activateTime"
:mode="tempMode"
@panelChange="handlePanelChange"
@change="handleChange"
style="width: 16rem;"
/>
</a-form-item>
......@@ -217,7 +218,7 @@
{dataIndex: 'account', width: 30, title: '账号', align: "center"},
{dataIndex: 'salesSubst', width: 15, title: '县分', align: "center"},
{dataIndex: 'salesSchool', width: 30, title: '学校', align: "center"},
{dataIndex: 'num', width: 30, title: '达标充值数', align: "center"},
{dataIndex: 'recentlyNum', width: 30, title: '达标充值数', align: "center"},
{dataIndex: 'position', width: 30, title: '职位', align: "center"},
{dataIndex: 'leader', width: 30, title: '上级领导', align: "center"},
/*{
......@@ -271,6 +272,10 @@
this.tempMode = [mode[0] === 'date' ? 'month' : mode[0], mode[1] === 'date' ? 'month' : mode[1]];
//console.log("this.tempMode=================="+this.tempMode);
},
handleChange(value) {
this.queryParam.activateTime = []
console.log(value)
},
search() {
this.$refs.table.refresh({search: true})
},
......
......@@ -61,6 +61,7 @@
:value="queryParam.activateTime"
:mode="tempMode"
@panelChange="handlePanelChange"
@change="handleChange"
style="width: 16rem;"
/>
</a-form-item>
......@@ -283,6 +284,10 @@
this.tempMode = [mode[0] === 'date' ? 'month' : mode[0], mode[1] === 'date' ? 'month' : mode[1]];
//console.log("this.tempMode=================="+this.tempMode);
},
handleChange(value) {
this.queryParam.activateTime = []
console.log(value)
},
search() {
this.$refs.table.refresh({search: true})
},
......
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