123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696 |
- <template>
- <div class="light-matrix">
- <Row class="panel-2" type="">
- <Col :span="12" class="left-50-16">
- <div class="panel">
- <div class="dot left top"></div>
- <div class="dot left bottom"></div>
- <div class="dot right top"></div>
- <div class="dot right bottom"></div>
- <div class="item">
- <div class="loop"></div>
- <span class="svg-icon svg-icon-gray svg-icon-md">
- <SvgIcon svgid="svg-wind-site"></SvgIcon>
- </span>
- </div>
- <div class="item write" @click="changeShow('jrfj_FDC')">
- <div class="curStyle">
- <div>接入风机</div>
- <div>{{ sourceMap.fcjrnum || "---" }}</div>
- </div>
- </div>
- <div class="item blue" @click="changeShow('yx_FDC', 1)">
- <div class="curStyle">
- <div>· 运行</div>
- <div>{{ sourceMap.fcyxnum || "---" }}</div>
- </div>
- </div>
- <div class="item green" @click="changeShow('dj_FDC', 0)">
- <div class="curStyle">
- <div>· 待机</div>
- <div>{{ sourceMap.fcdjnum || "---" }}</div>
- </div>
- </div>
- <div class="item pink" @click="changeShow('xd_FDC', 5)">
- <div class="curStyle">
- <div>· 限电</div>
- <div>{{ sourceMap.fcxdnum || "---" }}</div>
- </div>
- </div>
- <div class="item red" @click="changeShow('gz_FDC', 2)">
- <div class="curStyle">
- <div>· 故障</div>
- <div>{{ sourceMap.fcgznum || "---" }}</div>
- </div>
- </div>
- <div class="item orange" @click="changeShow('jx_FDC', 4)">
- <div class="curStyle">
- <div>· 检修</div>
- <div>{{ sourceMap.fcwhnum || "---" }}</div>
- </div>
- </div>
- <div class="item write" @click="changeShow('sl_FDC', 6)">
- <div class="curStyle">
- <div>· 受累</div>
- <div>{{ sourceMap.fcslnum || "---" }}</div>
- </div>
- </div>
- <div class="item gray" @click="changeShow('lx_FDC', 3)">
- <div class="curStyle">
- <div>· 离线</div>
- <div>{{ sourceMap.fclxnum || "---" }}</div>
- </div>
- </div>
- </div>
- </Col>
- <Col :span="12" class="left-50-16">
- <div class="panel">
- <div class="dot left top"></div>
- <div class="dot left bottom"></div>
- <div class="dot right top"></div>
- <div class="dot right bottom"></div>
- <div class="item">
- <div class="loop"></div>
- <span class="svg-icon svg-icon-gray svg-icon-md">
- <SvgIcon
- :svgid="'svg-photovoltaic'"
- style="margin: 3px 0px -3px 1px"
- ></SvgIcon>
- </span>
- </div>
- <div class="item write" @click="changeShow('jrfj1_GDC')">
- <div class="curStyle">
- <div>逆变器</div>
- <div>{{ sourceMap.gfjrnum || "---" }}</div>
- </div>
- </div>
- <div class="item blue" @click="changeShow('yx1_GDC', 1)">
- <div class="curStyle">
- <div>· 运行</div>
- <div>{{ sourceMap.gfyxnum || "---" }}</div>
- </div>
- </div>
- <div class="item greenv" @click="changeShow('dj1_GDC', 0)">
- <div class="curStyle">
- <div>· 待机</div>
- <div>{{ sourceMap.gfdjnum || "---" }}</div>
- </div>
- </div>
- <div class="item pink" @click="changeShow('xd1_GDC', 5)">
- <div class="curStyle">
- <div>· 限电</div>
- <div>{{ sourceMap.gfxdnum || "---" }}</div>
- </div>
- </div>
- <div class="item red" @click="changeShow('gz1_GDC', 2)">
- <div class="curStyle">
- <div>· 故障</div>
- <div>{{ sourceMap.gfgznum || "---" }}</div>
- </div>
- </div>
- <div class="item orange" @click="changeShow('jx1_GDC', 4)">
- <div class="curStyle">
- <div>· 检修</div>
- <div>{{ sourceMap.gfwhnum || "---" }}</div>
- </div>
- </div>
- <div class="item write" @click="changeShow('sl1_GDC', 6)">
- <div class="curStyle">
- <div>· 受累</div>
- <div>{{ sourceMap.gfslnum || "---" }}</div>
- </div>
- </div>
- <div class="item gray curStyle" @click="changeShow('lx1_GDC', 3)">
- <div class="curStyle">
- <div>· 离线</div>
- <div>{{ sourceMap.gflxnum || "---" }}</div>
- </div>
- </div>
- </div>
- </Col>
- </Row>
- <div class="panel-box">
- <div v-for="(pItem, pIndex) in sourceMap.fjmap" :key="pIndex">
- <div class="panel-title">
- <div class="panel-title-name">
- <i class="svg-icon svg-icon-sm svg-icon-green">
- <SvgIcon :svgid="'svg-wind-site'"></SvgIcon>
- </i>
- <span>{{
- sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId].name ||
- "------"
- }}</span>
- <div
- class="sub-title-item"
- v-for="(fcItem, fcIndex) in fcStateArray"
- :key="fcIndex"
- >
- <span class="sub-title">{{ fcItem.text }}</span>
- <span class="sub-count" :class="fcItem.color">{{
- sourceMap.fczbmap[sourceMap.fjmap[pIndex][0].wpId][fcItem.key]
- }}</span>
- </div>
- </div>
- </div>
- <div class="panel-body">
- <div
- class="card"
- v-for="(cItem, cIndex) of pItem"
- :key="cIndex"
- v-show="cItem.isShow"
- :class="cItem.color"
- @click="goDetails(cItem)"
- >
- {{ cItem.wtnum }}
- </div>
- <!-- 站位用 保证卡片布局最后一行不会有问题 -->
- <i class="blank" v-for="i in pItem.length" :key="i"></i>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- import Row from "@/components/coms/grid/row.vue";
- import Col from "@/components/coms/grid/col.vue";
- import SvgIcon from "@com/coms/icon/svg-icon.vue";
- import util from "@/helper/util.js";
- import store from "@store/index.js";
- import { isNumber } from "util";
- import { setInterval, clearInterval } from "timers";
- export default {
- // 名称
- name: "LightMatrix1",
- // 使用组件
- components: {
- Row,
- Col,
- SvgIcon,
- },
- // 数据
- data() {
- return {
- timmer: null, // 计时器
- sourceMap: {}, // 核心数据
- fillCategory: null, // 过滤条件
- fillFjzt: null, // 过滤条件
- fcStateArray: [
- {
- text: "接入台数",
- color: "write",
- key: "jrts",
- },
- {
- text: "待机台数",
- color: "green",
- key: "djts",
- },
- {
- text: "并网台数",
- color: "blue",
- key: "yxts",
- },
- {
- text: "限电台数",
- color: "purple",
- key: "xdts",
- },
- {
- text: "故障台数",
- color: "red",
- key: "gzts",
- },
- {
- text: "检修台数",
- color: "orange",
- key: "whts",
- },
- {
- text: "受累台数",
- color: "write",
- key: "slts",
- },
- {
- text: "离线台数",
- color: "gray",
- key: "lxts",
- },
- {
- text: "风速",
- color: "gray",
- key: "ssfs",
- },
- {
- text: "预测功率",
- color: "gray",
- key: "ycgl",
- },
- {
- text: "保证功率",
- color: "gray",
- key: "bzgl",
- },
- {
- text: "应发功率",
- color: "gray",
- key: "yfgl",
- },
- {
- text: "实际功率",
- color: "gray",
- key: "sjgl",
- },
- {
- text: "AGC指令",
- color: "gray",
- key: "agcygsd",
- },
- {
- text: "出线功率",
- color: "gray",
- key: "agccxyg",
- },
- ],
- };
- },
- // 函数
- methods: {
- // 根据风机状态码返回对应 class
- getColor(fjzt) {
- switch (fjzt) {
- case 0:
- return "green";
- case 1:
- return "blue";
- case 2:
- return "red";
- case 3:
- return "gray";
- case 4:
- return "orange";
- case 5:
- return "pink";
- case 6:
- return "pink";
- }
- },
- // 切换显示种类
- changeShow(category, fjzt, skipFill) {
- if (!skipFill) {
- if (this.fillCategory === category) {
- this.fillCategory = null;
- this.fillFjzt = null;
- } else {
- this.fillCategory = category;
- this.fillFjzt = fjzt;
- }
- }
- let fjmap = this.BASE.deepCopy(this.sourceMap.fjmap);
- fjmap.forEach((pEle) => {
- pEle.forEach((cEle) => {
- cEle.isShow = true;
- if (!this.fillCategory) {
- cEle.isShow = true;
- } else if (cEle.wpId.indexOf(category.split("_")[1]) !== -1) {
- if (isNumber(fjzt)) {
- cEle.fjzt === fjzt ? (cEle.isShow = true) : (cEle.isShow = false);
- } else {
- cEle.isShow = true;
- }
- } else {
- cEle.isShow = true;
- }
- });
- });
- this.sourceMap.fjmap = fjmap;
- },
- // 请求服务
- requestData(showLoading) {
- let that = this;
- that.API.requestData({
- showLoading,
- method: "POST",
- subUrl: "matrix/matrixPush",
- success(res) {
- if (res) {
- let sourceMap = res.data;
- let fjmap = [];
- for (let key in sourceMap) {
- if (key !== "fczbmap" && key !== "fjmap") {
- sourceMap[key] += "";
- } else if (key === "fjmap") {
- sourceMap[key].forEach((pItem) => {
- pItem.forEach((cItem) => {
- cItem.color = that.getColor(cItem.fjzt);
- cItem.isShow = true;
- });
- });
- }
- }
- that.sourceMap = sourceMap;
- if (that.fillCategory) {
- that.changeShow(that.fillCategory, that.fillFjzt, true);
- }
- } else {
- that.sourceMap = {};
- }
- },
- });
- },
- // 查看风机详情
- goDetails(item) {
- if (item.wpId.indexOf("FDC") !== -1) {
- this.$router.push({
- path: `/monitor/windsite/info/${item.wpId}/${item.wtId}`,
- });
- } else {
- this.$router.push({
- path: `windsite/inverter-info/${item.wpId}/${item.wtId}`
- });
- }
- },
- },
- created() {
- let that = this;
- that.$nextTick(() => {
- that.requestData(false);
- that.timmer = setInterval(() => {
- that.requestData(false);
- }, that.$store.state.websocketTimeSec);
- });
- },
- unmounted() {
- clearInterval(this.timmer);
- this.timmer = null;
- },
- };
- </script>
- <style lang="less" scoped>
- @panelHeight: 6.481vh;
- @titleHeight: 2.7778vh;
- .light-matrix {
- // width: calc(100% - 1.111vh);
- height: calc(100vh - 7.222vh);
- display: flex;
- flex-direction: column;
- .panel-2 {
- .left-50-16 {
- width: calc(50% - 0.741vh);
- }
- }
- .panel {
- width: 100%;
- border: 0.093vh solid @darkgray;
- position: relative;
- padding: 0.7407vh 1.4815vh;
- background-color: fade(@darkgray, 20%);
- display: flex;
- .dot {
- width: 0.185vh;
- height: 0.185vh;
- border-radius: 50%;
- background-color: @write;
- position: absolute;
- &.left {
- left: 0.37vh;
- }
- &.right {
- right: 0.37vh;
- }
- &.top {
- top: 0.37vh;
- }
- &.bottom {
- bottom: 0.37vh;
- }
- }
- .item {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- color: @write;
- position: relative;
- .loop {
- position: absolute;
- width: 4.444vh;
- height: 4.444vh;
- border-radius: 50%;
- border: 0.093vh solid @darkgray;
- background-color: fade(@darkgray, 20);
- left: calc(50% - 2.222vh);
- top: calc(50% - 2.222vh);
- }
- &.write {
- color: @write;
- }
- &.green {
- color: @green;
- }
- &.blue {
- color: @darkBlue;
- }
- &.pink {
- color: @pink;
- }
- &.red {
- color: @red;
- }
- &.orange {
- color: @orange;
- }
- &.gray {
- color: @gray;
- }
- div {
- line-height: 2.222vh;
- &:first-child {
- font-size: @fontsize-s;
- }
- &:last-child {
- font-size: @fontsize;
- font-family: "Bicubik";
- }
- }
- }
- .item2 {
- flex: 1;
- display: flex;
- width: 20%;
- flex-wrap: wrap;
- .name {
- color: @gray;
- width: 50%;
- text-align: center;
- }
- .num2 {
- width: 50%;
- color: @yellow;
- text-align: left;
- }
- .num1 {
- width: 50%;
- color: @yellow;
- text-align: center;
- position: relative;
- &::after {
- content: "";
- position: absolute;
- width: 1.481vh;
- height: 0.556vh;
- background-color: @yellow;
- left: 1.204vh;
- top: 0.741vh;
- }
- }
- .num3 {
- width: 50%;
- color: @yellow;
- text-align: left;
- }
- }
- }
- .panel-box {
- margin-top: 0.7407vh;
- flex-grow: 1;
- .panel-title {
- width: 100%;
- height: @titleHeight;
- line-height: @titleHeight;
- background-color: fade(@darkgray, 40%);
- .panel-title-name {
- font-size: @fontsize-s;
- color: @green;
- display: flex;
- align-items: center;
- padding: 0 16px;
- i {
- margin-right: 0.7407vh;
- }
- .sub-title-item {
- display: flex;
- flex: 1;
- .sub-title {
- flex: 0 0 auto;
- color: @gray;
- font-size: 12px;
- margin: 0 0.556vh 0 1.481vh;
- }
- .sub-count {
- flex: 1 0 auto;
- font-size: 14px;
- font-family: "Bicubik";
- font-weight: 500;
- &.write {
- color: @write;
- }
- &.green {
- color: @green;
- }
- &.blue {
- color: @darkBlue;
- }
- &.pink {
- color: @pink;
- }
- &.red {
- color: @red;
- }
- &.orange {
- color: @orange;
- }
- &.gray {
- color: @gray;
- }
- }
- }
- }
- }
- .panel-body {
- height: calc(100% - 7.407vh);
- padding: 0.3704vh;
- width: 100%;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: space-between;
- justify-content: flex-start;
- .blank {
- margin-right: 2px;
- flex: 1 0 40px;
- }
- .card {
- margin-right: 2px;
- margin-top: 2px;
- flex: 1 0 40px;
- cursor: pointer;
- }
- .card {
- border-radius: 0.37vh;
- padding: 0.185vh 0.3704vh;
- text-align: center;
- border: 0.093vh solid;
- font-size: 12px;
- &.write {
- color: @black;
- border-color: @write;
- background-color: @write;
- }
- &.green {
- color: @green;
- border-color: @green;
- }
- &.blue {
- color: @darkBlue;
- border-color: @darkBlue;
- }
- &.pink {
- color: @pink;
- border-color: @pink;
- }
- &.red {
- color: @write;
- border-color: @red;
- background-color: @red;
- }
- &.orange {
- color: @orange;
- border-color: @orange;
- }
- &.gray {
- color: @write;
- border-color: @darkgray;
- background-color: @darkgray;
- }
- }
- }
- }
- .curStyle {
- cursor: pointer;
- }
- }
- </style>
|