|
|
@@ -2623,37 +2623,10 @@ export default { |
|
|
|
statDateEnd: this.statDateEnd, |
|
|
|
}; |
|
|
|
this.$api.http.houseIndex(obj).then((res) => { |
|
|
|
this.cardlist.datalist = { |
|
|
|
receptionCount: res.data.todayStat.receptionCount, |
|
|
|
activeCustomer: res.data.todayStat.activeCustomer, |
|
|
|
receivingCustomer: res.data.todayStat.receivingCustomer, |
|
|
|
avgDuration: res.data.todayStat.avgDuration, |
|
|
|
fraction: res.data.todayStat.fraction, |
|
|
|
prohibitedCustomer: res.data.todayStat.prohibitedCustomer, |
|
|
|
prohibitedZb: res.data.todayStat.prohibitedZb, |
|
|
|
accountNum: res.data.todayStat.accountNum, |
|
|
|
}; |
|
|
|
this.cardlist.liftlist = { |
|
|
|
receptionCount: res.data.comparedStat.receptionCount, |
|
|
|
activeCustomer: res.data.comparedStat.activeCustomer, |
|
|
|
receivingCustomer: res.data.comparedStat.receivingCustomer, |
|
|
|
avgDuration: res.data.comparedStat.avgDuration, |
|
|
|
fraction: res.data.comparedStat.fraction, |
|
|
|
prohibitedCustomer: res.data.comparedStat.prohibitedCustomer, |
|
|
|
prohibitedZb: res.data.comparedStat.prohibitedZb, |
|
|
|
accountNum: res.data.comparedStat.accountNum, |
|
|
|
}; |
|
|
|
this.cardlist.sequential = { |
|
|
|
receptionCount: res.data.yesterdayStat.receptionCount, |
|
|
|
activeCustomer: res.data.yesterdayStat.activeCustomer, |
|
|
|
receivingCustomer: res.data.yesterdayStat.receivingCustomer, |
|
|
|
avgDuration: res.data.yesterdayStat.avgDuration, |
|
|
|
fraction: res.data.yesterdayStat.fraction, |
|
|
|
prohibitedCustomer: res.data.yesterdayStat.prohibitedCustomer, |
|
|
|
prohibitedZb: res.data.yesterdayStat.prohibitedZb, |
|
|
|
accountNum: res.data.yesterdayStat.accountNum, |
|
|
|
}; |
|
|
|
}); |
|
|
|
this.cardlist.datalist = res.data.todayStat |
|
|
|
this.cardlist.liftlist = res.data.comparedStat |
|
|
|
this.cardlist.sequential = res.data.yesterdayStat |
|
|
|
}) |
|
|
|
}, |
|
|
|
//获取设备 |
|
|
|
findAllZkEquipment() { |
|
|
|