ventilateWarn.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624
  1. <template>
  2. <customHeader :options="options" @change="getSelectRow" :optionValue="optionValue"> 通风监测预警 </customHeader>
  3. <div class="ventilateWarn">
  4. <div class="ventilate-top">
  5. <a-button v-if="!hasPermission('ventilateWarn:return')" preIcon="ant-design:rollback-outlined" type="text"
  6. size="small" style="position: absolute; left: 15px; top: 15px; color: #fff" @click="getBack">返回</a-button>
  7. <div class="alarm-menu">
  8. <div class="card-btn">
  9. <div :class="activeIndex1 == ind ? 'btn1' : 'btn'" v-for="(item, ind) in menuList" :key="ind"
  10. @click="cardClick(ind, item)">
  11. <div class="text">{{ item.name }}</div>
  12. <div class="warn">{{ item.warn }}</div>
  13. </div>
  14. </div>
  15. </div>
  16. <div class="ventilate-content">
  17. <div class="work-nav">
  18. <div class="nav" v-for="(item, index) in ventilateTopList" :key="index">
  19. <div class="pic" v-if="item.imgSrc"></div>
  20. <div class="content" v-if="item.label && item.value">
  21. <span>{{ item.label }}</span>
  22. <span>{{ item.value }}</span>
  23. </div>
  24. <div :style="{ color: item.text == '正常' ? '#00d8ff' : '#ff2313' }"
  25. style="width: 100%; padding: 0px 10px; text-align: center; font-weight: bold" v-if="item.text">{{
  26. item.text }}</div>
  27. <div class="percent" v-if="item.list.length != 0">
  28. <div class="title">{{ item.label }}</div>
  29. <div class="value">
  30. <div class="content-box" v-for="(items, ind) in item.list" :key="ind">
  31. <span style="color: #b3b8cc">{{ `${items.label} :` }}</span>
  32. <span style="color: #3df6ff; margin-left: 10px">{{ items.value }}</span>
  33. </div>
  34. </div>
  35. </div>
  36. </div>
  37. </div>
  38. <div class="bot-area">
  39. <div class="title-t">
  40. <div class="text-t">通风信息状态监测</div>
  41. </div>
  42. <div class="echart-boxd">
  43. <echartLine :echartDataGq="echartDataFc1" :maxY="maxY" :echartDw="echartDw" />
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. <div class="ventilate-bottom">
  49. <div class="bot-area">
  50. <div class="title-b">
  51. <div class="text-b">通风监控测点信息</div>
  52. </div>
  53. <div class="content-b">
  54. <div class="card-b" v-for="(item, index) in cardListTf" :key="index">
  55. <div class="item-l">
  56. <div class="label-l">{{ item.label }}</div>
  57. <div class="value-l">{{ item.value }}</div>
  58. </div>
  59. <div class="item-r">
  60. <div class="content-r" v-for="(items, ind) in item.listR" :key="ind">
  61. <span>{{ `${items.label} : ` }}</span>
  62. <span :class="{
  63. 'status-f': items.value == 1,
  64. 'status-l': items.value == 0,
  65. }">{{ `${items.value}${items.dw}` }}</span>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. </div>
  73. </template>
  74. <script setup lang="ts">
  75. import { ref, reactive, onMounted, onUnmounted } from 'vue';
  76. import { useSystemSelect } from '/@/hooks/vent/useSystemSelect';
  77. import { useRouter } from 'vue-router';
  78. import { sysTypeWarnList, sysWarn, getDevice } from '../common.api';
  79. import { ventilateTopList } from '../common.data';
  80. import CustomHeader from '/@/components/vent/customHeader.vue';
  81. import echartLine from '../common/echartLine.vue';
  82. import { usePermission } from '/@/hooks/web/usePermission';
  83. const { hasPermission } = usePermission();
  84. const { options, optionValue, getSelectRow, getSysDataSource } = useSystemSelect('sys_surface_caimei'); // 参数为场景类型(设备类型管理中可以查询到)
  85. let router = useRouter();
  86. //左侧数据列表
  87. let menuList = reactive<any[]>([]);
  88. //当前左侧激活菜单的索引
  89. let activeIndex1 = ref(0);
  90. let maxY = ref<any>(0);
  91. let echartDw = ref('(m³/min)');
  92. //通风图表数据
  93. const echartDataFc1 = reactive({
  94. maxData: {
  95. lengedData: '进风量',
  96. data: [],
  97. },
  98. minData: {
  99. lengedData: '回风量',
  100. data: [],
  101. },
  102. aveValue: {
  103. lengedData: '需风量',
  104. data: [],
  105. },
  106. xData: [],
  107. });
  108. let cardListTf = reactive<any[]>([]);
  109. // https获取监测数据
  110. let timer: null | NodeJS.Timeout = null;
  111. function getMonitor(deviceID, flag?) {
  112. timer = setTimeout(
  113. async () => {
  114. await getSysWarnList(deviceID, 'vent');
  115. if (timer) {
  116. timer = null;
  117. }
  118. getMonitor(deviceID);
  119. },
  120. flag ? 0 : 1000
  121. );
  122. }
  123. //返回首页
  124. function getBack() {
  125. router.push('/monitorChannel/monitor-alarm-home');
  126. }
  127. //获取左侧数据列表
  128. async function getMenuList() {
  129. let res = await sysTypeWarnList({ type: 'vent' });
  130. console.log(res, '通风预警监测左侧列表数据-------------');
  131. if (res.length != 0) {
  132. menuList.length = 0;
  133. res.forEach((el) => {
  134. menuList.push({
  135. name: el.deviceName,
  136. warn: '低风险',
  137. deviceID: el.deviceID,
  138. strtype: el.deviceType,
  139. });
  140. });
  141. getMonitor(menuList[0].deviceID, true);
  142. }
  143. }
  144. //菜单选项切换
  145. function cardClick(ind, item) {
  146. activeIndex1.value = ind;
  147. clearTimeout(timer);
  148. getMonitor(item.deviceID, true);
  149. }
  150. //获取预警详情弹窗右侧数据
  151. function getSysWarnList(id, type) {
  152. sysWarn({ sysid: id, type: type }).then((res) => {
  153. echartDataFc1.maxData.data.length = 0;
  154. echartDataFc1.minData.data.length = 0;
  155. echartDataFc1.aveValue.data.length = 0;
  156. echartDataFc1.xData.length = 0;
  157. if (JSON.stringify(res) != '{}') {
  158. ventilateTopList[0].value = res.jin || '--';
  159. ventilateTopList[1].value = res.hui || '--';
  160. ventilateTopList[2].value = res.xufengliang || '--';
  161. ventilateTopList[3].text = res.warnFlag ? res.warnDes : '正常';
  162. if (res.history.length != 0) {
  163. res.history.forEach((v) => {
  164. echartDataFc1.maxData.data.push(parseFloat(v.jin));
  165. echartDataFc1.minData.data.push(parseFloat(v.hui));
  166. if (ventilateTopList[2].value && ventilateTopList[2].value != '--') {
  167. echartDataFc1.aveValue.data.push(ventilateTopList[2].value);
  168. } else {
  169. echartDataFc1.aveValue.data.push(0);
  170. }
  171. echartDataFc1.xData.push(v.time);
  172. });
  173. }
  174. let max1 = echartDataFc1.maxData.data.reduce((acr, cur) => {
  175. return acr > cur ? acr : cur;
  176. });
  177. let max2 = echartDataFc1.minData.data.reduce((acr1, cur1) => {
  178. return acr1 > cur1 ? acr1 : cur1;
  179. });
  180. maxY.value = max1 >= max2 ? max1 : max2;
  181. console.log(maxY.value, '000')
  182. maxY.value = maxY.value.toString().indexOf('.') == -1 ? maxY.value.toString() : maxY.value.toString().substring(0, maxY.value.toString().indexOf('.'))
  183. if (maxY.value.length < 2 && Number(maxY.value) < 1) {
  184. maxY.value = 1
  185. } else if (maxY.value.length < 2 && Number(maxY.value) >= 1) {
  186. maxY.value = 10
  187. } else if (maxY.value.length < 3) {
  188. maxY.value = (Number(maxY.value[0]) + 1) * 10
  189. } else if (maxY.value.length < 4) {
  190. maxY.value = (Number(maxY.value[0]) + 1) * 100
  191. } else if (maxY.value.length < 5) {
  192. maxY.value = (Number(maxY.value[0]) + 1) * 1000
  193. } else if (maxY.value.length < 6) {
  194. maxY.value = (Number(maxY.value[0]) + 1) * 10000
  195. }
  196. }
  197. });
  198. }
  199. //获取通风监控测点信息
  200. async function getWindDeviceList() {
  201. cardListTf.length = 0;
  202. let res = await getDevice({ devicetype: 'windrect', pagetype: 'normal' });
  203. if (res && res.msgTxt[0]) {
  204. let list = res.msgTxt[0].datalist || [];
  205. if (list.length > 0) {
  206. list.forEach((el: any) => {
  207. const readData = el.readData;
  208. el = Object.assign(el, readData);
  209. cardListTf.push({
  210. label: '通信状态',
  211. value: el.netStatus == '0' ? '断开' : '连接',
  212. listR: [
  213. { id: 0, label: '安装位置', dw: '', value: el.strinstallpos },
  214. { id: 1, label: '风量', dw: '(m³/min)', value: el.m3 },
  215. { id: 2, label: '风速', dw: '(m/s)', value: el.va },
  216. { id: 4, label: '时间', dw: '', value: el.readTime },
  217. {
  218. id: 3,
  219. label: '是否报警',
  220. dw: '',
  221. value: el.warnFlag == '0' ? '正常' : el.warnFlag == 1 ? '报警' : el.warnFlag == 2 ? '断开' : '未监测',
  222. },
  223. ],
  224. });
  225. });
  226. }
  227. }
  228. }
  229. onMounted(() => {
  230. getMenuList();
  231. getWindDeviceList();
  232. });
  233. onUnmounted(() => {
  234. if (timer) {
  235. clearTimeout(timer);
  236. timer = undefined;
  237. }
  238. });
  239. </script>
  240. <style lang="less" scoped>
  241. .ventilateWarn {
  242. width: 100%;
  243. height: 100%;
  244. padding: 80px 10px 15px 10px;
  245. box-sizing: border-box;
  246. .ventilate-top {
  247. display: flex;
  248. justify-content: space-between;
  249. height: 50%;
  250. margin-bottom: 15px;
  251. background: url('../../../../../assets/images/fire/border.png') no-repeat center;
  252. background-size: 100% 100%;
  253. .alarm-menu {
  254. height: 100%;
  255. width: 15%;
  256. padding: 10px;
  257. box-sizing: border-box;
  258. .card-btn {
  259. width: 100%;
  260. height: 100%;
  261. overflow-y: auto;
  262. .btn {
  263. position: relative;
  264. width: 81%;
  265. height: 24%;
  266. margin-bottom: 6%;
  267. font-family: 'douyuFont';
  268. background: url('../../../../../assets/images/fire/no-choice.png') no-repeat;
  269. background-size: 100% 100%;
  270. cursor: pointer;
  271. .text {
  272. width: 80%;
  273. position: absolute;
  274. left: 50%;
  275. top: 28px;
  276. font-size: 14px;
  277. color: #01fefc;
  278. text-align: center;
  279. transform: translate(-50%, 0);
  280. }
  281. .warn {
  282. width: 100%;
  283. position: absolute;
  284. left: 50%;
  285. bottom: 11px;
  286. font-size: 12px;
  287. color: #fff;
  288. text-align: center;
  289. transform: translate(-50%, 0);
  290. }
  291. }
  292. .btn1 {
  293. position: relative;
  294. width: 100%;
  295. height: 24%;
  296. margin-bottom: 6%;
  297. font-family: 'douyuFont';
  298. background: url('../../../../../assets/images/fire/choice.png') no-repeat;
  299. background-size: 100% 100%;
  300. cursor: pointer;
  301. .text {
  302. width: 80%;
  303. position: absolute;
  304. left: 50%;
  305. top: 28px;
  306. font-size: 14px;
  307. color: #01fefc;
  308. text-align: center;
  309. transform: translate(-62%, 0);
  310. }
  311. .warn {
  312. width: 100%;
  313. position: absolute;
  314. left: 50%;
  315. bottom: 11px;
  316. font-size: 14px;
  317. color: #fff;
  318. text-align: center;
  319. transform: translate(-60%, 0);
  320. }
  321. }
  322. }
  323. }
  324. .ventilate-content {
  325. height: 100%;
  326. width: 85%;
  327. padding: 10px 0px;
  328. box-sizing: border-box;
  329. .work-nav {
  330. height: 30%;
  331. width: 100%;
  332. background: url('../../../../../assets/images/fire/bj1.png') no-repeat center;
  333. background-size: 100% 100%;
  334. display: flex;
  335. justify-content: space-between;
  336. align-items: center;
  337. border-bottom: 3px solid;
  338. border-image: linear-gradient(to bottom, rgba(45, 116, 160, 1), rgba(45, 116, 160, 0.2), rgba(45, 116, 160, 1)) 1 1 1;
  339. .nav {
  340. display: flex;
  341. justify-content: center;
  342. align-items: center;
  343. &:nth-child(1) {
  344. flex: 1;
  345. height: 100%;
  346. border-right: 2px solid;
  347. border-image: linear-gradient(to bottom, transparent, rgba(2, 70, 136, 1), transparent) 1 1 1;
  348. }
  349. &:nth-child(2) {
  350. flex: 1;
  351. height: 100%;
  352. border-right: 2px solid;
  353. border-image: linear-gradient(to bottom, transparent, rgba(2, 70, 136, 1), transparent) 1 1 1;
  354. }
  355. &:nth-child(3) {
  356. flex: 1;
  357. height: 100%;
  358. border-right: 2px solid;
  359. border-image: linear-gradient(to bottom, transparent, rgba(2, 70, 136, 1), transparent) 1 1 1;
  360. }
  361. &:nth-child(4) {
  362. flex: 0.6;
  363. color: #b3b8cc;
  364. font-size: 16px;
  365. height: 100%;
  366. border-right: 2px solid;
  367. border-image: linear-gradient(to bottom, transparent, rgba(2, 70, 136, 1), transparent) 1 1 1;
  368. }
  369. &:nth-child(5) {
  370. flex: 1.4;
  371. height: 100%;
  372. .percent {
  373. width: 100%;
  374. height: 82%;
  375. padding: 0px 20px;
  376. box-sizing: border-box;
  377. display: flex;
  378. flex-direction: column;
  379. justify-content: space-around;
  380. .title {
  381. font-size: 14px;
  382. padding: 5px 0px;
  383. color: #b3b8cc;
  384. text-align: center;
  385. }
  386. .value {
  387. display: flex;
  388. justify-content: space-between;
  389. span {
  390. font-family: 'douyuFont';
  391. font-size: 18px;
  392. }
  393. }
  394. }
  395. }
  396. .pic {
  397. width: 30%;
  398. height: 82%;
  399. }
  400. .content {
  401. height: 82%;
  402. margin-left: 15px;
  403. color: #fff;
  404. display: flex;
  405. flex-direction: column;
  406. justify-content: space-around;
  407. span {
  408. font-size: 14px;
  409. &:nth-child(1) {
  410. padding: 5px 0px;
  411. color: #b3b8cc;
  412. }
  413. &:nth-child(2) {
  414. font-family: 'douyuFont';
  415. font-size: 16px;
  416. color: #3df6ff;
  417. }
  418. }
  419. }
  420. }
  421. .nav:nth-child(1) .pic {
  422. background: url('../../../../../assets/images/fire/jinfengliang.png') no-repeat center;
  423. background-size: 100% 100%;
  424. }
  425. .nav:nth-child(2) .pic {
  426. background: url('../../../../../assets/images/fire/huifengliang.png') no-repeat center;
  427. background-size: 100% 100%;
  428. }
  429. .nav:nth-child(3) .pic {
  430. background: url('../../../../../assets/images/fire/xufengliang.png') no-repeat center;
  431. background-size: 100% 100%;
  432. }
  433. }
  434. .bot-area {
  435. height: calc(100% - 30% - 3px);
  436. padding: 10px;
  437. background: url('../../../../../assets/images/fire/bj1.png') no-repeat;
  438. background-size: 100% 100%;
  439. box-sizing: border-box;
  440. .title-t {
  441. height: 30px;
  442. display: flex;
  443. justify-content: space-between;
  444. align-items: center;
  445. .text-t {
  446. font-family: 'douyuFont';
  447. font-size: 14px;
  448. color: #fff;
  449. }
  450. }
  451. .echart-boxd {
  452. width: 100%;
  453. height: calc(100% - 30px);
  454. }
  455. }
  456. }
  457. }
  458. .ventilate-bottom {
  459. height: calc(50% - 15px);
  460. background: url('../../../../../assets/images/fire/border.png') no-repeat center;
  461. background-size: 100% 100%;
  462. padding: 10px;
  463. box-sizing: border-box;
  464. .bot-area {
  465. height: 100%;
  466. padding: 10px;
  467. background: url('../../../../../assets/images/fire/bj1.png') no-repeat center;
  468. background-size: 100% 100%;
  469. box-sizing: border-box;
  470. .title-b {
  471. height: 30px;
  472. margin-bottom: 10px;
  473. display: flex;
  474. justify-content: space-between;
  475. align-items: center;
  476. .text-b {
  477. font-family: 'douyuFont';
  478. font-size: 14px;
  479. color: #fff;
  480. }
  481. }
  482. .content-b {
  483. height: calc(100% - 40px);
  484. display: flex;
  485. justify-content: flex-start;
  486. align-items: flex-start;
  487. flex-wrap: wrap;
  488. overflow-y: auto;
  489. .card-b {
  490. position: relative;
  491. width: 24%;
  492. height: 128px;
  493. margin: 0px 9px 10px 9px;
  494. background: url(/src/assets/images/fire/bot-area.png) no-repeat center;
  495. background-size: 100% 100%;
  496. .item-l {
  497. position: absolute;
  498. left: 32px;
  499. top: 50%;
  500. transform: translate(0, -50%);
  501. width: 89px;
  502. height: 98px;
  503. background: url('../../../../../assets/images/fire/bot-area1.png') no-repeat center;
  504. .label-l {
  505. width: 100%;
  506. position: absolute;
  507. top: 7px;
  508. color: #fff;
  509. font-size: 12px;
  510. text-align: center;
  511. }
  512. .value-l {
  513. width: 100%;
  514. position: absolute;
  515. top: 50px;
  516. font-family: 'douyuFont';
  517. font-size: 14px;
  518. color: #3df6ff;
  519. text-align: center;
  520. }
  521. }
  522. .item-r {
  523. position: absolute;
  524. left: 132px;
  525. top: 50%;
  526. transform: translate(0, -50%);
  527. height: 128px;
  528. padding: 5px 0px;
  529. display: flex;
  530. flex-direction: column;
  531. justify-content: space-around;
  532. box-sizing: border-box;
  533. .content-r {
  534. display: flex;
  535. span {
  536. font-size: 14px;
  537. color: #fff;
  538. &:first-child {
  539. display: inline-block;
  540. width: 68px;
  541. text-align: right;
  542. }
  543. &:last-child {
  544. display: inline-block;
  545. width: calc(100% - 68px);
  546. overflow: hidden;
  547. white-space: nowrap;
  548. /* 不换行 */
  549. /* 超出部分隐藏 */
  550. text-overflow: ellipsis;
  551. /* 使用省略符号 */
  552. }
  553. }
  554. .status-f {
  555. color: #ff0000;
  556. }
  557. .status-l {
  558. color: #3df6ff;
  559. }
  560. }
  561. }
  562. }
  563. }
  564. }
  565. }
  566. }
  567. </style>