index.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. <template>
  2. <div class="comprehensiveEvaluation">
  3. <div class="Evaluation_topall">
  4. <div class="Evaluation_top">
  5. <el-select
  6. size="mini"
  7. v-model="companyVal"
  8. placeholder="请选择"
  9. @change="changeCompan"
  10. >
  11. <el-option
  12. v-for="item in companyOptions"
  13. :key="item.id"
  14. :label="item.aname"
  15. :value="item.id"
  16. >
  17. </el-option>
  18. </el-select>
  19. <!-- <div class="tabCut">
  20. <div
  21. @click="changeBtn(val.id)"
  22. :class="tabEvent === val.id ? 'active' : ''"
  23. v-for="val in tabOptions"
  24. :key="val.id"
  25. >
  26. <span>{{ val.name }}</span>
  27. </div>
  28. </div> -->
  29. <div class="station">
  30. 场站:
  31. <el-select
  32. size="mini"
  33. v-model="stationVal"
  34. placeholder="请选择"
  35. clearable
  36. @change="changeStation"
  37. >
  38. <el-option
  39. v-for="item in stationOptions"
  40. :key="item.id"
  41. :label="item.aname"
  42. :value="item.id"
  43. >
  44. </el-option>
  45. </el-select>
  46. </div>
  47. <div class="station">
  48. 时间:
  49. <div class="">
  50. <el-date-picker
  51. size="mini"
  52. v-model="pickerTimer"
  53. type="date"
  54. value-format="YYYY-MM-DD"
  55. placeholder="选择日期"
  56. popper-class="date-select"
  57. @change="historyTimer = pickerTimer"
  58. >
  59. </el-date-picker>
  60. <!-- <el-date-picker v-if="tabIndex == 0"
  61. v-if="tabIndex == 1"
  62. size="mini"
  63. v-model="pickerTimer"
  64. type="month"
  65. value-format="YYYY-MM"
  66. placeholder="选择月份"
  67. popper-class="date-select"
  68. >
  69. </el-date-picker>
  70. <el-date-picker
  71. v-if="tabIndex == 2"
  72. size="mini"
  73. v-model="pickerTimer"
  74. type="year"
  75. value-format="YYYY"
  76. placeholder="选择年份"
  77. popper-class="date-select"
  78. >
  79. </el-date-picker> -->
  80. </div>
  81. </div>
  82. <div class="but">
  83. <el-button round size="mini" class="buttons" @click="seachData"
  84. >搜 索</el-button
  85. >
  86. <el-button
  87. round
  88. size="mini"
  89. class="buttons"
  90. @click="contrastFn"
  91. :disabled="chooseList.length === 2 ? false : true"
  92. >信息对比</el-button
  93. >
  94. </div>
  95. </div>
  96. <div class="selections">
  97. <!-- <div
  98. class="selections_btn"
  99. @click="tabSelect(0)"
  100. :class="{ active: tabIndex == 0 }"
  101. >
  102. </div> -->
  103. <!-- <div
  104. class="selections_btn"
  105. @click="tabSelect(1)"
  106. :class="{ active: tabIndex == 1 }"
  107. >
  108. </div> -->
  109. <!-- <div
  110. class="selections_btn"
  111. @click="tabSelect(2)"
  112. :class="{ active: tabIndex == 2 }"
  113. >
  114. </div> -->
  115. </div>
  116. </div>
  117. <div
  118. style="
  119. background: rgba(0, 0, 0, 0.4);
  120. height: calc(100% - 39px);
  121. padding-bottom: 15px;
  122. "
  123. >
  124. <div class="Evaluation_title clearfix">
  125. <div class="leftContent"><span>月度性能等级评估</span></div>
  126. </div>
  127. <div class="economicTable1">
  128. <el-table
  129. :data="EvaluationData"
  130. stripe
  131. @selection-change="handleCurrentChange"
  132. size="mini"
  133. height="calc(100% - 40px)"
  134. ref="Eval_table"
  135. style="width: 100%"
  136. >
  137. <el-table-column type="selection" width="60" align="center">
  138. </el-table-column>
  139. <el-table-column prop="nemCode" label="设备编号" align="center">
  140. </el-table-column>
  141. <el-table-column prop="dayLevel" label="等级" align="center">
  142. </el-table-column>
  143. <el-table-column
  144. prop="dayRank"
  145. label="综合排名"
  146. sortable
  147. align="center"
  148. >
  149. </el-table-column>
  150. <el-table-column
  151. v-for="(item, index) in tabEvent === -1
  152. ? tableHeader
  153. : tableHeaderGf"
  154. :key="index"
  155. sortable
  156. :prop="item.code"
  157. :label="item.title"
  158. align="right"
  159. header-align="center"
  160. show-overflow-tooltip
  161. >
  162. <template #header="scope">
  163. <div>
  164. {{
  165. scope.column.label.slice(0, scope.column.label.indexOf("("))
  166. }}
  167. </div>
  168. <div>
  169. {{ scope.column.label.slice(scope.column.label.indexOf("(")) }}
  170. </div>
  171. </template>
  172. </el-table-column>
  173. <el-table-column label="操作" align="center">
  174. <template #default="scope">
  175. <span
  176. @click="seachHistoryData(scope.row)"
  177. style="cursor: pointer; color: #67b9ff"
  178. >历史</span
  179. >
  180. </template>
  181. </el-table-column>
  182. </el-table>
  183. <div style="text-align: right">
  184. <el-pagination
  185. @current-change="handlePageChange"
  186. :current-page="page.currentPage"
  187. :page-size="page.pagesize"
  188. @size-change="handleSizeChange"
  189. :page-sizes="[21, 50, 100, 500]"
  190. layout="total, sizes, prev, pager, next, jumper"
  191. :total="page.total"
  192. >
  193. </el-pagination>
  194. </div>
  195. </div>
  196. </div>
  197. <el-dialog
  198. v-model="dialogVisible"
  199. width="100%"
  200. custom-class="EvaluationhistoryModel"
  201. :close-on-click-modal="false"
  202. fullscreen
  203. >
  204. <template #title>
  205. <div class="dialog-title">
  206. <div class="title">{{ dialogTitle }}</div>
  207. </div>
  208. </template>
  209. <div style="height: 100%">
  210. <history-detail ref="windhistoryDetail"> </history-detail>
  211. </div>
  212. </el-dialog>
  213. <el-dialog
  214. v-model="contrastVisible"
  215. width="70%"
  216. top="120px"
  217. custom-class="contrastModal"
  218. :close-on-click-modal="false"
  219. >
  220. <template #title>
  221. <div class="dialog-title">
  222. <div class="title">信息对比</div>
  223. </div>
  224. </template>
  225. <div class="dialog-body">
  226. <img class="dialog-img" src="@assets/imgs/dialog.png" />
  227. <day-detail-info
  228. :chooseList="chooseList"
  229. :tabEvent="tabEvent"
  230. ref="MessageContrast"
  231. ></day-detail-info>
  232. </div>
  233. </el-dialog>
  234. </div>
  235. </template>
  236. <script>
  237. import {
  238. getApicompanyslist,
  239. getApiwpByCplistlist,
  240. getApiequipmentinfoDayList,
  241. } from "@/api/monthlyPerformanceAnalysis";
  242. import historyDetail from "./historyDetail.vue";
  243. import dayDetailInfo from "./dayDetailInfo.vue";
  244. import dataJson from "./dataJson.json"
  245. import dayjs from "dayjs";
  246. export default {
  247. name: "PerformanceAssess",
  248. components: {
  249. historyDetail,
  250. dayDetailInfo,
  251. },
  252. data() {
  253. return {
  254. tabIndex: 1,
  255. companyVal: "",
  256. companyOptions: [],
  257. stationVal: "",
  258. stationOptions: [],
  259. pickerTimer: "",
  260. EvaluationData: [],
  261. tableHeader: [
  262. { title: "发电量(kWh)", code: "dayfdl" },
  263. { title: "理论发电量(kWh)", code: "dayllfdl" },
  264. { title: "平均风速(m/s)", code: "dayfs" },
  265. { title: "平均功率(KW)", code: "daygl" },
  266. { title: "故障损失(kWh)", code: "daygzssdl" },
  267. { title: "限电损失(kWh)", code: "dayxdssdl" },
  268. { title: "检修损失(kWh)", code: "daywhssdl" },
  269. { title: "性能损失(kWh)", code: "dayxnssdl" },
  270. { title: "利用小时数(h)", code: "daylyxs" },
  271. { title: "拟合优度(%)", code: "daynhyd" },
  272. { title: "可利用率(%)", code: "daysbklyl" },
  273. { title: "等效可用系数(%)", code: "daydxkyxs" },
  274. { title: "有效风时数(h)", code: "dayyxfss" },
  275. { title: "平均切入(m/s)", code: "dayxfqr" },
  276. { title: "静风频率(%)", code: "dayjfpl" },
  277. { title: "功率一致性(%)", code: "dayglyzxxs" },
  278. ],
  279. tableHeaderGf: [
  280. { title: "发电量(kWh)", code: "dayfdl" },
  281. { title: "理论发电量(kWh)", code: "dayllfdl" },
  282. { title: "光照强度(W/㎡)", code: "dayfs" },
  283. { title: "平均功率(KW)", code: "daygl" },
  284. { title: "故障损失(kWh)", code: "daygzssdl" },
  285. { title: "限电损失(kWh)", code: "dayxdssdl" },
  286. { title: "检修损失(kWh)", code: "daywhssdl" },
  287. { title: "性能损失(kWh)", code: "dayxnssdl" },
  288. { title: "利用小时数(h)", code: "daylyxs" },
  289. { title: "拟合优度(%)", code: "daynhyd" },
  290. { title: "可利用率(%)", code: "daysbklyl" },
  291. { title: "等效可用系数(%)", code: "daydxkyxs" },
  292. { title: "有效光时数(h)", code: "dayyxfss" },
  293. { title: "功率一致性(%)", code: "dayglyzxxs" },
  294. ],
  295. dialogVisible: false,
  296. dialogTitle: "",
  297. chooseList: [],
  298. contrastVisible: false,
  299. tabEvent: -1,
  300. tabOptions: [
  301. { id: -1, name: "风电" },
  302. { id: -2, name: "光伏" },
  303. ],
  304. page: {
  305. currentPage: 1,
  306. pagesize: 21,
  307. total: 0,
  308. },
  309. historyTimer: "",
  310. };
  311. },
  312. created() {
  313. this.EvaluationData = dataJson.data.data.records;
  314. this.page.total = dataJson.data.data.total;
  315. this.getCompanyData();
  316. },
  317. computed: {
  318. pageHeight() {
  319. return {
  320. height: document.documentElement.clientHeight - 130 + "px",
  321. };
  322. },
  323. },
  324. methods: {
  325. handleSizeChange(val) {
  326. this.page.currentPage = 1;
  327. this.page.pagesize = val;
  328. this.seachData();
  329. },
  330. handlePageChange(val) {
  331. this.page.currentPage = val;
  332. this.seachData();
  333. },
  334. // 切换tab
  335. tabSelect(index) {
  336. this.tabIndex = index;
  337. // if (this.tabIndex == 0) {
  338. // this.pickerTimer = dayjs().format("YYYY-MM-DD");
  339. // } else if (this.tabIndex == 1) {
  340. // this.pickerTimer = dayjs().format("YYYY-MM");
  341. // } else if (this.tabIndex == 2) {
  342. // this.pickerTimer = dayjs().format("YYYY");
  343. // }
  344. // this.historyTimer = dayjs().format("YYYY-MM-DD");
  345. this.page.currentPage = 1;
  346. this.seachData();
  347. },
  348. changeBtn(id) {
  349. this.tabEvent = id;
  350. this.stationVal = "";
  351. this.stationOptions = [];
  352. this.getStationData();
  353. this.seachData();
  354. },
  355. // 获取公司列表
  356. async getCompanyData() {
  357. this.companyOptions = [];
  358. this.pickerTimer = this.getchangeTime(new Date());
  359. this.historyTimer = this.getchangeTime(new Date());
  360. const { data: datas } = await getApicompanyslist();
  361. this.companyOptions = datas.data;
  362. this.companyVal = datas.data[0]?.id;
  363. this.getStationData();
  364. },
  365. changeCompan(val) {
  366. this.companyVal = val;
  367. this.stationOptions = [];
  368. this.stationVal = "";
  369. this.getStationData();
  370. },
  371. // 获取场站列表
  372. async getStationData() {
  373. this.stationOptions = [];
  374. let params = {
  375. type: this.tabEvent,
  376. companyid: this.companyVal,
  377. };
  378. const { data: datas } = await getApiwpByCplistlist(params);
  379. this.stationOptions = datas.data;
  380. this.stationVal = datas.data[0].id;
  381. this.getTableData();
  382. },
  383. changeStation(val) {
  384. this.stationVal = val;
  385. this.getTableData();
  386. },
  387. seachData() {
  388. this.getTableData();
  389. },
  390. async getTableData() {
  391. let params = {
  392. companyId: this.companyVal,
  393. date: this.pickerTimer,
  394. staType: -1,
  395. types: this.tabIndex * 1 + 1,
  396. wpId: this.stationVal,
  397. type: this.tabEvent,
  398. pageNum: this.page.currentPage,
  399. pageSize: this.page.pagesize,
  400. };
  401. const { data: datas } = await getApiequipmentinfoDayList(params);
  402. this.EvaluationData = datas.data.records;
  403. this.page.total = datas.data.total;
  404. },
  405. handleCurrentChange(val) {
  406. if (val.length > 2) {
  407. let del_row = val.shift();
  408. this.$refs.Eval_table.toggleRowSelection(del_row, false);
  409. }
  410. let arr = [];
  411. val.forEach((item, index) => {
  412. if (index < 2) {
  413. arr.push(item);
  414. }
  415. });
  416. this.chooseList = arr;
  417. },
  418. //转换时间
  419. getchangeTime(date) {
  420. var y = date.getFullYear();
  421. var m = date.getMonth() + 1;
  422. m = m < 10 ? "0" + m : m;
  423. var d = date.getDate();
  424. d = d < 10 ? "0" + d : d;
  425. return y + "-" + m + "-" + d;
  426. },
  427. seachHistoryData(row) {
  428. this.dialogVisible = true;
  429. this.dialogTitle = "历史数据查询";
  430. this.$nextTick(() => {
  431. let startT =
  432. new Date(this.historyTimer).getTime() - 10 * 24 * 60 * 60 * 1000;
  433. this.$refs.windhistoryDetail.pickerTimer = [
  434. this.getchangeTime(new Date(startT)),
  435. this.historyTimer,
  436. ];
  437. this.$refs.windhistoryDetail.tabIndex = this.tabIndex * 1 + 1;
  438. this.$refs.windhistoryDetail.tabEvent = this.tabEvent;
  439. this.$refs.windhistoryDetail.init(row);
  440. });
  441. },
  442. contrastFn() {
  443. this.contrastVisible = true;
  444. this.$nextTick(() => {
  445. this.$refs.MessageContrast.tabIndex = this.tabIndex * 1 + 1;
  446. this.$refs.MessageContrast.init();
  447. });
  448. },
  449. },
  450. };
  451. </script>
  452. <style lang="less" scoped>
  453. .comprehensiveEvaluation {
  454. padding: 0 20px;
  455. height: 100%;
  456. .Evaluation_title {
  457. .leftContent {
  458. width: 242px;
  459. height: 41px;
  460. line-height: 41px;
  461. background: url("~@/assets/imgs/title_left_bg1.png") no-repeat;
  462. span {
  463. font-size: 16px;
  464. font-family: Microsoft YaHei;
  465. font-weight: 400;
  466. color: #05bb4c;
  467. margin-left: 25px;
  468. }
  469. }
  470. }
  471. .clearfix::after {
  472. content: "";
  473. clear: both;
  474. height: 0;
  475. line-height: 0;
  476. visibility: hidden;
  477. display: block;
  478. }
  479. .clearfix {
  480. zoom: 1;
  481. }
  482. .Evaluation_topall {
  483. display: flex;
  484. justify-content: space-between;
  485. .selections {
  486. position: relative;
  487. right: 120px;
  488. display: flex;
  489. margin-top: 10px;
  490. .selections_btn {
  491. flex: 0 0 55px;
  492. text-align: center;
  493. height: 33px;
  494. line-height: 33px;
  495. margin-right: 8px;
  496. color: #b9b9b9;
  497. font-size: 1.296vh;
  498. background: fade(#606769, 20);
  499. border: 1px solid fade(#606769, 20);
  500. border-radius: 20px;
  501. &:hover,
  502. &.active {
  503. background: fade(#05bb4c, 80);
  504. border: 1px solid #05bb4c;
  505. color: #fff;
  506. cursor: pointer;
  507. }
  508. }
  509. }
  510. .Evaluation_top {
  511. display: flex;
  512. flex-direction: row;
  513. align-items: center;
  514. padding-top: 10px;
  515. padding-bottom: 10px;
  516. .station {
  517. display: flex;
  518. flex-direction: row;
  519. align-items: center;
  520. font-size: 14px;
  521. font-family: Microsoft YaHei;
  522. font-weight: 400;
  523. color: #b3b3b3;
  524. margin-right: 10px;
  525. margin-left: 10px;
  526. }
  527. .search-input {
  528. margin-left: 10px;
  529. .el-input__inner {
  530. width: 175px;
  531. }
  532. .el-input__suffix {
  533. right: -50px;
  534. }
  535. }
  536. .tabCut {
  537. display: inline-block;
  538. margin: 0 10px;
  539. div {
  540. display: inline-block;
  541. width: 60px;
  542. height: 27px;
  543. border: 1px solid #274934;
  544. text-align: center;
  545. line-height: 25px;
  546. cursor: pointer;
  547. }
  548. div:nth-child(1) {
  549. border-radius: 13px 0px 0px 13px;
  550. border-right-width: 0;
  551. }
  552. div:nth-child(2) {
  553. border-radius: 0px 13px 13px 0px;
  554. }
  555. .active {
  556. background-color: rgba(5, 187, 76, 0.9);
  557. color: #fff;
  558. }
  559. }
  560. .but {
  561. display: flex;
  562. flex-direction: row;
  563. align-content: center;
  564. margin-left: 20px;
  565. .buttons {
  566. background-color: rgba(5, 187, 76, 0.2);
  567. border: 1px solid #3b6c53;
  568. color: #b3b3b3;
  569. font-size: 14px;
  570. &:hover,
  571. &.active {
  572. background-color: rgba(5, 187, 76, 0.5);
  573. color: #ffffff;
  574. }
  575. }
  576. }
  577. }
  578. }
  579. .economicTable1 {
  580. height: calc(100% - 40px);
  581. .el-table--mini ::v-deep {
  582. .el-table__header-wrapper {
  583. .el-checkbox {
  584. display: none;
  585. }
  586. }
  587. .el-table__body-wrapper {
  588. .el-checkbox {
  589. .el-checkbox__input {
  590. display: block;
  591. }
  592. }
  593. }
  594. }
  595. .historyBtn {
  596. background: #43516b;
  597. border-radius: 15px;
  598. margin-top: 5px;
  599. border: 1px solid #43516b;
  600. span {
  601. color: #fff;
  602. }
  603. }
  604. }
  605. .el-overlay {
  606. .el-overlay-dialog {
  607. overflow-y: hidden !important;
  608. .EvaluationhistoryModel {
  609. margin-top: 0 !important;
  610. .el-dialog__body {
  611. height: calc(100% - 51px - 50px);
  612. }
  613. }
  614. .contrastModal {
  615. .el-dialog__header {
  616. border: none;
  617. }
  618. .el-dialog__body {
  619. padding-top: 10px;
  620. }
  621. }
  622. }
  623. }
  624. .el-picker__popper .el-date-range-picker__header .el-picker-panel__icon-btn {
  625. color: #fff;
  626. }
  627. .el-picker__popper .el-date-table .in-range div {
  628. background: #43516b;
  629. }
  630. }
  631. </style>