SwitchingRoom.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. <template>
  2. <div class="view-container">
  3. <div class="date">
  4. <span>{{ date }}</span>
  5. <!-- 天气: 晴 -->
  6. </div>
  7. <div class="dateStatistics">
  8. <div @click="handleDayView">日统计</div>&nbsp;&nbsp;
  9. <div @click="handleMonthView">月统计</div>
  10. </div>
  11. <div class="adress">
  12. <div :class="current===1?'address-opt':''" @click="getDatas(1)">一路</div>
  13. <div :class="current===2?'address-opt':''" @click="getDatas(2)">二路</div>
  14. <div :class="current===3?'address-opt':''" @click="getDatas(3)">三路</div>
  15. <div :class="current===4?'address-opt':''" @click="getDatas(4)">四路</div>
  16. <div :class="current===5?'address-opt':''" @click="getDatas(5)">五路</div>
  17. <div :class="current===6?'address-opt':''" @click="getDatas(6)">六路</div>
  18. </div>
  19. <div class="sb">
  20. <a-row type="flex" justify="space-between" :gutter="[20,20]">
  21. <!-- <a-col :span="6">
  22. <div class="sb-info">
  23. <div class="sb-info-title">
  24. <span>{{ dataInfo.lineName }}</span>
  25. </div>
  26. <div class="sb-info-content">
  27. <div>
  28. <div style="display:flex;width:170px;align-items: center;padding: 15px 0;">
  29. <div class="tixing1">
  30. 电压
  31. </div>
  32. &nbsp;&nbsp;&nbsp;
  33. <div class="sb-proportion-info">
  34. <span class="top-left-two"></span><span class="top-right-two"></span><span class="bottom-left-two"></span><span class="bottom-right-two"></span>
  35. <div style="font-size: 14px;color: #BDD4FF;">
  36. 1130
  37. </div>
  38. </div>&nbsp;
  39. V
  40. </div>
  41. <div style="display:flex;width:170px;align-items: center;padding: 15px 0;">
  42. <div class="tixing2">
  43. 电流
  44. </div>
  45. &nbsp;&nbsp;&nbsp;
  46. <div class="sb-proportion-info">
  47. <span class="top-left-two"></span><span class="top-right-two"></span><span class="bottom-left-two"></span><span class="bottom-right-two"></span>
  48. <div style="font-size: 14px;color: #BDD4FF;">
  49. 1130
  50. </div>
  51. </div>&nbsp;
  52. A
  53. </div>
  54. </div>
  55. <div>
  56. <div style="display:flex;width:175px;align-items: center;padding: 15px 0;">
  57. <div class="tixing1">
  58. 有功电度
  59. </div>
  60. &nbsp;&nbsp;&nbsp;
  61. <div class="sb-proportion-info">
  62. <span class="top-left-two"></span><span class="top-right-two"></span><span class="bottom-left-two"></span><span class="bottom-right-two"></span>
  63. <div style="font-size: 14px;color: #BDD4FF;">
  64. 1130
  65. </div>
  66. </div>&nbsp;
  67. W
  68. </div>
  69. <div style="display:flex;width:175px;align-items: center;padding: 15px 0;">
  70. <div class="tixing2">
  71. 无功电度
  72. </div>
  73. &nbsp;&nbsp;&nbsp;
  74. <div class="sb-proportion-info">
  75. <span class="top-left-two"></span><span class="top-right-two"></span><span class="bottom-left-two"></span><span class="bottom-right-two"></span>
  76. <div style="font-size: 14px;color: #BDD4FF;">
  77. 1130
  78. </div>
  79. </div>&nbsp;
  80. W
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. </a-col>-->
  86. <!-- <a-col :span="6" v-for="item in 7" :key="item" @click="handleView">
  87. <div class="sb-info">
  88. <div class="sb-info-title">
  89. <span>2G04</span>
  90. <span>10KV联合动力2#变压器</span>
  91. </div>
  92. <div class="sb-info-content">
  93. <div>高压</div>
  94. <div class="arrow">
  95. <div>
  96. <div>电压:32V</div>
  97. <div><img src="../../assets/bgView/jiantouBlue.png" width="65px" alt=""></div>
  98. </div>
  99. <div style="color:rgba(40, 233, 108, 1)">
  100. <div>电流:32A</div>
  101. <div><img src="../../assets/bgView/jiantouGreen.png" width="65px" alt=""></div>
  102. </div>
  103. <div style="color:rgba(255, 216, 0, 1)">
  104. <div>有功电度:34V</div>
  105. <div><img src="../../assets/bgView/jiantouYellow.png" width="65px" alt=""></div>
  106. </div>
  107. <div style="color:rgba(248, 161, 161, 1)">
  108. <div>温度:3℃</div>
  109. <div><img src="../../assets/bgView/jiantoured.png" width="65px" alt=""></div>
  110. </div>
  111. </div>
  112. <div><img src="../../assets/bgView/bianyaqi.png" width="87px" height="50px" alt=""></div>
  113. <div class="arrow">
  114. <div>
  115. <div>电压:32V</div>
  116. <div><img src="../../assets/bgView/jiantouBlue.png" width="65px" alt=""></div>
  117. </div>
  118. <div style="color:rgba(40, 233, 108, 1)">
  119. <div>电压:32V</div>
  120. <div><img src="../../assets/bgView/jiantouGreen.png" width="65px" alt=""></div>
  121. </div>
  122. </div>
  123. <div>低压</div>
  124. </div>
  125. </div>
  126. </a-col> -->
  127. <a-col :span="6" v-for="(item,i) in dataInfo.dataList" :key="i" @click="handleView(item)">
  128. <div class="sb-info">
  129. <div class="sb-info-title">
  130. <!-- <span>2G06</span> -->
  131. <span>{{ item.sbName }}</span>
  132. </div>
  133. <div class="sb-info-content">
  134. <div>高压</div>
  135. <div class="arrow">
  136. <div>
  137. <div>Ua(KV):{{ item.dianya }}</div>
  138. <div><img src="../../assets/bgView/jiantouBlue.png" width="65px" alt=""></div>
  139. </div>
  140. <div style="color:rgba(40, 233, 108, 1)">
  141. <div>Ia(A):{{ item.dianliu }}</div>
  142. <div><img src="../../assets/bgView/jiantouGreen.png" width="65px" alt=""></div>
  143. </div>
  144. <!-- <div style="color:rgba(255, 216, 0, 1)">
  145. <div>有功电度:{{ item.yggl }}kW</div>
  146. <div><img src="../../assets/bgView/jiantouYellow.png" width="65px" alt=""></div>
  147. </div>-->
  148. <div v-if="item.wendu" style="color:rgba(255, 216, 0, 1)">
  149. <div>温度:{{ item.wendu }}℃</div>
  150. <div><img src="../../assets/bgView/jiantoured.png" width="65px" alt=""></div>
  151. </div>
  152. </div>
  153. <div v-if="item.imgType === 1"><img src="../../assets/bgView/dianrong.png" width="153px" height="100px" alt=""></div>
  154. <div v-if="item.imgType === 2"><img src="../../assets/bgView/dianji.png" width="153px" height="100px" alt=""></div>
  155. <div v-if="item.imgType === 3"><img src="../../assets/bgView/bianyaqi.png" width="153px" height="100px" alt=""></div>
  156. <div v-if="item.imgType === 4"><img src="../../assets/bgView/img.png" width="153px" height="100px" alt=""></div>
  157. </div>
  158. </div>
  159. </a-col>
  160. <!-- <a-col :span="6" v-for="item in 4" :key="item">
  161. <div class="sb-info">
  162. <div class="sb-info-title">
  163. <span>2G06</span>
  164. <span>10KV联合动力2#电压器</span>
  165. </div>
  166. <div class="sb-info-content">
  167. <div>高压</div>
  168. <div class="arrow">
  169. <div>
  170. <div>电压:32V</div>
  171. <div><img src="../../assets/bgView/jiantouBlue.png" width="65px" alt=""></div>
  172. </div>
  173. <div style="color:rgba(40, 233, 108, 1)">
  174. <div>电流:32A</div>
  175. <div><img src="../../assets/bgView/jiantouGreen.png" width="65px" alt=""></div>
  176. </div>
  177. <div style="color:rgba(255, 216, 0, 1)">
  178. <div>有功电度:34V</div>
  179. <div><img src="../../assets/bgView/jiantouYellow.png" width="65px" alt=""></div>
  180. </div>
  181. <div style="color:rgba(255, 216, 0, 1)">
  182. <div>温度:3℃</div>
  183. <div><img src="../../assets/bgView/jiantoured.png" width="65px" alt=""></div>
  184. </div>
  185. </div>
  186. <div><img src="../../assets/bgView/shebei.png" width="153px" height="100px" alt=""></div>
  187. </div>
  188. </div>
  189. </a-col> -->
  190. </a-row>
  191. </div>
  192. <DetailModel ref="detailModel" @ok="handleOk"/>
  193. </div>
  194. </template>
  195. <script>
  196. import { getMeasureByLine } from '@/api/big/screen'
  197. import DetailModel from './modules/DetailModel'
  198. export default {
  199. components: {
  200. DetailModel
  201. },
  202. data () {
  203. return {
  204. date: null,
  205. current: 1,
  206. dataInfo: {},
  207. time: null
  208. }
  209. },
  210. created () {
  211. this.timer1 = setInterval(() => {
  212. this.getDatas(this.current)
  213. }, 5000)
  214. this.timer2 = setInterval(() => {
  215. this.date = this.BaseTool.Moment().format(this.BaseTool.Date.PICKER_NORM_DATETIME_PATTERN_CHINESE)
  216. }, 1000)
  217. },
  218. beforeDestroy () {
  219. if (this.timer1) {
  220. clearInterval(this.timer1)
  221. }
  222. if (this.timer2) {
  223. clearInterval(this.timer2)
  224. }
  225. },
  226. methods: {
  227. getDatas (lineNum) {
  228. this.current = lineNum
  229. getMeasureByLine({ lineNum: lineNum }).then(res => {
  230. this.dataInfo = res.data
  231. this.dataInfo.dataList.forEach(item => {
  232. // 截取名称字符串,去掉威胜多功能表
  233. item.sbName = item.sbName.replace('威胜多功能表', '')
  234. const dianya = item.measureList.find(li => li.type === 5)
  235. const dianliu = item.measureList.find(li => li.type === 1)
  236. const yggl = item.measureList.find(li => li.type === 12)
  237. item.dianya = dianya == null ? '##' : dianya.result
  238. item.dianliu = dianya == null ? '##' : dianliu.result
  239. item.yggl = dianya == null ? '##' : yggl.result
  240. item.wendu = item.measureList.find(li => li.type === 16) ? item.measureList.find(li => li.type === 16).result : null
  241. })
  242. })
  243. },
  244. handleView (item) {
  245. // const a = document.createElement('a')
  246. // a.href = '/TransformerDetailBigScreen'
  247. // a.target = '_blank'
  248. // a.click()
  249. this.$refs.detailModel.base(item.measureList)
  250. },
  251. handleDayView () {
  252. const a = document.createElement('a')
  253. a.href = '/DayStatistics'
  254. a.target = '_blank'
  255. a.click()
  256. },
  257. handleMonthView () {
  258. const a = document.createElement('a')
  259. a.target = '_blank'
  260. a.href = '/MonthStatistics'
  261. a.click()
  262. },
  263. handleOk () {
  264. }
  265. }
  266. }
  267. </script>
  268. <style lang="less" scoped>
  269. .view-container {
  270. width:1920px;
  271. height:1080px;
  272. font-family: PingFang SC;
  273. padding: 80px 67px;
  274. &::after {
  275. content: "";
  276. width:1920px;
  277. height:1080px;
  278. background: url(../../assets/bgView/SwitchingRoomBG.png);
  279. top: 0;
  280. left: 0;
  281. bottom: 0;
  282. right: 0;
  283. position: absolute;
  284. z-index: -1;
  285. }
  286. }
  287. .dateStatistics{
  288. width: 300px;
  289. color: #FFFFFF;
  290. font-size: 20px;
  291. display: flex;
  292. justify-content: space-between;
  293. position: absolute;
  294. top:58px;
  295. right:96px;
  296. div {
  297. width: 173px;
  298. height: 58px;
  299. line-height: 50px;
  300. text-align: center;
  301. border: 2px solid #0089D8;
  302. border-radius: 9px;
  303. &:hover{
  304. cursor: pointer;
  305. }
  306. }
  307. }
  308. .date{
  309. width: 300px;
  310. color: #FFFFFF;
  311. font-size: 20px;
  312. display: flex;
  313. justify-content: space-between;
  314. position: absolute;
  315. top:58px;
  316. left:96px;
  317. }
  318. .adress{
  319. width: 1000px;
  320. margin: 20px auto;
  321. font-size: 30px;
  322. font-weight: bold;
  323. color: #FFFFFF;
  324. display:flex;
  325. justify-content: space-between;
  326. div {
  327. width: 173px;
  328. height: 58px;
  329. line-height: 50px;
  330. text-align: center;
  331. border: 2px solid #0089D8;
  332. border-radius: 9px;
  333. &:hover{
  334. cursor: pointer;
  335. }
  336. }
  337. .address-opt {
  338. box-shadow: 0px 0px 40px 0px rgba(0, 137, 216, 0.8) inset;
  339. color:#28E96C;
  340. }
  341. }
  342. .sb{
  343. color:#fff;
  344. margin-top: 30px;
  345. }
  346. .sb-info{
  347. width: 424px;
  348. height:185px;
  349. background: url(../../assets/bgView/sbInfoBg.png) no-repeat;
  350. position: relative;
  351. .sb-info-title{
  352. // width: 208px;
  353. font-size: 13px;
  354. font-weight: bold;
  355. color: RGBA(192, 231, 247, 1);
  356. display: flex;
  357. justify-content:space-between;
  358. position: absolute;
  359. top:16px;
  360. left:18px;
  361. &::before{
  362. content: '';
  363. width: 5px;
  364. height: 10px;
  365. background: #5ACCF8;
  366. position: absolute;
  367. top:5px;
  368. left:2px;
  369. }
  370. span:first-child{
  371. color:#5ACCF8;
  372. padding-left:10px;
  373. overflow:hidden;
  374. text-overflow:ellipsis;
  375. white-space: nowrap;
  376. }
  377. }
  378. .sb-info-content{
  379. display: flex;
  380. justify-content: space-around;
  381. align-items:center;
  382. font-size: 14px;
  383. font-weight: 500;
  384. color: #5ACCF8;
  385. padding: 44px 10px 10px 7px;
  386. .arrow{
  387. font-size:12px;
  388. transform:scale(.8);
  389. display: flex;
  390. flex-direction: column;
  391. justify-content: space-between;
  392. }
  393. }
  394. }
  395. .sb-proportion-info{
  396. position: relative;
  397. width: 66px;
  398. height: 30px;
  399. text-align: center;
  400. font-size:12px;
  401. line-height: 32px;
  402. background: rgba(0, 186, 255, 0.1);
  403. }
  404. .top-left-two{
  405. width: 5px;
  406. height: 5px;
  407. display: block;
  408. border-top: 1px solid #02E8FF;
  409. border-left: 1px solid #02E8FF;
  410. position: absolute;
  411. top: -1px;
  412. left: -1px;
  413. }
  414. .bottom-left-two{
  415. width: 5px;
  416. height: 5px;
  417. display: block;
  418. border-bottom: 1px solid #02E8FF;
  419. border-left: 1px solid #02E8FF;
  420. position: absolute;
  421. bottom: -1px;;
  422. left: -1px;;
  423. }
  424. .top-right-two{
  425. width: 5px;
  426. height: 5px;
  427. display: block;
  428. border-top: 1px solid #02E8FF;
  429. border-right: 1px solid #02E8FF;
  430. position: absolute;
  431. top: -1px;;
  432. right: -1px;;
  433. }
  434. .bottom-right-two {
  435. width: 5px;
  436. height: 5px;
  437. display: block;
  438. border-bottom: 1px solid #02E8FF;
  439. border-right: 1px solid #02E8FF;
  440. position: absolute;
  441. bottom: -1px;;
  442. right: -1px;;
  443. }
  444. .tixing1 {
  445. line-height: 30px;
  446. text-align: center;
  447. width: 72px;
  448. height: 30px;
  449. font-size:12px;
  450. background: #00E4FF;
  451. position: relative;
  452. z-index: 9;
  453. clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 80% 100%, 0% 100%);
  454. &::after{
  455. content:"";
  456. position: absolute;
  457. left: 1px;
  458. top:1px;
  459. width: 70px;
  460. height: 28px;
  461. z-index: -9;
  462. background: #13154c;
  463. clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 80% 100%, 0% 100%);
  464. }
  465. }
  466. .tixing2 {
  467. line-height: 30px;
  468. text-align: center;
  469. width: 72px;
  470. height: 30px;
  471. font-size:12px;
  472. background: #00E4FF;
  473. position: relative;
  474. z-index: 9;
  475. clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 100% 100%, 0% 100%);
  476. &::after{
  477. content:"";
  478. position: absolute;
  479. left: 1px;
  480. top:1px;
  481. width: 70px;
  482. height: 28px;
  483. z-index: -9;
  484. background: #13154c;
  485. clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 100% 100%, 0% 100%);
  486. }
  487. }
  488. </style>