|
|
@@ -18,77 +18,55 @@ |
|
|
|
</div> |
|
|
|
<!-- 卡片部分 --> |
|
|
|
<div class="page-container grid4"> |
|
|
|
<div class="pagechen" @click="toDetail('/ReceivingRecords/index', '', '接待记录')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">平均执行率 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,有效接待(不包含待接单)的平均执行率;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ cardlist.datalist.fraction || 0 }}%</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon4.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pagechen projectCardItem"> |
|
|
|
<div> |
|
|
|
<div class="pageboxtitle1">正在接待</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ cardlist.sequential.fraction || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.fraction > 0"> |
|
|
|
+{{ cardlist.liftlist.fraction || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.fraction < 0"> |
|
|
|
{{ cardlist.liftlist.fraction || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.fraction > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.fraction < 0">数据有所下降</span> |
|
|
|
|
|
|
|
<div class="span1"> |
|
|
|
{{ cardlist.datalist.receivingCustomer || 0 }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon3.png" alt=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pagechen" @click="toDetail('/ReceivingRecords/index', '', '接待记录')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">平均接待时长(分钟) |
|
|
|
<el-tooltip effect="light" content="筛选时间内,有效接待(不包含待接单)的平均录音时长,单位分钟;" placement="bottom-end"> |
|
|
|
<div class="sum">接待量 (次) |
|
|
|
<el-tooltip effect="light" content="筛选时间内,已经结束的接待条数,不包含待接单;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ cardlist.datalist.avgDuration || 0 }}</div> |
|
|
|
<div class="span1">{{ cardlist.datalist.receptionCount || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon8.png" alt="" srcset=""> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon1.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ cardlist.sequential.avgDuration || 0 }}</span> |
|
|
|
环比:{{ cardlist.sequential.receptionCount || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.avgDuration > 0"> |
|
|
|
+{{ cardlist.liftlist.avgDuration || 0 }} |
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.receptionCount > 0"> |
|
|
|
+{{ cardlist.liftlist.receptionCount || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.avgDuration < 0"> |
|
|
|
{{ cardlist.liftlist.avgDuration || 0 }} |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.receptionCount < 0"> |
|
|
|
{{ cardlist.liftlist.receptionCount || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.avgDuration > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.avgDuration < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.receptionCount > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.receptionCount < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- validInvalid;//是否为有效接待 0:有效 1:无效 --> |
|
|
|
<div class="pagechen" @click=" |
|
|
|
toDetail('/ReceivingRecords/index', 'validInvalid,0', '接待记录') |
|
|
|
"> |
|
|
@@ -126,55 +104,103 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pagechen projectCardItem"> |
|
|
|
<div class="pagechen projectCardItem" @click="toDetail('/Statistics/ConsultantBrand', '', '顾问排名')"> |
|
|
|
<div> |
|
|
|
<div class="pageboxtitle1">正在接待</div> |
|
|
|
<div class="pageboxtitle1">顾问(人)</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span1"> |
|
|
|
{{ cardlist.datalist.receivingCustomer || 0 }} |
|
|
|
</div> |
|
|
|
<div class="span1">{{ cardlist.datalist.accountNum || 0 }}</div> |
|
|
|
<!-- <div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ cardlist.sequential.accountNum || 0 }}</span> |
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.accountNum > 0"> |
|
|
|
<i class="el-icon-top" style="color: red"></i> |
|
|
|
{{ cardlist.liftlist.accountNum || 0 }} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.accountNum < 0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25ceba"></i> |
|
|
|
{{ cardlist.liftlist.accountNum || 0 }} |
|
|
|
</span> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon3.png" alt=""> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon7.png" alt="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pagechen" @click="toDetail('/ReceivingRecords/index', '', '接待记录')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">接待量 (次) |
|
|
|
<el-tooltip effect="light" content="筛选时间内,已经结束的接待条数,不包含待接单;" placement="bottom-end"> |
|
|
|
<div class="sum">平均执行率 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,有效接待(不包含待接单)的平均执行率;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ cardlist.datalist.receptionCount || 0 }}</div> |
|
|
|
<div class="span1">{{ cardlist.datalist.fraction || 0 }}%</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon1.png" alt="" srcset=""> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon4.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ cardlist.sequential.receptionCount || 0 }}</span> |
|
|
|
环比:{{ cardlist.sequential.fraction || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.receptionCount > 0"> |
|
|
|
+{{ cardlist.liftlist.receptionCount || 0 }} |
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.fraction > 0"> |
|
|
|
+{{ cardlist.liftlist.fraction || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.receptionCount < 0"> |
|
|
|
{{ cardlist.liftlist.receptionCount || 0 }} |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.fraction < 0"> |
|
|
|
{{ cardlist.liftlist.fraction || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.receptionCount > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.receptionCount < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.fraction > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.fraction < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pagechen" @click="toDetail('/ReceivingRecords/index', '', '接待记录')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">平均接待时长(分钟) |
|
|
|
<el-tooltip effect="light" content="筛选时间内,有效接待(不包含待接单)的平均录音时长,单位分钟;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ cardlist.datalist.avgDuration || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon8.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ cardlist.sequential.avgDuration || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.avgDuration > 0"> |
|
|
|
+{{ cardlist.liftlist.avgDuration || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.avgDuration < 0"> |
|
|
|
{{ cardlist.liftlist.avgDuration || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.avgDuration > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="cardlist.liftlist.avgDuration < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- validInvalid;//是否为有效接待 0:有效 1:无效 --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="pagechen" @click="toDetail('/ReceivingRecords/index', 'taboo,1', '接待记录')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
@@ -245,29 +271,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pagechen projectCardItem" @click="toDetail('/Statistics/ConsultantBrand', '', '顾问排名')"> |
|
|
|
<div> |
|
|
|
<div class="pageboxtitle1">顾问(人)</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span1">{{ cardlist.datalist.accountNum || 0 }}</div> |
|
|
|
<!-- <div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ cardlist.sequential.accountNum || 0 }}</span> |
|
|
|
<span class="span2-2" v-if="cardlist.liftlist.accountNum > 0"> |
|
|
|
<i class="el-icon-top" style="color: red"></i> |
|
|
|
{{ cardlist.liftlist.accountNum || 0 }} |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="cardlist.liftlist.accountNum < 0"> |
|
|
|
<i class="el-icon-bottom" style="color: #25ceba"></i> |
|
|
|
{{ cardlist.liftlist.accountNum || 0 }} |
|
|
|
</span> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon7.png" alt="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- <div class="pagechen1"></div> |
|
|
|
<div class="pagechen1"></div> --> |
|
|
|
</div> |
|
|
@@ -577,6 +581,78 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
|
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">活跃设备数 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,有接待并上传录音的设备;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ sysSec.activeEquipmentQuantity || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon4.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.activeEquipmentQuantity || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.activeEquipmentQuantity > 0"> |
|
|
|
+{{ orderBy.activeEquipmentQuantity || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeEquipmentQuantity < 0"> |
|
|
|
{{ orderBy.activeEquipmentQuantity || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeEquipmentQuantity > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeEquipmentQuantity < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
|
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">录音总时长(小时) |
|
|
|
<div class="span1">{{ sysSec.receptionTime || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon4.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.receptionTime || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.receptionTime > 0"> |
|
|
|
+{{ orderBy.receptionTime || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTime < 0"> |
|
|
|
{{ orderBy.receptionTime || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTime > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTime < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
|
|
|
@@ -690,54 +766,52 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <div class="pagechen" @click="toDetail('/Equipment/index', '', '设备管理')"> |
|
|
|
|
|
|
|
<div class="pagechen"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">销售设备数 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,绑定正式+测试的楼盘的设备数;" placement="bottom-end"> |
|
|
|
<div class="sum">平均接待时长(分钟) |
|
|
|
<el-tooltip effect="light" content="筛选时间内,有效接待(不包含待接单)的平均录音时长,单位分钟;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ sysSec.equipmentQuantityWithSold || 0 }}</div> |
|
|
|
<div class="span1">{{ sysSec.receptionTimeWithAvg || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon4.png" alt="" srcset=""> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon8.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.equipmentQuantityWithSold || 0 }}</span> |
|
|
|
环比:{{ sysCompare.receptionTimeWithAvg || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.equipmentQuantityWithSold > 0"> |
|
|
|
+{{ orderBy.equipmentQuantityWithSold || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
<span class="span2-2" v-if="orderBy.receptionTimeWithAvg > 0"> |
|
|
|
+{{ orderBy.receptionTimeWithAvg || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.equipmentQuantityWithSold < 0"> |
|
|
|
{{ orderBy.equipmentQuantityWithSold || 0 }} |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTimeWithAvg < 0"> |
|
|
|
{{ orderBy.receptionTimeWithAvg || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.equipmentQuantityWithSold > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.equipmentQuantityWithSold < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTimeWithAvg > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTimeWithAvg < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> --> |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <div class="pagechen" @click="toDetail('/Equipment/index', '', '设备管理')"> |
|
|
|
|
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">活跃设备数 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,有接待并上传录音的设备;" placement="bottom-end"> |
|
|
|
<div class="sum">销售设备数 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,绑定正式+测试的楼盘的设备数;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ sysSec.activeEquipmentQuantity || 0 }}</div> |
|
|
|
<div class="span1">{{ sysSec.equipmentQuantityWithSold || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
@@ -747,25 +821,26 @@ |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.activeEquipmentQuantity || 0 }}</span> |
|
|
|
环比:{{ sysCompare.equipmentQuantityWithSold || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.activeEquipmentQuantity > 0"> |
|
|
|
+{{ orderBy.activeEquipmentQuantity || 0 }} |
|
|
|
<span class="span2-2" v-if="orderBy.equipmentQuantityWithSold > 0"> |
|
|
|
+{{ orderBy.equipmentQuantityWithSold || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeEquipmentQuantity < 0"> |
|
|
|
{{ orderBy.activeEquipmentQuantity || 0 }} |
|
|
|
<span class="span2-3" v-if="orderBy.equipmentQuantityWithSold < 0"> |
|
|
|
{{ orderBy.equipmentQuantityWithSold || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeEquipmentQuantity > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeEquipmentQuantity < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.equipmentQuantityWithSold > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.equipmentQuantityWithSold < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
|
|
|
|
<!-- <div class="pagechen"> |
|
|
|
|
|
|
|
<div style="width:100%"> |
|
|
@@ -808,81 +883,85 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="pagechen"> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-if="role == 2"> |
|
|
|
<!-- 卡片部分 --> |
|
|
|
<div class="page-container grid4"> |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">平均接待时长(分钟) |
|
|
|
<el-tooltip effect="light" content="筛选时间内,有效接待(不包含待接单)的平均录音时长,单位分钟;" placement="bottom-end"> |
|
|
|
<div class="sum">接待量 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,已经结束的接待条数,不包含待接单;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ sysSec.receptionTimeWithAvg || 0 }}</div> |
|
|
|
<div class="span1">{{ sysSec.receptionCount || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon8.png" alt="" srcset=""> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon1.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.receptionTimeWithAvg || 0 }}</span> |
|
|
|
环比:{{ sysCompare.receptionCount || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.receptionTimeWithAvg > 0"> |
|
|
|
+{{ orderBy.receptionTimeWithAvg || 0 }} |
|
|
|
<span class="span2-2" v-if="orderBy.receptionCount > 0"> |
|
|
|
+{{ orderBy.receptionCount || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTimeWithAvg < 0"> |
|
|
|
{{ orderBy.receptionTimeWithAvg || 0 }} |
|
|
|
<span class="span2-3" v-if="orderBy.receptionCount < 0"> |
|
|
|
{{ orderBy.receptionCount || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTimeWithAvg > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTimeWithAvg < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionCount > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionCount < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
|
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">录音总时长(小时) |
|
|
|
<div class="span1">{{ sysSec.receptionTime || 0 }}</div> |
|
|
|
<div class="sum">有效接待 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,标记为有效的接待数,不包含待接单;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ sysSec.activeCustomer || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon4.png" alt="" srcset=""> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon2.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.receptionTime || 0 }}</span> |
|
|
|
环比:{{ sysCompare.activeCustomer || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.receptionTime > 0"> |
|
|
|
+{{ orderBy.receptionTime || 0 }} |
|
|
|
<span class="span2-2" v-if="orderBy.activeCustomer > 0"> |
|
|
|
+{{ orderBy.activeCustomer || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTime < 0"> |
|
|
|
{{ orderBy.receptionTime || 0 }} |
|
|
|
<span class="span2-3" v-if="orderBy.activeCustomer < 0"> |
|
|
|
{{ orderBy.activeCustomer || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTime > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTime < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeCustomer > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeCustomer < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-if="role == 2"> |
|
|
|
<!-- 卡片部分 --> |
|
|
|
<div class="page-container grid4"> |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
@@ -958,69 +1037,33 @@ |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">接待量 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,已经结束的接待条数,不包含待接单;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ sysSec.receptionCount || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon1.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.receptionCount || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.receptionCount > 0"> |
|
|
|
+{{ orderBy.receptionCount || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionCount < 0"> |
|
|
|
{{ orderBy.receptionCount || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionCount > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionCount < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">有效接待 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,标记为有效的接待数,不包含待接单;" placement="bottom-end"> |
|
|
|
<div class="sum">违禁接待次数 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,出现违禁的接待次数,不包含待接单/无效接待/无效违禁;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ sysSec.activeCustomer || 0 }}</div> |
|
|
|
<div class="span1">{{ sysSec.prohibitedCount || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon2.png" alt="" srcset=""> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon5.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.activeCustomer || 0 }}</span> |
|
|
|
环比:{{ sysCompare.prohibitedCount || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.activeCustomer > 0"> |
|
|
|
+{{ orderBy.activeCustomer || 0 }} |
|
|
|
<span class="span2-2" v-if="orderBy.prohibitedCount > 0"> |
|
|
|
+{{ orderBy.prohibitedCount || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeCustomer < 0"> |
|
|
|
{{ orderBy.activeCustomer || 0 }} |
|
|
|
<span class="span2-3" v-if="orderBy.prohibitedCount < 0"> |
|
|
|
{{ orderBy.prohibitedCount || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeCustomer > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeCustomer < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.prohibitedCount > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.prohibitedCount < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -1030,8 +1073,8 @@ |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">无效接待 |
|
|
|
<div class="span1">{{ sysSec.invalidCustomer || 0 }}</div> |
|
|
|
<div class="sum">接待时长(小时) |
|
|
|
<div class="span1">{{ sysSec.receptionTime || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
@@ -1041,29 +1084,30 @@ |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.invalidCustomer || 0 }}</span> |
|
|
|
环比:{{ sysCompare.receptionTime || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.invalidCustomer > 0"> |
|
|
|
+{{ orderBy.invalidCustomer || 0 }} |
|
|
|
<span class="span2-2" v-if="orderBy.receptionTime > 0"> |
|
|
|
+{{ orderBy.receptionTime || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.invalidCustomer < 0"> |
|
|
|
{{ orderBy.invalidCustomer || 0 }} |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTime < 0"> |
|
|
|
{{ orderBy.receptionTime || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.invalidCustomer > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.invalidCustomer < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTime > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTime < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">接待时长(小时) |
|
|
|
<div class="span1">{{ sysSec.receptionTime || 0 }}</div> |
|
|
|
<div class="sum">活跃项目数 |
|
|
|
<div class="span1">{{ sysSec.activeHouseQuantity || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
@@ -1073,62 +1117,60 @@ |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.receptionTime || 0 }}</span> |
|
|
|
环比:{{ sysCompare.activeHouseQuantity || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.receptionTime > 0"> |
|
|
|
+{{ orderBy.receptionTime || 0 }} |
|
|
|
<span class="span2-2" v-if="orderBy.activeHouseQuantity > 0"> |
|
|
|
+{{ orderBy.activeHouseQuantity || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.receptionTime < 0"> |
|
|
|
{{ orderBy.receptionTime || 0 }} |
|
|
|
<span class="span2-3" v-if="orderBy.activeHouseQuantity < 0"> |
|
|
|
{{ orderBy.activeHouseQuantity || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTime > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.receptionTime < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeHouseQuantity > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeHouseQuantity < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
<!-- <div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">违禁接待次数 |
|
|
|
<el-tooltip effect="light" content="筛选时间内,出现违禁的接待次数,不包含待接单/无效接待/无效违禁;" placement="bottom-end"> |
|
|
|
<i class="el-icon-question" style="color:#74A3EA"></i> |
|
|
|
</el-tooltip> |
|
|
|
<div class="span1">{{ sysSec.prohibitedCount || 0 }}</div> |
|
|
|
<div class="sum">无效接待 |
|
|
|
<div class="span1">{{ sysSec.invalidCustomer || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon5.png" alt="" srcset=""> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon8.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.prohibitedCount || 0 }}</span> |
|
|
|
环比:{{ sysCompare.invalidCustomer || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.prohibitedCount > 0"> |
|
|
|
+{{ orderBy.prohibitedCount || 0 }} |
|
|
|
<span class="span2-2" v-if="orderBy.invalidCustomer > 0"> |
|
|
|
+{{ orderBy.invalidCustomer || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.prohibitedCount < 0"> |
|
|
|
{{ orderBy.prohibitedCount || 0 }} |
|
|
|
<span class="span2-3" v-if="orderBy.invalidCustomer < 0"> |
|
|
|
{{ orderBy.invalidCustomer || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.prohibitedCount > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.prohibitedCount < 0">数据有所下降</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.invalidCustomer > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.invalidCustomer < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <div class="pagechen" @click="toDetail('/Equipment/state', '', '设备监控')"> |
|
|
|
<div style="width:100%"> |
|
|
@@ -1204,39 +1246,7 @@ |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="pagechen" @click="toDetail('/building/Count', '', '楼盘统计')"> |
|
|
|
<div style="width:100%"> |
|
|
|
<div class="pageboxtitle1 projectCardItem"> |
|
|
|
<div class="sum">活跃项目数 |
|
|
|
<div class="span1">{{ sysSec.activeHouseQuantity || 0 }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cardicon"> |
|
|
|
<img src="../../public/img/indexIcon/indexCardIcon8.png" alt="" srcset=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="pageboxtitle2 projectColumn"> |
|
|
|
<div class="span2"> |
|
|
|
<span class="span2-1"> |
|
|
|
环比:{{ sysCompare.activeHouseQuantity || 0 }}</span> |
|
|
|
|
|
|
|
<span class="span2-2" v-if="orderBy.activeHouseQuantity > 0"> |
|
|
|
+{{ orderBy.activeHouseQuantity || 0 }} |
|
|
|
<i class="up"></i> |
|
|
|
</span> |
|
|
|
<span class="span2-3" v-if="orderBy.activeHouseQuantity < 0"> |
|
|
|
{{ orderBy.activeHouseQuantity || 0 }} |
|
|
|
<i class="down"></i> |
|
|
|
</span> |
|
|
|
|
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeHouseQuantity > 0">数据有所增长</span> |
|
|
|
<span style="margin-left:15px;" v-if="orderBy.activeHouseQuantity < 0">数据有所下降</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|