wangxiaohua преди 3 години
родител
ревизия
9af2556bbc
променени са 6 файла, в които са добавени 61 реда и са изтрити 10 реда
  1. +2
    -0
      src/components/error-page/403.vue
  2. +5
    -0
      src/components/error-page/404.vue
  3. +5
    -0
      src/components/error-page/500.vue
  4. +2
    -0
      src/page/check/chose.vue
  5. +3
    -1
      src/page/check/index.vue
  6. +44
    -9
      src/views/Statistics/ReceptionOverview.vue

+ 2
- 0
src/components/error-page/403.vue Целия файл

@@ -60,6 +60,8 @@ export default {
}
}
.error403 {
height: 100vh;
background: #ffffff;
&-body-con {
width: 700px;
height: 500px;


+ 5
- 0
src/components/error-page/404.vue Целия файл

@@ -30,6 +30,9 @@ export default {
}
</script>
<style lang="scss" scoped>
#app{
background: #ffffff;
}
@keyframes error404animation {
0% {
transform: rotateZ(0deg);
@@ -51,6 +54,8 @@ export default {
}
}
.error404 {
height: 100vh;
background: #ffffff;
&-body-con {
width: 700px;
height: 500px;


+ 5
- 0
src/components/error-page/500.vue Целия файл

@@ -37,6 +37,9 @@ export default {
}
</script>
<style lang="scss" scoped>
#app{
background: #ffffff;
}
@keyframes error500animation {
0% {
transform: rotateZ(0deg);
@@ -58,6 +61,8 @@ export default {
}
}
.error500 {
height: 100vh;
background: #ffffff;
&-body-con {
width: 700px;
height: 500px;


+ 2
- 0
src/page/check/chose.vue Целия файл

@@ -410,6 +410,8 @@ export default {
<style lang="scss" scoped >
.box-center {
min-width: 1500px;
height: 100vh;
background: #ffffff;
}
.head {
height: 64px;


+ 3
- 1
src/page/check/index.vue Целия файл

@@ -1,7 +1,7 @@
<template>
<div class="box-center">
<div class="head">
<div>智控管家管理系统</div>
<div>智控管家管理1111系统</div>
<div class="callback" @click="goloign" style="cursor: pointer">
{{ backFlag ? "返回" : "退出" }}
</div>
@@ -251,6 +251,8 @@ export default {
<style lang="scss" scoped >
.box-center {
min-width: 1500px;
height: 100vh;
background: #ffffff;
}
.head {
height: 64px;


+ 44
- 9
src/views/Statistics/ReceptionOverview.vue Целия файл

@@ -2,19 +2,19 @@
<div class="box-center">
<!-- 头 -->
<div class="app-top">
<!-- <div class="app-titel">
<div class="titel-text">楼盘选择</div>
<div class="app-titel" v-if="role!=3" style="margin-bottom:10px;">
<div class="titel-text">楼盘选择:</div>
<div style="margin-left: 26px">
<el-select v-model="value" placeholder="请选择">
<el-select v-model="houseId" placeholder="请选择" @change="houseChange">
<el-option
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value">
v-for="item in houseList"
:key="item.id"
:label="item.propertyName"
:value="item.id">
</el-option>
</el-select>
</div>
</div> -->
</div>
<div class="app-titel">
<div class="titel-text">接待时间:</div>
<div class="toptimeqhuan">
@@ -287,7 +287,8 @@ export default {
},
Zxllist:[],
Zxllistchildren:[],
marketingId:''
marketingId:'',
houseList:[]

};
},
@@ -303,9 +304,43 @@ export default {
this.overviewreceptionRanking()
this.overviewreceptionRanking1()
this.overviewreceptionOverviewZxl()
}else{
this.zkhousePage()
}
},
methods: {
houseChange(){
this.customtime=[];
this.TimetoAhoose=4;
this.fromobj.statDateStart= '';
this.fromobj.statDateEnd= '';
this.overviewfindList()
this.overviewfindUserListByHouseId()
this.overviewreceptionOverview()
this.overviewreceptionData()

this.overviewreceptionRanking()
this.overviewreceptionRanking1()
this.overviewreceptionOverviewZxl()
},
zkhousePage() {
this.$api.api
.findHouseByUser({
orgType: localStorage.getItem("orgType"),
})
.then((res) => {
this.houseList = res.data;
this.houseId = res.data[0].id;
this.overviewfindList()
this.overviewfindUserListByHouseId()
this.overviewreceptionOverview()
this.overviewreceptionData()

this.overviewreceptionRanking()
this.overviewreceptionRanking1()
this.overviewreceptionOverviewZxl()
});
},
//切换二级
zxltapchang(){
this.Zxllistchildren=[];


Зареждане…
Отказ
Запис