index.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  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: #05bb4c"
  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 dayjs from "dayjs";
  245. export default {
  246. name: "PerformanceAssess",
  247. components: {
  248. historyDetail,
  249. dayDetailInfo,
  250. },
  251. data() {
  252. return {
  253. tabIndex: 1,
  254. companyVal: "",
  255. companyOptions: [],
  256. stationVal: "",
  257. stationOptions: [],
  258. pickerTimer: "",
  259. EvaluationData: [],
  260. tableHeader: [
  261. { title: "发电量(kWh)", code: "dayfdl" },
  262. { title: "理论发电量(kWh)", code: "dayllfdl" },
  263. { title: "平均风速(m/s)", code: "dayfs" },
  264. { title: "平均功率(KW)", code: "daygl" },
  265. { title: "故障损失(kWh)", code: "daygzssdl" },
  266. { title: "限电损失(kWh)", code: "dayxdssdl" },
  267. { title: "检修损失(kWh)", code: "daywhssdl" },
  268. { title: "性能损失(kWh)", code: "dayxnssdl" },
  269. { title: "利用小时数(h)", code: "daylyxs" },
  270. { title: "拟合优度(%)", code: "daynhyd" },
  271. { title: "可利用率(%)", code: "daysbklyl" },
  272. { title: "等效可用系数(%)", code: "daydxkyxs" },
  273. { title: "有效风时数(h)", code: "dayyxfss" },
  274. { title: "平均切入(m/s)", code: "dayxfqr" },
  275. { title: "静风频率(%)", code: "dayjfpl" },
  276. { title: "功率一致性(%)", code: "dayglyzxxs" },
  277. ],
  278. tableHeaderGf: [
  279. { title: "发电量(kWh)", code: "dayfdl" },
  280. { title: "理论发电量(kWh)", code: "dayllfdl" },
  281. { title: "光照强度(W/㎡)", code: "dayfs" },
  282. { title: "平均功率(KW)", code: "daygl" },
  283. { title: "故障损失(kWh)", code: "daygzssdl" },
  284. { title: "限电损失(kWh)", code: "dayxdssdl" },
  285. { title: "检修损失(kWh)", code: "daywhssdl" },
  286. { title: "性能损失(kWh)", code: "dayxnssdl" },
  287. { title: "利用小时数(h)", code: "daylyxs" },
  288. { title: "拟合优度(%)", code: "daynhyd" },
  289. { title: "可利用率(%)", code: "daysbklyl" },
  290. { title: "等效可用系数(%)", code: "daydxkyxs" },
  291. { title: "有效光时数(h)", code: "dayyxfss" },
  292. { title: "功率一致性(%)", code: "dayglyzxxs" },
  293. ],
  294. dialogVisible: false,
  295. dialogTitle: "",
  296. chooseList: [],
  297. contrastVisible: false,
  298. tabEvent: -1,
  299. tabOptions: [
  300. { id: -1, name: "风电" },
  301. { id: -2, name: "光伏" },
  302. ],
  303. page: {
  304. currentPage: 1,
  305. pagesize: 21,
  306. total: 0,
  307. },
  308. historyTimer: "",
  309. };
  310. },
  311. created() {
  312. this.getCompanyData();
  313. },
  314. computed: {
  315. pageHeight() {
  316. return {
  317. height: document.documentElement.clientHeight - 130 + "px",
  318. };
  319. },
  320. },
  321. methods: {
  322. handleSizeChange(val) {
  323. this.page.currentPage = 1;
  324. this.page.pagesize = val;
  325. this.seachData();
  326. },
  327. handlePageChange(val) {
  328. this.page.currentPage = val;
  329. this.seachData();
  330. },
  331. // 切换tab
  332. tabSelect(index) {
  333. this.tabIndex = index;
  334. // if (this.tabIndex == 0) {
  335. // this.pickerTimer = dayjs().format("YYYY-MM-DD");
  336. // } else if (this.tabIndex == 1) {
  337. // this.pickerTimer = dayjs().format("YYYY-MM");
  338. // } else if (this.tabIndex == 2) {
  339. // this.pickerTimer = dayjs().format("YYYY");
  340. // }
  341. // this.historyTimer = dayjs().format("YYYY-MM-DD");
  342. this.page.currentPage = 1;
  343. this.seachData();
  344. },
  345. changeBtn(id) {
  346. this.tabEvent = id;
  347. this.stationVal = "";
  348. this.stationOptions = [];
  349. this.getStationData();
  350. this.seachData();
  351. },
  352. // 获取公司列表
  353. async getCompanyData() {
  354. this.companyOptions = [];
  355. this.pickerTimer = this.getchangeTime(new Date());
  356. this.historyTimer = this.getchangeTime(new Date());
  357. const { data: datas } = await getApicompanyslist();
  358. this.companyOptions = datas.data;
  359. this.companyVal = datas.data[0]?.id;
  360. this.getStationData();
  361. },
  362. changeCompan(val) {
  363. this.companyVal = val;
  364. this.stationOptions = [];
  365. this.stationVal = "";
  366. this.getStationData();
  367. },
  368. // 获取场站列表
  369. async getStationData() {
  370. this.stationOptions = [];
  371. let params = {
  372. type: this.tabEvent,
  373. companyid: this.companyVal,
  374. };
  375. const { data: datas } = await getApiwpByCplistlist(params);
  376. this.stationOptions = datas.data;
  377. this.stationVal = datas.data[0].id;
  378. this.getTableData();
  379. },
  380. changeStation(val) {
  381. this.stationVal = val;
  382. this.getTableData();
  383. },
  384. seachData() {
  385. this.getTableData();
  386. },
  387. async getTableData() {
  388. let params = {
  389. companyId: this.companyVal,
  390. date: this.pickerTimer,
  391. staType: -1,
  392. types: this.tabIndex * 1 + 1,
  393. wpId: this.stationVal,
  394. type: this.tabEvent,
  395. pageNum: this.page.currentPage,
  396. pageSize: this.page.pagesize,
  397. };
  398. const { data: datas } = await getApiequipmentinfoDayList(params);
  399. this.EvaluationData = datas.data.records;
  400. this.page.total = datas.data.total;
  401. },
  402. handleCurrentChange(val) {
  403. if (val.length > 2) {
  404. let del_row = val.shift();
  405. this.$refs.Eval_table.toggleRowSelection(del_row, false);
  406. }
  407. let arr = [];
  408. val.forEach((item, index) => {
  409. if (index < 2) {
  410. arr.push(item);
  411. }
  412. });
  413. this.chooseList = arr;
  414. },
  415. //转换时间
  416. getchangeTime(date) {
  417. var y = date.getFullYear();
  418. var m = date.getMonth() + 1;
  419. m = m < 10 ? "0" + m : m;
  420. var d = date.getDate();
  421. d = d < 10 ? "0" + d : d;
  422. return y + "-" + m + "-" + d;
  423. },
  424. seachHistoryData(row) {
  425. this.dialogVisible = true;
  426. this.dialogTitle = "历史数据查询";
  427. this.$nextTick(() => {
  428. let startT =
  429. new Date(this.historyTimer).getTime() - 10 * 24 * 60 * 60 * 1000;
  430. this.$refs.windhistoryDetail.pickerTimer = [
  431. this.getchangeTime(new Date(startT)),
  432. this.historyTimer,
  433. ];
  434. this.$refs.windhistoryDetail.tabIndex = this.tabIndex * 1 + 1;
  435. this.$refs.windhistoryDetail.tabEvent = this.tabEvent;
  436. this.$refs.windhistoryDetail.init(row);
  437. });
  438. },
  439. contrastFn() {
  440. this.contrastVisible = true;
  441. this.$nextTick(() => {
  442. this.$refs.MessageContrast.tabIndex = this.tabIndex * 1 + 1;
  443. this.$refs.MessageContrast.init();
  444. });
  445. },
  446. },
  447. };
  448. </script>
  449. <style lang="less" scoped>
  450. .comprehensiveEvaluation {
  451. padding: 0 20px;
  452. height: 100%;
  453. .Evaluation_title {
  454. .leftContent {
  455. width: 242px;
  456. height: 41px;
  457. line-height: 41px;
  458. background: url("~@/assets/imgs/title_left_bg1.png") no-repeat;
  459. span {
  460. font-size: 16px;
  461. font-family: Microsoft YaHei;
  462. font-weight: 400;
  463. color: #05bb4c;
  464. margin-left: 25px;
  465. }
  466. }
  467. }
  468. .clearfix::after {
  469. content: "";
  470. clear: both;
  471. height: 0;
  472. line-height: 0;
  473. visibility: hidden;
  474. display: block;
  475. }
  476. .clearfix {
  477. zoom: 1;
  478. }
  479. .Evaluation_topall {
  480. display: flex;
  481. justify-content: space-between;
  482. .selections {
  483. position: relative;
  484. right: 120px;
  485. display: flex;
  486. margin-top: 10px;
  487. .selections_btn {
  488. flex: 0 0 55px;
  489. text-align: center;
  490. height: 33px;
  491. line-height: 33px;
  492. margin-right: 8px;
  493. color: #b9b9b9;
  494. font-size: 1.296vh;
  495. background: fade(#606769, 20);
  496. border: 1px solid fade(#606769, 20);
  497. border-radius: 20px;
  498. &:hover,
  499. &.active {
  500. background: fade(#05bb4c, 80);
  501. border: 1px solid #05bb4c;
  502. color: #fff;
  503. cursor: pointer;
  504. }
  505. }
  506. }
  507. .Evaluation_top {
  508. display: flex;
  509. flex-direction: row;
  510. align-items: center;
  511. padding-top: 10px;
  512. padding-bottom: 10px;
  513. .station {
  514. display: flex;
  515. flex-direction: row;
  516. align-items: center;
  517. font-size: 14px;
  518. font-family: Microsoft YaHei;
  519. font-weight: 400;
  520. color: #b3b3b3;
  521. margin-right: 10px;
  522. margin-left: 10px;
  523. }
  524. .search-input {
  525. margin-left: 10px;
  526. .el-input__inner {
  527. width: 175px;
  528. }
  529. .el-input__suffix {
  530. right: -50px;
  531. }
  532. }
  533. .tabCut {
  534. display: inline-block;
  535. margin: 0 10px;
  536. div {
  537. display: inline-block;
  538. width: 60px;
  539. height: 27px;
  540. border: 1px solid #274934;
  541. text-align: center;
  542. line-height: 25px;
  543. cursor: pointer;
  544. }
  545. div:nth-child(1) {
  546. border-radius: 13px 0px 0px 13px;
  547. border-right-width: 0;
  548. }
  549. div:nth-child(2) {
  550. border-radius: 0px 13px 13px 0px;
  551. }
  552. .active {
  553. background-color: rgba(5, 187, 76, 0.9);
  554. color: #fff;
  555. }
  556. }
  557. .but {
  558. display: flex;
  559. flex-direction: row;
  560. align-content: center;
  561. margin-left: 20px;
  562. .buttons {
  563. background-color: rgba(5, 187, 76, 0.2);
  564. border: 1px solid #3b6c53;
  565. color: #b3b3b3;
  566. font-size: 14px;
  567. &:hover,
  568. &.active {
  569. background-color: rgba(5, 187, 76, 0.5);
  570. color: #ffffff;
  571. }
  572. }
  573. }
  574. }
  575. }
  576. .economicTable1 {
  577. height: calc(100% - 40px);
  578. .el-table--mini ::v-deep {
  579. .el-table__header-wrapper {
  580. .el-checkbox {
  581. display: none;
  582. }
  583. }
  584. .el-table__body-wrapper {
  585. .el-checkbox {
  586. .el-checkbox__input {
  587. display: block;
  588. }
  589. }
  590. }
  591. }
  592. .historyBtn {
  593. background: #43516b;
  594. border-radius: 15px;
  595. margin-top: 5px;
  596. border: 1px solid #43516b;
  597. span {
  598. color: #fff;
  599. }
  600. }
  601. }
  602. .el-overlay {
  603. .el-overlay-dialog {
  604. overflow-y: hidden !important;
  605. .EvaluationhistoryModel {
  606. margin-top: 0 !important;
  607. .el-dialog__body {
  608. height: calc(100% - 51px - 50px);
  609. }
  610. }
  611. .contrastModal {
  612. .el-dialog__header {
  613. border: none;
  614. }
  615. .el-dialog__body {
  616. padding-top: 10px;
  617. }
  618. }
  619. }
  620. }
  621. .el-picker__popper .el-date-range-picker__header .el-picker-panel__icon-btn {
  622. color: #fff;
  623. }
  624. .el-picker__popper .el-date-table .in-range div {
  625. background: #43516b;
  626. }
  627. }
  628. </style>