reportDialog.vue 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  1. <template>
  2. <div class="exportPDF">
  3. <el-button round size="mini" class="buttons" @click="savePdf"
  4. >导出PDF</el-button
  5. >
  6. <!-- <el-button round size="mini" class="buttons" @click="exportWord"
  7. >导出Word</el-button
  8. > -->
  9. </div>
  10. <div
  11. :class="showWhite ? 'monthReportWhite' : 'monthReport'"
  12. v-loading="loading"
  13. >
  14. <div class="dialogHeader">
  15. <span
  16. >{{ rowData?.windPowerStationName }}{{ dialogTitle }}号风机{{
  17. pickerTimerYear
  18. }}年{{ pickerTimerMonth }}月运行指标性能分析</span
  19. >
  20. </div>
  21. <div class="monthReportTable">
  22. <el-table :data="monthReportData" stripe size="mini" style="width: 100%">
  23. <el-table-column
  24. v-for="(item, index) in tableHeader"
  25. :key="index"
  26. :prop="item.field"
  27. :label="item.name"
  28. :align="item.field == 'name' ? 'center' : 'right'"
  29. :width="item.width"
  30. >
  31. </el-table-column>
  32. </el-table>
  33. </div>
  34. <div class="monthReportMsage">
  35. <div class="textIndent">
  36. 1.本月{{ rowData?.windPowerStationName
  37. }}{{ dialogTitle }}号风机风机设备利用小时数{{
  38. tableVal.byzb && (tableVal.byzb.lyxs || 0)
  39. }}小时、同比{{ tableVal.tqzb && (tableVal.tqzb.lyxs || 0) }}小时,
  40. 设备可利用率{{ tableVal.byzb && (tableVal.byzb.sbklyl || 0) }}%、同比{{
  41. tableVal.tqzb && (tableVal.tqzb.sbklyl || 0)
  42. }}%, 等效可用系数{{
  43. tableVal.byzb && (tableVal.byzb.dxklyxs || 0)
  44. }}%、同比{{ tableVal.tqzb && (tableVal.tqzb.dxklyxs || 0) }}%,
  45. 静风频率达到{{ tableVal.byzb && (tableVal.byzb.jfpl || 0) }}%、同比{{
  46. tableVal.tqzb && (tableVal.tqzb.jfpl || 0)
  47. }}%, 机组功率特性一致性系数达到{{
  48. tableVal.byzb && (tableVal.byzb.glyzxxs || 0)
  49. }}%、同比{{ tableVal.tqzb && (tableVal.tqzb.glyzxxs || 0) }}%。
  50. </div>
  51. <div class="textIndent">
  52. 2.{{ rowData?.windPowerStationName }}{{ dialogTitle }}风机{{
  53. pickerTimerYear
  54. }}年{{ pickerTimerMonth }}月平均风速{{
  55. tableVal.byzb && (tableVal.byzb.fs || 0)
  56. }}m/s、同比{{ tableVal.tqzb && (tableVal.tqzb.fs || 0) }}m/s,
  57. 小风平均切入风速{{
  58. tableVal.byzb && (tableVal.byzb.xfqr || 0)
  59. }}m/s、同比{{ tableVal.tqzb && (tableVal.tqzb.xfqr || 0) }}m/s,
  60. 有效风时数{{ tableVal.byzb && (tableVal.byzb.yxfss || 0) }}小时、同比{{
  61. tableVal.tqzb && (tableVal.tqzb.yxfss || 0)
  62. }}小时, 实际发电电量{{
  63. tableVal.byzb && (tableVal.byzb.fdl || 0)
  64. }}万kwh、同比{{ tableVal.tqzb && (tableVal.tqzb.fdl || 0) }}万kwh,
  65. 同比增长率{{
  66. tableVal.byzb && tableVal.tqzb && tableVal.tqzb.fdl > 0
  67. ? (
  68. ((tableVal.byzb.fdl - tableVal.tqzb.fdl) / tableVal.tqzb.fdl) *
  69. 100
  70. ).toFixed(2)
  71. : 0
  72. }}%,各项损失电量累计{{
  73. tableVal.byzb && (tableVal.byzb.llfdl - tableVal.byzb.fdl).toFixed(2)
  74. }}万kwh、 同比{{
  75. tableVal.byzb &&
  76. tableVal.tqzb &&
  77. (tableVal.tqzb.llfdl - tableVal.tqzb.fdl).toFixed(2)
  78. }}万kwh,同比增长率{{
  79. tableVal.byzb &&
  80. tableVal.tqzb &&
  81. tableVal.tqzb.llfdl - tableVal.tqzb.fdl > 0
  82. ? (
  83. ((tableVal.byzb.llfdl -
  84. tableVal.byzb.fdl -
  85. (tableVal.tqzb.llfdl - tableVal.tqzb.fdl)) /
  86. (tableVal.tqzb.llfdl - tableVal.tqzb.fdl)) *
  87. 100
  88. ).toFixed(2)
  89. : 0
  90. }}%, 理论发电量{{
  91. tableVal.byzb && tableVal.byzb.llfdl
  92. }}万kwh,实际发电量与理论发电量相差{{
  93. tableVal.tbzb && (tableVal.byzb.llfdl - tableVal.byzb.fdl).toFixed(2)
  94. }}万kwh。
  95. </div>
  96. <div class="textIndent">
  97. 3.本月静风频率{{
  98. tableVal.byzb && (tableVal.byzb.jfpl || 0)
  99. }}%,月累计待机小时{{
  100. tableVal.byzb && (tableVal.byzb.djxs || 0)
  101. }}小时,待机占比{{
  102. tableVal.byzb &&
  103. ((tableVal.byzb.djxs / tableVal.byzb.rlxs) * 100).toFixed(2)
  104. }}%。
  105. </div>
  106. </div>
  107. <div class="monthReportEcharts">
  108. <div id="ffEchart" style="width: 100%; height: 350px"></div>
  109. <div id="fiveEchart" style="width: 100%; height: 350px"></div>
  110. <!-- <div id="jfdjEchart" style="width: 100%; height: 350px"></div> -->
  111. </div>
  112. </div>
  113. </template>
  114. <script>
  115. import {
  116. getApisingleanalysisSub,
  117. getApisingleanalysisChart,
  118. } from "@/api/monthlyPerformanceAnalysis";
  119. import * as echarts from "echarts";
  120. import Get_PDF from "@/tools/htmlToPdf.js";
  121. // import { exportWord, getBase64Sync } from "@/tools/exportFile.js";
  122. import dayjs from "dayjs";
  123. import PizZip from "pizzip";
  124. import docxtemplater from "docxtemplater";
  125. import JSZipUtils from "jszip-utils";
  126. import { saveAs } from "file-saver";
  127. export default {
  128. data() {
  129. return {
  130. img0: "",
  131. img1: "",
  132. img2: "",
  133. showWhite: true,
  134. dialogTitle: "",
  135. pickerTimerYear: "",
  136. pickerTimerMonth: "",
  137. monthReportData: [],
  138. loading: false,
  139. tableHeader: [
  140. { name: "指标名称", field: "name", width: "270" },
  141. { name: "本月值", field: "byzb" },
  142. { name: "去年同期", field: "tqzb" },
  143. { name: "同比增长率(%)", field: "tbzb" },
  144. { name: "上月", field: "hqzb" },
  145. { name: "环比增长率(%)", field: "hbzb" },
  146. ],
  147. tabrow: {
  148. fdl: "实际发电量(万千瓦时)",
  149. fs: "平均风速(m/s)",
  150. gzss: "故障损失电量(万千瓦时)",
  151. jxss: "计划检修损失电量(万千瓦时)",
  152. xdss: "调度限电损失电量(万千瓦时)",
  153. xnss: "性能未达标损失电量(万千瓦时)",
  154. slss: "受累损失电量(万千瓦时)",
  155. llfdl: "理论发电量(万千瓦时)",
  156. gzxs: "故障停运时间(小时)",
  157. jxxs: "检修停运时间(小时)",
  158. djxs: "待机时间(小时)",
  159. zdxs: "通讯中断时间(小时)",
  160. yxxs: "并网时间(小时)",
  161. lyxs: "设备利用小时(小时)",
  162. sbklyl: "设备利用率(%)",
  163. dxklyxs: "等效可用系数(%)",
  164. xfqr: "小风切入风速(m/s)",
  165. glyzxxs: "功率特性一致性系数(%)",
  166. yxfss: "有效风时数(小时)",
  167. xfqrhgl: "小风切入合格率(%)",
  168. jfpl: "静风频率(%)",
  169. },
  170. tableVal: "",
  171. rowData: {},
  172. form: {},
  173. };
  174. },
  175. methods: {
  176. init(row) {
  177. this.monthReportData = [];
  178. this.tableVal = "";
  179. this.showWhite = true;
  180. this.rowData = row;
  181. this.getTableData(row);
  182. },
  183. changeModel() {
  184. this.showWhite = !this.showWhite;
  185. if (!this.showWhite) {
  186. document.querySelector(".monthReport").style.background = "#000";
  187. } else {
  188. document.querySelector(".monthReportWhite").style.background = "#fff";
  189. }
  190. this.getEchartsData(this.rowData);
  191. },
  192. savePdf() {
  193. let dom = "";
  194. if (!this.showWhite) {
  195. dom = document.querySelector(".monthReport");
  196. } else {
  197. dom = document.querySelector(".monthReportWhite");
  198. }
  199. Get_PDF.downloadPDF(
  200. dom,
  201. "运行指标性能分析报告" +
  202. dayjs(new Date()).format("YYYY-MM-DD HH:mm:ss"),
  203. this.showWhite
  204. );
  205. // exportWord(dom, "运行指标性能分析报告.docx", this.showWhite);
  206. },
  207. base64DataURLToArrayBuffer(dataURL) {
  208. const base64Regex = /^data:image\/(png|jpg|svg|svg\+xml);base64,/;
  209. if (!base64Regex.test(dataURL)) {
  210. return false;
  211. }
  212. const stringBase64 = dataURL.replace(base64Regex, "");
  213. let binaryString;
  214. if (typeof window !== "undefined") {
  215. binaryString = window.atob(stringBase64);
  216. } else {
  217. binaryString = new Buffer(stringBase64, "base64").toString("binary");
  218. }
  219. const len = binaryString.length;
  220. const bytes = new Uint8Array(len);
  221. for (let i = 0; i < len; i++) {
  222. const ascii = binaryString.charCodeAt(i);
  223. bytes[i] = ascii;
  224. }
  225. return bytes.buffer;
  226. },
  227. //点击按钮导出word (形参作为word发送到邮箱标识 无需考虑)
  228. exportWord(fileExport) {
  229. //这里要引入处理图片的插件,下载docxtemplater后,引入的就在其中了
  230. //编写docx模板 本文后续有文档模板语法教学
  231. var ImageModule = require("docxtemplater-image-module-free");
  232. var fs = require("fs");
  233. let _this = this;
  234. // 读取并获得模板文件的二进制内容,放在项目根目录public中即可
  235. JSZipUtils.getBinaryContent(
  236. "dataStatistics.docx",
  237. function (error, content) {
  238. if (error) {
  239. throw error;
  240. }
  241. // 图片处理
  242. let opts = {};
  243. opts = { centered: false };
  244. opts.getImage = (chartId) => {
  245. return _this.base64DataURLToArrayBuffer(chartId);
  246. };
  247. opts.getSize = function (img, tagValue, tagName) {
  248. //自定义指定图像大小,此处可动态调试各别图片的大小
  249. return [650, 300]; //例子:宽50px 高度100px
  250. };
  251. // 创建一个PizZip实例,内容为模板的内容
  252. let zip = new PizZip(content);
  253. // 创建并加载docxtemplater实例对象
  254. let doc = new docxtemplater();
  255. doc.attachModule(new ImageModule(opts));
  256. doc.loadZip(zip);
  257. // 设置模板变量的值
  258. doc.setData({
  259. dialogTitle: _this.dialogTitle,
  260. pickerTimerYear: _this.pickerTimerYear,
  261. pickerTimerMonth: _this.pickerTimerMonth,
  262. ..._this.articleParams, //详情内容字段(Object)
  263. table: _this.detailParams, //表格内容(Array)
  264. img0: _this.img0, // echarts图片
  265. img1: _this.img1,
  266. img2: _this.img2,
  267. monthReportData: _this.monthReportData,
  268. lyxs: _this.tableVal.byzb.lyxs,
  269. tplyxs: _this.tableVal.tqzb.lyxs,
  270. sbklyl: _this.tableVal.byzb.sbklyl,
  271. tpsbklyl: _this.tableVal.tqzb.sbklyl,
  272. dxklyxs: _this.tableVal.byzb.dxklyxs,
  273. tpdxklyxs: _this.tableVal.tqzb.dxklyxs,
  274. jfpl: _this.tableVal.byzb.jfpl,
  275. tpjfpl: _this.tableVal.tqzb.jfpl,
  276. glyzxxs: _this.tableVal.byzb.glyzxxs,
  277. tpglyzxxs: _this.tableVal.tqzb.glyzxxs,
  278. // fs: _this.tableVal.byzb.fs,
  279. // tpfs: _this.tableVal.tqzb.fs,
  280. // xfqr: _this.tableVal.byzb.xfqr,
  281. // tpxfqr: _this.tableVal.tqzb.xfqr,
  282. // yxfss : _this.tableVal.byzb.yxfss ,
  283. // tpyxfss : _this.tableVal.tqzb.yxfss ,
  284. // fdl: _this.tableVal.byzb.fdl,
  285. // tpfdl: _this.tableVal.tqzb.fdl,
  286. // tbfdl: _this.tableVal.tbzb.fdl,
  287. // ssfdl: _this.tableVal.byzb.llfdl - _this.tableVal.byzb.fdl,
  288. // tbsfdl: _this.tableVal.tqzb.llfdl - _this.tableVal.tqzb.fdl,
  289. // zzl: _this.tableVal.byzb.llfdl - _this.tableVal.tbzb.fdl,
  290. // llfdl: _this.tableVal.byzb.llfdl,
  291. // xcfdl: _this.tableVal.tbzb.llfdl,
  292. });
  293. try {
  294. // 用模板变量的值替换所有模板变量
  295. doc.render();
  296. } catch (error) {
  297. // 抛出异常
  298. let e = {
  299. message: error.message,
  300. name: error.name,
  301. stack: error.stack,
  302. properties: error.properties,
  303. };
  304. throw error;
  305. }
  306. // 生成一个代表docxtemplater对象的zip文件(不是一个真实的文件,而是在内存中的表示)
  307. let out = doc.getZip().generate({
  308. type: "blob",
  309. mimeType:
  310. "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
  311. });
  312. //此文件流 可以传送到后端服务器生成二进制文件(包含上传到阿里云服务器)
  313. if (fileExport == "export") {
  314. let formData = new FormData(); //创建formdata来存文件
  315. const chunkfile = new File([out], "性能分析.docx");
  316. formData.append("file", chunkfile); //存入文件
  317. formData.append("toEmailList", _this.mailForm.toEmailList);
  318. formData.append("customSubject", _this.mailForm.customSubject);
  319. //formData文件 需注意此api请求方式 下文会描述
  320. dataDetailsEmailApi(formData).then((res) => {
  321. if (res.data.code == 200) {
  322. _this.$message.success("发送成功");
  323. }
  324. });
  325. } else {
  326. // 将目标文件对象保存为目标类型的文件,并命名
  327. saveAs(out, "性能分析.docx");
  328. }
  329. }
  330. );
  331. },
  332. async getTableData(row) {
  333. this.loading = true;
  334. let params = {
  335. wtId: row.windturbineid,
  336. year: this.pickerTimerYear,
  337. month: this.pickerTimerMonth,
  338. };
  339. const { data: datas } = await getApisingleanalysisSub(params);
  340. this.tableVal = datas.data;
  341. let arr = [];
  342. let keyarr = Object.keys(datas.data.byzb);
  343. let jarr = Object.keys(datas.data);
  344. for (let k of keyarr) {
  345. let obj = {
  346. name: k,
  347. byzb: null,
  348. hbzb: null,
  349. hqzb: null,
  350. tbzb: null,
  351. tqzb: null,
  352. };
  353. for (let i in datas.data) {
  354. for (let j of jarr) {
  355. if (i == j) {
  356. obj[j] = datas.data[i][k] || 0;
  357. }
  358. }
  359. }
  360. if (k != "tjxs") {
  361. arr.push(obj);
  362. }
  363. }
  364. console.log(arr);
  365. arr = arr.filter((e) => {
  366. return (
  367. e.name != undefined &&
  368. e.name != "wtcode" &&
  369. e.name != "id" &&
  370. e.name != "windturbineid" &&
  371. e.name != "companyId" &&
  372. e.name != "types" &&
  373. e.name != "windturbineName" &&
  374. e.name != "windPowerStationId" &&
  375. e.name != "windPowerStationName" &&
  376. e.name != "recorddate" &&
  377. e.name != "swdl" &&
  378. e.name != "gwdl" &&
  379. e.name != "rlxs" &&
  380. e.name != "fjrl"
  381. );
  382. });
  383. console.log(arr);
  384. arr.forEach((e) => {
  385. e.name = this.tabrow[e.name];
  386. });
  387. this.monthReportData = arr;
  388. this.getEchartsData(row);
  389. },
  390. async getEchartsData(row) {
  391. let params = {
  392. wtId: row.windturbineid,
  393. year: this.pickerTimerYear,
  394. month: this.pickerTimerMonth,
  395. };
  396. const { data: datas } = await getApisingleanalysisChart(params);
  397. const res = datas;
  398. // 日发电量与风速
  399. this.makePowerAndWind(res);
  400. // 五项损失
  401. this.makeFiveBarEchart(res);
  402. //静风频率和待机时间
  403. // this.makeQuietAirStandby(res);
  404. this.loading = false;
  405. },
  406. //日发电量与风速----数据整体与展示
  407. makePowerAndWind(res) {
  408. let arrfffdl = [];
  409. let arrfffs = [];
  410. let xAxis = [];
  411. res.ff.forEach((e) => {
  412. let date = e.recorddate;
  413. xAxis.push(date);
  414. let objfdl = {
  415. name: "日发电量",
  416. value: e.fdl,
  417. itemStyle: {
  418. color: "#1c99ff",
  419. },
  420. };
  421. let objfs = {
  422. name: "风速",
  423. value: e.fs,
  424. itemStyle: {
  425. color: "#dcc652",
  426. },
  427. };
  428. arrfffdl.push(objfdl);
  429. arrfffs.push(objfs);
  430. });
  431. this.getPowerAndWind(xAxis, arrfffdl, arrfffs);
  432. },
  433. getPowerAndWind(xAxis, barData, lineData) {
  434. let option = {
  435. backgroundColor: this.showWhite ? "#fff" : "",
  436. color: ["#1c99ff", "#dcc652"],
  437. title: {
  438. text: "日发电量",
  439. textStyle: {
  440. color: this.showWhite ? "#000" : "#fff",
  441. },
  442. },
  443. tooltip: {
  444. trigger: "axis",
  445. },
  446. legend: {
  447. right: "20",
  448. data: ["日发电量", "风速"],
  449. textStyle: {
  450. color: this.showWhite ? "#000" : "#fff",
  451. },
  452. },
  453. xAxis: [
  454. {
  455. type: "category",
  456. data: xAxis,
  457. axisLabel: {
  458. color: this.showWhite ? "#000" : "#fff",
  459. },
  460. },
  461. ],
  462. yAxis: [
  463. {
  464. type: "value",
  465. name: "日发电量(kWh)",
  466. // min: 0,
  467. // max: 250,
  468. // interval: 50,
  469. nameTextStyle: {
  470. color: this.showWhite ? "#000" : "#fff",
  471. },
  472. axisLabel: {
  473. color: this.showWhite ? "#000" : "#fff",
  474. formatter: "{value}",
  475. },
  476. },
  477. {
  478. type: "value",
  479. name: "风速(m/s)",
  480. nameTextStyle: {
  481. color: this.showWhite ? "#000" : "#fff",
  482. },
  483. axisLabel: {
  484. color: this.showWhite ? "#000" : "#fff",
  485. formatter: "{value}",
  486. },
  487. },
  488. ],
  489. series: [
  490. {
  491. name: "日发电量",
  492. type: "bar",
  493. barWidth: 25,
  494. yAxisIndex: 0,
  495. data: barData,
  496. },
  497. {
  498. name: "风速",
  499. type: "line",
  500. yAxisIndex: 1,
  501. data: lineData,
  502. },
  503. ],
  504. };
  505. // 基于准备好的dom,初始化echarts实例
  506. let dom = document.getElementById("ffEchart");
  507. dom.removeAttribute("_echarts_instance_");
  508. let myChart = echarts.init(dom);
  509. myChart.setOption(option, this.showWhite ? "" : "dark");
  510. this.img0 = myChart.getDataURL({
  511. pixelRatio: 1, // 导出的图片分辨率比例,默认为 1。
  512. backgroundColor: "#ffffff", // 导出的图片背景色,默认使用 option 里的 backgroundColor
  513. });
  514. window.addEventListener("resize", function () {
  515. myChart.resize();
  516. });
  517. },
  518. //五项损失
  519. makeFiveBarEchart(res) {
  520. let arrwslegend = [
  521. "检修损失电量",
  522. "故障损失电量",
  523. "限电损失电量",
  524. "受累损失电量",
  525. "性能未达标损失电量",
  526. ];
  527. let arrwsdata = [
  528. {
  529. name: "检修损失电量",
  530. type: "bar",
  531. stack: "one",
  532. barWidth: "25",
  533. data: res.ws.map((i) => i.jxss),
  534. },
  535. {
  536. name: "故障损失电量",
  537. type: "bar",
  538. stack: "one",
  539. barWidth: "25",
  540. data: res.ws.map((i) => i.gzss),
  541. },
  542. {
  543. name: "限电损失电量",
  544. type: "bar",
  545. stack: "one",
  546. barWidth: "25",
  547. data: res.ws.map((i) => i.xdss),
  548. },
  549. {
  550. name: "受累损失电量",
  551. type: "bar",
  552. stack: "one",
  553. barWidth: "25",
  554. data: res.ws.map((i) => i.slss),
  555. },
  556. {
  557. name: "性能未达标损失电量",
  558. type: "bar",
  559. stack: "one",
  560. barWidth: "25",
  561. data: res.ws.map((i) => i.xnss),
  562. },
  563. ];
  564. let xAxis = res.ws.map((i) => dayjs(i.recorddate).format("YYYY-MM-DD"));
  565. this.getFiveBarEchart(xAxis, arrwslegend, arrwsdata);
  566. },
  567. getFiveBarEchart(xAxis, lenged, series) {
  568. let option = {
  569. backgroundColor: this.showWhite ? "#fff" : "",
  570. color: ["#e17e23", "#ba3237", "#c531c7", "#000", "#05bb4c"],
  571. title: {
  572. text: "损失电量分析",
  573. textStyle: {
  574. color: this.showWhite ? "#000" : "#fff",
  575. },
  576. },
  577. tooltip: {
  578. trigger: "axis",
  579. textStyle: {
  580. color: this.showWhite ? "#000" : "#fff",
  581. },
  582. },
  583. legend: {
  584. data: lenged,
  585. right: 20,
  586. textStyle: {
  587. color: this.showWhite ? "#000" : "#fff",
  588. },
  589. },
  590. xAxis: [
  591. {
  592. type: "category",
  593. axisLabel: {
  594. color: this.showWhite ? "#000" : "#fff",
  595. },
  596. data: xAxis,
  597. },
  598. ],
  599. yAxis: [
  600. {
  601. type: "value",
  602. name: "kWh",
  603. nameTextStyle: {
  604. color: this.showWhite ? "#000" : "#fff",
  605. },
  606. axisLabel: {
  607. color: this.showWhite ? "#000" : "#fff",
  608. },
  609. },
  610. ],
  611. series: series,
  612. };
  613. // 基于准备好的dom,初始化echarts实例
  614. let dom = document.getElementById("fiveEchart");
  615. dom.removeAttribute("_echarts_instance_");
  616. let myChart = echarts.init(dom);
  617. myChart.setOption(option, this.showWhite ? "" : "dark");
  618. setTimeout(() => {
  619. this.img1 = myChart.getDataURL({
  620. pixelRatio: 1, // 导出的图片分辨率比例,默认为 1。
  621. backgroundColor: "#ffffff", // 导出的图片背景色,默认使用 option 里的 backgroundColor
  622. });
  623. }, 2000);
  624. window.addEventListener("resize", function () {
  625. myChart.resize();
  626. });
  627. },
  628. //静风频率和待机时间
  629. makeQuietAirStandby(res) {
  630. // let arrjdjf = [];
  631. // let arrjddj = [];
  632. // let xAxis = [];
  633. // let series = [];
  634. // res.jd.forEach((e) => {
  635. // series;
  636. // let date = e.recorddate.substring(
  637. // e.recorddate.indexOf("-") + 1,
  638. // e.recorddate.indexOf("T")
  639. // );
  640. // xAxis.push(date);
  641. // arrjdjf.push(e.jfpl);
  642. // arrjddj.push(e.tjxs);
  643. // });
  644. // let obj = {
  645. // title: "静风时长(小时)",
  646. // type: "line",
  647. // value: arrjdjf,
  648. // };
  649. // series.push(obj);
  650. // let obj1 = {
  651. // title: "待机时长(小时)",
  652. // type: "line",
  653. // value: arrjddj,
  654. // };
  655. // series.push(obj1);
  656. // this.getQuietAirStandbyLineEchart(xAxis, series);
  657. },
  658. getQuietAirStandbyLineEchart(xAxis, series) {
  659. let option = {
  660. backgroundColor: this.showWhite ? "#fff" : "",
  661. color: ["#05bb4c", "#4b55ae"],
  662. title: {
  663. text: "损失电量分析",
  664. textAlign: "left",
  665. textStyle: {
  666. color: this.showWhite ? "#000" : "#fff",
  667. },
  668. },
  669. tooltip: {
  670. trigger: "axis",
  671. },
  672. legend: {
  673. right: "20",
  674. data: ["静风时长(小时)", "待机时长(小时)"],
  675. },
  676. xAxis: {
  677. type: "category",
  678. boundaryGap: false,
  679. data: xAxis,
  680. },
  681. yAxis: {
  682. type: "value",
  683. },
  684. series: series,
  685. };
  686. // 基于准备好的dom,初始化echarts实例
  687. let dom = document.getElementById("jfdjEchart");
  688. dom.removeAttribute("_echarts_instance_");
  689. let myChart = echarts.init(dom, this.showWhite ? "" : "dark");
  690. myChart.setOption(option);
  691. this.img2 = myChart.getDataURL({
  692. pixelRatio: 2, // 导出的图片分辨率比例,默认为 1。
  693. backgroundColor: "#999999", // 导出的图片背景色,默认使用 option 里的 backgroundColor
  694. });
  695. window.addEventListener("resize", function () {
  696. myChart.resize();
  697. });
  698. },
  699. },
  700. };
  701. </script>
  702. <style lang="less">
  703. .exportPDF {
  704. float: right;
  705. margin-right: 35px;
  706. margin-top: 10px;
  707. .buttons {
  708. background-color: rgba(5, 187, 76, 1);
  709. border: 1px solid #3b6c53;
  710. color: #fff;
  711. font-size: 14px;
  712. border: none;
  713. width: 108px;
  714. min-height: 25px !important;
  715. // &:hover {
  716. // background-color: rgba(5, 187, 76, 0.6);
  717. // color: #000;
  718. // }
  719. }
  720. }
  721. .monthReport {
  722. padding: 0 23px;
  723. padding-top: 20px;
  724. .dialogHeader {
  725. text-align: center;
  726. color: #fff;
  727. font-weight: 600;
  728. font-size: 16px;
  729. margin-bottom: 40px;
  730. span {
  731. position: relative;
  732. left: 5%;
  733. }
  734. }
  735. .el-button {
  736. min-height: 25px;
  737. height: 25px;
  738. span {
  739. position: relative;
  740. top: -8px;
  741. }
  742. }
  743. .monthReportTable {
  744. margin: 10px;
  745. padding-bottom: 10px;
  746. background: rgba(0, 0, 0, 0.4);
  747. }
  748. .monthReportMsage {
  749. .textIndent {
  750. color: #fff;
  751. font-size: 16px;
  752. line-height: 30px;
  753. text-indent: 2em;
  754. }
  755. }
  756. .monthReportEcharts {
  757. margin-top: 20px;
  758. }
  759. .el-loading-mask {
  760. background-color: rgba(0, 0, 0, 1) !important;
  761. }
  762. }
  763. .monthReportWhite {
  764. padding: 0 23px;
  765. background: #fff;
  766. padding-top: 20px;
  767. .dialogHeader {
  768. text-align: center;
  769. color: #000;
  770. font-weight: 600;
  771. font-size: 16px;
  772. margin-bottom: 40px;
  773. span {
  774. position: relative;
  775. left: 5%;
  776. }
  777. }
  778. .el-button {
  779. min-height: 25px;
  780. height: 25px;
  781. span {
  782. position: relative;
  783. top: -8px;
  784. }
  785. }
  786. .monthReportTable {
  787. margin: 10px;
  788. padding-bottom: 10px;
  789. background: rgba(255, 255, 255, 0.4);
  790. .el-table th.el-table__cell {
  791. border-right: 0px !important;
  792. }
  793. .el-table__header-wrapper {
  794. .has-gutter {
  795. tr {
  796. color: #000;
  797. th {
  798. background: #9e9d9d;
  799. color: #000;
  800. font-weight: 700;
  801. }
  802. }
  803. }
  804. }
  805. .el-table__body-wrapper {
  806. .el-table__body {
  807. tr {
  808. td {
  809. color: #000;
  810. }
  811. // &.el-table__row--striped {
  812. // background: #464444;
  813. // }
  814. }
  815. }
  816. }
  817. }
  818. .monthReportMsage {
  819. .textIndent {
  820. color: #000;
  821. font-size: 16px;
  822. line-height: 30px;
  823. text-indent: 2em;
  824. }
  825. }
  826. .monthReportEcharts {
  827. margin-top: 20px;
  828. }
  829. .el-loading-mask {
  830. // background-color: rgba(0,0,0,1) !important;
  831. }
  832. }
  833. </style>