123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626 |
- <template>
- <div class="main-data data-current-area">
- <!-- <div class="title-area flex-row align-items-center">
- <span>当前区域数据</span>
- </div> -->
- <div class="content-area">
- <!-- <img src="@/assets/images/main/data_bg6.png" class="bg" />-->
- <!-- 摄像头列表 -->
- <div class="content">
- <div class="content-title long">
- <span class="title">问题台账统计</span>
- </div>
- <div class="sddha">
- <div class="data-asgeh">
- <div class="asdakda">
- <div>
- <img src="@/assets/images/service_new/img_1.png"/>
- </div>
- <div>本周检查项目数</div>
- </div>
- <div >
- <div class="num">{{ issues }} <span class="unit">个</span></div>
- </div>
- </div>
- <div class="data-asgeh">
- <div class="asdakda">
- <div>
- <img src="@/assets/images/service_new/img_1.png"/>
- </div>
- <div>问题数</div>
- </div>
- <div class="num">{{ lastweek }} <span class="unit">个</span></div>
- </div>
- <div class="data-asgeh">
- <div class="asdakda">
- <div>
- <img src="@/assets/images/service_new/img_1.png"/>
- </div>
- <div>已整改数</div>
- </div>
- <div class="num">{{getprojectnum}} <span class="unit">个</span></div>
- </div>
- </div>
- </div>
- </div>
- <!-- 近一周问题列表/-->
- <div class="content-ear">
- <div class="content">
- <div class="content-title long">
- <span class="title">近一周问题列表</span>
- </div>
- <div class="table-cont">
- <div class="table-top">
- <div class="fir" style="width: 43%">时间</div>
- <div class="snd" style="width: 31%">标题</div>
- <div class="thd" style="width: 29%">问题状态</div>
- </div>
- <div class="table-roll" @click="choose" ref="scrollContainer" style="padding-bottom: 140px">
- <div class="table-bot">
- <div class="table-list" v-for="(item, index) in getProList" :key="index">
- <div class="said"></div>
- <div class="fir">{{ item.name }}</div>
- <div class="snd">{{ item.num }}</div>
- <div class="thd">
- <div v-if="item.status === '1'"><span style="color: #67C23A">●</span> 已完结</div>
- <div v-if="item.status === '0'"><span style="color: #FAAD14">●</span> 处理中</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 本周检查计划-->
- <div class="content-ear">
- <div class="content">
- <div class="content-title long">
- <span class="title">本周检查计划</span>
- </div>
- <div class="table-cont">
- <div class="table-top">
- <div class="fir">检查日期</div>
- <div class="snd">所属项目</div>
- <div class="thd">检查内容</div>
- <div class="fir">负责人员</div>
- </div>
- <div class="table-roll">
- <div class="table-bot">
- <div class="table-roll">
- <div class="table-list" v-for="(item, index) in getProjecList" :key="index" @click="co">
- <div class="said"></div>
- <div class="fir">{{item.head}}</div>
- <div class="snd">{{item.startTime}}</div>
- <div class="thd">{{item.content}}</div>
- <div class="fir">{{item.projectName}}</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 本周施工计划-->
- <div class="content-ear">
- <div class="content">
- <div class="content-title long">
- <span class="title">本周施工计划</span>
- </div>
- <div style="display: flex;flex-wrap: nowrap;overflow: auto">
- <div class="table-five">
- <div class="table-top">
- <div class="fir">所属项目</div>
- <div class="snd">施工内容</div>
- <div class="thd">开始日期</div>
- <div class="fir">结束日期</div>
- <div class="fiv">负责人</div>
- </div>
- <div class="table-bot">
- <div class="table-roll">
- <div class="table-list" v-for="(item, index) in thisweek" :key="index">
- <div class="fir">{{ item.projectName }}</div>
- <div class="snd">{{ item.content }}</div>
- <div class="thd">{{ item.startTime }}</div>
- <div class="fir">{{ item.endTime }}</div>
- <div class="fiv">{{ item.head }}</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- import LineChart from "@/components/Echarts/LineChart.vue";
- import echarts from "echarts";
- import {
- getCanteenData,
- getCanteenNameList,
- getIssueListLastWeek, getIssueNum, getOverIssueNum,
- getProjectNumThisWeek, planCheckList, planDoneList,
- videoList
- } from '@/api/screen/service'
- import BarChart from "@/components/Echarts/BarChart.vue";
- export default {
- name: "Canteen",
- components: {
- BarChart
- },
- props: {
- appOrg: {
- type: String,
- default: "10001",
- },
- },
- watch:{
- },
- data() {
- return{
- getProList:[],
- getProjecList:[],
- thisweek:[],
- issues:0,
- issueCount: 0,
- lastweek:0,
- getprojectnum:0
- }
- },
- created() {
- this.getProjectNumThisWeek()
- this.getIssueNum()
- this.getOverIssueNum()
- this.getIssueListLastWeek()
- this.planCheckList()
- this.planDoneList()
- },
- destroyed() {},
- beforeDestroy() {
- clearTimeout(this.scrollTimeout);
- },
- mounted() {},
- methods: {
- startAutoScroll() {
- const scrollContainer = this.$refs.scrollContainer;
- const scroll = () => {
- scrollContainer.scrollTop += 1;
- if (scrollContainer.scrollTop >= scrollContainer.scrollHeight - scrollContainer.clientHeight) {
- scrollContainer.scrollTop = 0;
- }
- this.scrollTimeout = setTimeout(scroll, 600);
- };
- this.scrollTimeout = setTimeout(scroll, 600);
- },
- co(){
- console.log(this.getProjecList)
- },
- getIssueListLastWeek(){
- getIssueListLastWeek(this.$props.appOrg).then((res) => {
- if (Number(res.code) === 200) {
- this.getProList = res.data;
- this.getProList.forEach((item, index) => {
- item.name = item.createTime;
- item.num = item.title;
- if (this.getProList.length > 6){
- this.startAutoScroll()
- }
- });
- }
- });
- },
- planCheckList(){
- planCheckList(this.$props.appOrg).then((res) => {
- if (Number(res.code) === 200) {
- this.thisweek = res.data;
- }
- });
- },
- planDoneList(){
- planDoneList(this.$props.appOrg).then((res) => {
- if (Number(res.code) === 200) {
- this.getProjecList = res.data;
- }
- });
- },
- getProjectNumThisWeek(){
- getProjectNumThisWeek(this.$props.appOrg).then((res) => {
- if (Number(res.code) === 200) {
- this.issues=res.data;
- this.issueCount = res.data.length;
- }
- });
- },
- getIssueNum(){
- getIssueNum(this.$props.appOrg).then((res) => {
- if (Number(res.code) === 200) {
- this.lastweek = res.data;
- }
- });
- },
- getOverIssueNum(){
- getOverIssueNum(this.$props.appOrg).then((res) => {
- if (Number(res.code) === 200) {
- this.getprojectnum = res.data;
- }
- });
- },
- choose(){
- this.$emit('choose')
- }
- }
- }
- </script>
- <style lang="scss">
- .data-current-area {
- height: 100%;
- overflow: hidden;
- position: relative;
- .content-area {
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- justify-content: flex-start;
- padding: 15px 20px 0 15px;
- overflow: auto;
- .bg{
- display: block;
- width:calc(100% - 40px);
- height:auto;
- position: absolute;
- left:20px;
- bottom:40px;
- z-index:-5;
- }
- }
- .content-ear {
- width: 100%;
- height: 28%;
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- justify-content: flex-start;
- padding: 15px 20px 0 15px;
- overflow: auto;
- .bg{
- display: block;
- width:calc(100% - 40px);
- height:auto;
- position: absolute;
- left:20px;
- bottom:40px;
- z-index:-5;
- }
- }
- .content {
- margin-top: 10px;
- width: 100%;
- flex-direction: row;
- .title-format {
- display: flex;
- flex-direction: row;
- align-items: center;
- img {
- width: 6px !important;
- height: 24px !important;
- margin-right: 6px;
- }
- .title-info {
- display: flex;
- flex-direction: column;
- font-size: 14px;
- color: #ffffff;
- .title-en {
- font-size: 8px;
- color: #ffffff;
- opacity: 0.4;
- }
- }
- }
- .sddha{
- display: flex;
- margin-left: 20px;
- align-items: flex-start;
- justify-content: flex-start;
- .data-asgeh{
- display: flex;
- flex-direction: column;
- padding-top: 12px;
- padding-left: 10px;
- padding-right: 50px;
- justify-content: flex-end;
- }
- .asdakda{
- display: flex;
- font-size:14px;
- color:#FFFFFF;
- justify-content: space-around;
- }
- }
- .num{
- font-size: 34px;
- color: #00FFFF;
- font-weight: bold;
- font-family: "electronicFont";
- }
- .unit{
- font-size: 12px;
- color: #00FFFF;
- font-weight: 500;
- position: relative;
- right:0px
- }
- .data-list {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-start;
- width: 30%;
- .data-item {
- display: flex;
- flex-direction: row;
- justify-content: center;
- flex: 1;
- width: 30%;
- border-right: 1px solid rgba(25, 252, 222, 0.2);
- margin-right: 20px;
- .data-detail {
- display: flex;
- flex-direction: row;
- align-items: baseline;
- color: #00ffff;
- margin-top: 11px;
- font-size: 12px;
- .data {
- font-size: 30px;
- font-family: "electronicFont";
- }
- }
- }
- .data-item:last-child {
- border-right: none;
- margin-right: 0px;
- }
- }
- .chart-area {
- .chart-item {
- margin-top: 40px;
- }
- }
- }
- .table-cont{
- width: 100%;
- .table-roll{
- width: 100%;
- height: 140px;
- overflow: auto;
- }
- .table-top{
- height: 38px;
- background-size: 100% 100%;
- padding:0 25px 0 10px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size:14px;
- color:#00FFFF;
- width: 515px;
- background: #44f1ff1a;
- }
- .table-bot{
- width:100%;
- padding: 5px 0px;
- .table-list{
- width:100%;
- height:35px;
- padding:5px 25px 0 10px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size:14px;
- color:#FFFFFF;
- font-weight: 500;
- }
- }
- .fir{
- width:40%;
- text-align: left;
- margin-left: 5px;
- }
- .snd{
- width:30%;
- text-align: left;
- }
- .thd{
- width:30%;
- left: 3px;
- text-align: left;
- }
- }
- .table-five{
- width: 600px;
- .table-roll{
- width: 100%;
- height: 120px;
- overflow: auto;
- }
- .table-top{
- height: 38px;
- background-size: 100% 100%;
- padding:0 25px 0 10px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size:14px;
- color:#00FFFF;
- width: 515px;
- background: #44f1ff1a;
- }
- .table-bot{
- width:100%;
- padding: 5px 0px;
- .table-list{
- width:100%;
- height:30px;
- padding:5px 25px 0 10px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size:14px;
- color:#FFFFFF;
- font-weight: 500;
- }
- }
- .fir{
- text-align: left;
- margin-left: 5px;
- }
- .snd{
- text-align: left;
- }
- .thd{
- left: 3px;
- text-align: left;
- }
- }
- .said{
- width: 1px;
- height: 13px;
- background-color: #00FFFF;
- }
- .smail{
- width: 8px;
- height: 8px;
- background: #FAAD14;
- border-radius: 50%;
- border: 1px solid #FFDE9E;
- }
- .content-title {
- width: 230px;
- height: 26px;
- background: url("../../../assets/images/main/title_pro.png") no-repeat !important;
- background-size: 100% 100%;
- font-family: "PingFangSC";
- font-size: 16px;
- font-weight: bold;
- color: #00ffff;
- padding-left: 20px !important;
- .title {
- display: block;
- position: relative;
- top:-5px !important;
- }
- }
- .content-title.long {
- width: 100%;
- margin-top: -8px;
- background: url("../../../assets/images/main/title_pro_long.png") no-repeat !important;
- }
- .monitor-cont{
- width:100%;
- display: flex;
- flex-wrap: wrap;
- padding:15px 15px 20px;
- .monitor-list{
- width:151px;
- position: relative;
- margin:0 10px 10px 0;
- cursor: pointer;
- .img{
- display: block;
- width:151px;
- height:104px;
- }
- .monitor-info{
- position: absolute;
- left:0;
- bottom: 0;
- width: 100%;
- height: 25px;
- opacity: 0.55;
- background: #000000;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 8px;
- .name{
- font-size: 13px;
- color: #FFFFFF;
- font-weight: 500;
- }
- .online{
- font-size: 12px;
- color: #00F6EC;
- font-weight: 500;
- }
- .offline{
- font-size: 12px;
- color: #F60000;
- font-weight: 500;
- }
- }
- }
- .monitor-list:nth-child(3n){
- margin-right: 0;
- }
- }
- ::-webkit-scrollbar {
- display: none;
- width: 3px;
- height: 3px;
- }
- ::-webkit-scrollbar-thumb {
- //滑块部分
- // border-radius: 5px;
- background-color: #58cbbb;
- }
- ::-webkit-scrollbar-track {
- //轨道部分
- // box-shadow: inset 0 0 5px #ddd;
- background: #ddd;
- // border-radius: 5px;
- }
- }
- </style>
|