123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671 |
- <!-- 数据看板-笼位预约 -->
- <template>
- <view class="cagePosition">
- <view class="total-box">
- <view>笼位总数</view>
- <view>{{totalCageNum}}</view>
- </view>
- <view class="chart">
- <view class="chart-t">
- <img :src="imagesUrl('dataBoard/loudong@2x.png')">
- {{subName}}
- </view>
- <view class="chart-b">
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts" :chartData="chartData0" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[0].cageNum}}</text>
- <!-- <text>{{dataList[0].appointNum}}%</text> -->
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts2" :chartData="chartData1" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[0].freeNum}}</text>
- <text>{{dataList[0].freeRate}}%</text>
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts3" :chartData="chartData2" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[0].appointNum}}</text>
- <text>{{dataList[0].appointRate}}%</text>
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts4" :chartData="chartData3" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[0].lockedNum}}</text>
- <text>{{dataList[0].lockedRate}}%</text>
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts5" :chartData="chartData4" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[0].killNum}}</text>
- <text>{{dataList[0].killRate}}%</text>
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts6" :chartData="chartData5" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[0].repairNum}}</text>
- <text>{{dataList[0].repairRate}}%</text>
- </view>
- </view>
- </view>
- </view>
- <view class="chart">
- <view class="chart-t">
- <img :src="imagesUrl('dataBoard/loudong@2x.png')">
- {{subNameTow}}
- </view>
- <view class="chart-b">
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts" :chartData="chartDataTow0" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[1].cageNum}}</text>
- <!-- <text>{{dataList[1].appointNum}}%</text> -->
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts2" :chartData="chartDataTow1" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[1].freeNum}}</text>
- <text>{{dataList[1].freeRate}}%</text>
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts3" :chartData="chartDataTow2" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[1].appointNum}}</text>
- <text>{{dataList[1].appointRate}}%</text>
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts4" :chartData="chartDataTow3" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[1].lockedNum}}</text>
- <text>{{dataList[1].lockedRate}}%</text>
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts5" :chartData="chartDataTow4" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[1].killNum}}</text>
- <text>{{dataList[1].killRate}}%</text>
- </view>
- </view>
- <view class="chart-b-li">
- <view class="chart-b-li-l">
- <qiun-data-charts :canvas2d="true" type="arcbar" :opts="opts6" :chartData="chartDataTow5" />
- </view>
- <view class="chart-b-li-r">
- <text>{{dataList[1].repairNum}}</text>
- <text>{{dataList[1].repairRate}}%</text>
- </view>
- </view>
- </view>
- </view>
- <view class="small-title">
- <view class="small-title-l">隐患实验室统计</view>
- <viwe class="chart-tab-tow">
- <view class="chart-tab-li" :class="chartTabIndexThree==index?'tab-A':'tab-B'"
- v-for="(item,index) in chartTabListThree" :key="index" @click="chartTabClickThree(index)">{{item}}
- </view>
- </viwe>
- </view>
- <view class="chart-tow">
- <view class="chart-tow-b">
- <qiun-data-charts :canvas2d="true" :tapLegend="false" :tooltipShow="false"
- type="bar" :opts="optsTow" :echartsH5="true" :chartData="chartDataThree" />
- </view>
- </view>
- </view>
- </template>
- <script>
- import {
- config
- } from '@/api/request/config.js'
- import {
- reportAppletReportBsEquipDangerList,
- reportAppletReportApiCageRateCageRateList
- } from '@/pages/api/index.js'
- export default {
- name: "cagePosition",
- components: {
- },
- data() {
- return {
- opts: {
- title: {
- name: "总数",
- fontSize: 10,
- color: "#0183FA"
- },
- subtitle: {
- name: "",
- },
- extra: {
- arcbar: {
- width: 6,
- direction:"ccw",
- startAngle: 1.5,
- endAngle: 1.51,
- gap: 2,
- backgroundColor: "#373745",
- // linearType:"custom",
- // customColor:["#0183FA"],
- }
- }
- },
- opts2: {
- title: {
- name: "空闲",
- fontSize: 10,
- color: "#16BF32"
- },
- subtitle: {
- name: "",
- },
- extra: {
- arcbar: {
- width: 6,
- direction:"ccw",
- startAngle: 1.5,
- endAngle: 1.51,
- gap: 2,
- backgroundColor: "#373745",
- // linearType:"custom",
- // customColor:["#16BF32"],
- }
- }
- },
- opts3: {
- title: {
- name: "预约",
- fontSize: 10,
- color: "#03D8D0"
- },
- subtitle: {
- name: "",
- },
- extra: {
- arcbar: {
- width: 6,
- direction:"ccw",
- startAngle: 1.5,
- endAngle: 1.51,
- gap: 2,
- backgroundColor: "#373745",
- // linearType:"custom",
- // customColor:["#03D8D0"],
- }
- }
- },
- opts4: {
- title: {
- name: "锁定",
- fontSize: 10,
- color: "#FF4800"
- },
- subtitle: {
- name: "",
- },
- extra: {
- arcbar: {
- width: 6,
- direction:"ccw",
- startAngle: 1.5,
- endAngle: 1.51,
- gap: 2,
- backgroundColor: "#373745",
- // linearType:"custom",
- // customColor:["#FF4800"],
- }
- }
- },
- opts5: {
- title: {
- name: "消杀",
- fontSize: 10,
- color: "#FF5F5F"
- },
- subtitle: {
- name: "",
- },
- extra: {
- arcbar: {
- width: 6,
- direction:"ccw",
- startAngle: 1.5,
- endAngle: 1.51,
- gap: 2,
- backgroundColor: "#373745",
- // linearType:"custom",
- // customColor:["#FF5F5F"],
- }
- }
- },
- opts6: {
- title: {
- name: "维修",
- fontSize: 10,
- color: "#FF8C00"
- },
- subtitle: {
- name: "",
- },
- extra: {
- arcbar: {
- width: 6,
- direction:"ccw",
- startAngle: 1.5,
- endAngle: 1.51,
- gap: 2,
- backgroundColor: "#373745",
- // linearType:"custom",
- // customColor:["#FF8C00"],
- }
- }
- },
- chartData0: {},
- chartData1: {},
- chartData2: {},
- chartData3: {},
- chartData4: {},
- chartData5: {},
- subName:'',
- chartDataTow0: {},
- chartDataTow1: {},
- chartDataTow2: {},
- chartDataTow3: {},
- chartDataTow4: {},
- chartDataTow5: {},
- subNameTow:'',
- //笼位总数
- totalCageNum:"",
- statisticsType:"1",
- optsTow: {
- rotate: false,
- rotateLock: false,
- color: ["#1890FF", "#91CB74", "#FAC858", "#EE6666", "#73C0DE", "#3CA272", "#FC8452", "#9A60B4", "#ea7ccc"],
- padding: [15, 20, 15, 15],
- dataLabel: true,
- enableScroll: false,
- fontColor:'#ffffff',
- legend: {
- show:false,
- },
- xAxis: {
- disabled: true,
- disableGrid: true,
- axisLine: false,
- fontColor: '#fff',
- },
- yAxis: {},
- extra: {
- bar: {
- type: "group",
- width: 15,
- meterBorde: 1,
- meterFillColor: "#FFFFFF",
- activeBgColor: "#000000",
- activeBgOpacity: 0.08,
- linearType: "custom",
- barBorderCircle: true,
- seriesGap: 2,
- categoryGap: 2
- }
- }
- },
- chartDataThree: {},
- chartTabList: ['日', '月', '年'],
- chartTabIndex: 0,
- chartTabListTow: ['按资费', '按机时', '按样品'],
- chartTabIndexTow: 0,
- chartTabListThree: ['年度', '季度', '月度'],
- chartTabIndexThree: 0,
- type: 1, //1年2季度3月度
- totalAppointNum: 0,
- dataList:[],
- }
- },
- created() {
- },
- beforeMount() {
- },
- mounted() {
- this.reportAppletReportApiCageRateCageRateList()
- this.reportAppletReportBsEquipDangerList()
- },
- methods: {
-
- //笼位A-B楼
- async reportAppletReportApiCageRateCageRateList() {
- let self = this;
- const {
- data
- } = await reportAppletReportApiCageRateCageRateList();
- if (data.code == 200) {
- self.totalCageNum=data.data.totalCageNum;
- self.dataList=data.data.reportBsCageRateList;
- let nameList=['总数','空闲','预约','锁定','消杀','维修']
- // let colorList=['#B5DEFC','#9FF7B2','#B5F2F0','#FFBCA2','#FC9893','#FFDCB5']
- let colorList=['#0183FA','#16BF32','#03D8D0','#FF4800','#FF5F5F','#FF8C00']
- let numList=[
- // data.data.reportBsCageRateList[0].appointNum/100,
- 1,
- data.data.reportBsCageRateList[0].freeNum/100,
- data.data.reportBsCageRateList[0].appointNum/100,
- data.data.reportBsCageRateList[0].lockedNum/100,
- data.data.reportBsCageRateList[0].killNum/100,
- data.data.reportBsCageRateList[0].repairNum/100,
- ]
- this.subName=data.data.reportBsCageRateList[0].buildName;
-
- let numListTow=[
- // data.data.reportBsCageRateList[1].appointNum/100,
- 1,
- data.data.reportBsCageRateList[1].freeNum/100,
- data.data.reportBsCageRateList[1].appointNum/100,
- data.data.reportBsCageRateList[1].lockedNum/100,
- data.data.reportBsCageRateList[1].killNum/100,
- data.data.reportBsCageRateList[1].repairNum/100,
- ]
- this.subNameTow=data.data.reportBsCageRateList[1].buildName;
- for(let i=0;i<6;i++){
- let res = {
- series: [{
- name: nameList[i],
- color: colorList[i],
- data: numList[i],
- }]
- };
- const propertyName = `chartData${i}`;
- this[propertyName] = JSON.parse(JSON.stringify(res));
-
- let res2 = {
- series: [{
- name: nameList[i],
- color: colorList[i],
- data: numListTow[i],
- }]
- };
- const propertyNameTow = `chartDataTow${i}`;
- this[propertyNameTow] = JSON.parse(JSON.stringify(res2));
- }
-
-
- }
- },
-
-
- async reportAppletReportBsEquipDangerList() {
- let self = this;
- const {
- data
- } = await reportAppletReportBsEquipDangerList({
- dangerType: '2',
- statisticsType: this.statisticsType
- });
- if (data.code == 200) {
- let categories = [];
- let list = [];
- data.data.subjectList.forEach((item, index)=>{
- if (index < 5) {
- if (item.subjectName.length > 6) {
- item.subjectName = item.subjectName.slice(0, 6) + '...';
- }
- categories.push(item.subjectName)
- list.push(item.dangerNum)
- }
- })
- let res = {};
- if(categories[0]){
- res = {
- categories: categories,
- series: [{
- name: "",
- data: list
- }]
- };
- }else{
- res = {
- categories: ['无数据'],
- series: [{
- name: "",
- data: [0]
- }]
- };
- }
- self.$set(this,'chartDataThree',res);
- }
- },
- chartTabClick(index) {
- this.chartTabIndex = index;
- },
- chartTabClickTow(index) {
- this.chartTabIndexTow = index;
- },
- chartTabClickThree(index) {
- this.chartTabIndexThree = index;
- this.statisticsType = index + 1;
- this.reportAppletReportBsEquipDangerList();
- },
- },
- }
- </script>
- <style lang="stylus" scoped>
- .cagePosition {
- height: 100%;
- width: 100%;
- background: #363744;
- padding: 20rpx 0rpx 0;
- box-sizing: border-box;
- .total-box{
- display: flex;
- padding:0 35rpx;
- height:60rpx;
- view{
- line-height:60rpx;
- font-size:32rpx;
- flex:1;
- }
- view:nth-child(1){
- color:#fff;
- }
- view:nth-child(2){
- color:#0183FA;
- text-align: right;
- }
- }
- .chart {
- width: 690rpx;
- height: 360rpx;
- background: #3E414F;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- overflow: hidden;
- margin: 20rpx 30rpx 0;
- padding: 23rpx 40rpx 0;
- box-sizing: border-box;
- .chart-t {
- width: 100%;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- font-size: 30rpx;
- color: #FFFFFF;
- line-height: 42rpx;
- text-align: left;
- padding-bottom:15rpx;
- >img {
- width: 40rpx;
- height: 34rpx;
- margin-right: 14rpx;
- }
- }
- .chart-b {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- align-items: center;
- .chart-b-li {
- width: 180rpx;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-bottom: 34rpx;
- .chart-b-li-l {
- width: 100rpx;
- height: 100rpx;
- margin-right: 17rpx;
- }
- .chart-b-li-r {
- >text {
- display: block;
- font-size: 28rpx;
- color: #FFFFFF;
- line-height: 40rpx;
- text-align: left;
- }
- }
- }
- }
- }
- .small-title {
- width: 690rpx;
- height: 50rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin: 24rpx 30rpx;
- .small-title-l {
- font-weight: 400;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 45rpx;
- }
- .chart-tab-tow {
- width: 300rpx;
- height: 50rpx;
- border-radius: 25rpx;
- overflow: hidden;
- border: 1rpx solid #52545F;
- display: flex;
- justify-content: flex-start;
- .chart-tab-li {
- width: 100rpx;
- font-weight: 400;
- font-size: 28rpx;
- color: #999999;
- line-height: 50rpx;
- text-align: center;
- }
- .chart-tab-li:nth-of-type(1) {
- border-right: 1rpx solid #52545F;
- }
- .chart-tab-li:nth-of-type(2) {
- border-right: 1rpx solid #52545F;
- }
- .tab-A {
- color: #FFFFFF;
- background: #0183FA;
- }
- .tab-B {
- color: #999999;
- background: none;
- }
- }
- }
- .small-title-tow {
- width: 750rpx;
- height: 80rpx;
- background: #3E414F;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 20rpx 0 30rpx;
- box-sizing: border-box;
- margin-top: 2rpx;
- .small-title-tow-l {
- flex: 1;
- font-weight: 400;
- font-size: 30rpx;
- color: #FFFFFF;
- line-height: 42rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .small-title-tow-r {
- width: 14rpx;
- height: 8rpx;
- }
- }
- .chart-tow {
- width: 690rpx;
- height: 480rpx;
- background: #3E414F;
- border-radius: 20rpx 20rpx 20rpx 30rpx;
- margin: 26rpx 30rpx 0;
- .chart-tow-b {
- width: 690rpx;
- height: 480rpx;
- }
- }
- }
- </style>
|