Merge branch 'xiaozy_当月动销'
This commit is contained in:
@@ -155,9 +155,6 @@
|
|||||||
}, {
|
}, {
|
||||||
lable: '近五次充值',
|
lable: '近五次充值',
|
||||||
value: 1
|
value: 1
|
||||||
}, {
|
|
||||||
lable: '近一月动销',
|
|
||||||
value: 2
|
|
||||||
}],
|
}],
|
||||||
chartSeleIndex: 0,
|
chartSeleIndex: 0,
|
||||||
Line: {},
|
Line: {},
|
||||||
@@ -264,6 +261,10 @@
|
|||||||
console.log(res, '收入')
|
console.log(res, '收入')
|
||||||
})
|
})
|
||||||
if (this.routerIndex) {
|
if (this.routerIndex) {
|
||||||
|
this.chartSeleBarData.push({
|
||||||
|
lable: '当月动销',
|
||||||
|
value: 2
|
||||||
|
})
|
||||||
// 近一个月动销 仅油站动销展示
|
// 近一个月动销 仅油站动销展示
|
||||||
sy.findMonthlySiteMovingPinVo(e.id).then(res => {
|
sy.findMonthlySiteMovingPinVo(e.id).then(res => {
|
||||||
let dateArr = []
|
let dateArr = []
|
||||||
|
|||||||
Reference in New Issue
Block a user