Bladeren bron

修改数据指标页面,修复功率预测矩阵页面bug

baiyanting 1 jaar geleden
bovenliggende
commit
b64d06b289
28 gewijzigde bestanden met toevoegingen van 178689 en 3521 verwijderingen
  1. 2 2
      .env.development
  2. BIN
      src/assets/imgs/zqfj.png
  3. 74 76
      src/components/alarm-badge/index.vue
  4. 1 1
      src/components/lightDetial/index.vue
  5. 11 3
      src/components/windDetail/index.vue
  6. 29 2
      src/components/zbDialog/index.vue
  7. 2 2
      src/views/HealthControl/healthManagement/temperatureAnalysis/index.vue
  8. 4 2
      src/views/Home/components/map.vue
  9. 1 1
      src/views/economicsOperation/photovoltaicAnalyse/performanceEvaluation/index.vue
  10. 2 2
      src/views/economicsOperation/stationAnalyse/electricAnalyse/components/barCharts.vue
  11. 2 2
      src/views/economicsOperation/stationAnalyse/electricAnalyse/index.vue
  12. 10383 208
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/fangshansunjiashan.vue
  13. 10447 196
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/huairenchuchen.vue
  14. 13485 237
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/pingluzuhu.vue
  15. 23582 346
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/shanyinrongxin.vue
  16. 23506 380
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/yanggaoweijiabao.vue
  17. 40084 618
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/yingxianjinghui.vue
  18. 94 92
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightDataTarget/index.vue
  19. 6 6
      src/views/stateMonitor/factoryMonitor/photovoltaic/lighthome/index.vue
  20. 87 85
      src/views/stateMonitor/factoryMonitor/windPowerPlant/DataTarget/index.vue
  21. 18436 366
      src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/BHB.vue
  22. 15481 273
      src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/YF.vue
  23. 12141 245
      src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/YTY.vue
  24. 10607 223
      src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/ZK.vue
  25. 1 1
      src/views/stateMonitor/factoryMonitor/windPowerPlant/matrixMonitor/index.vue
  26. 6 6
      src/views/stateMonitor/factoryMonitor/windPowerPlant/windhome/index.vue
  27. 1 0
      src/views/stateMonitor/powerPredictMatrix/index.vue
  28. 214 146
      src/views/stateMonitor/zhzb/zhzb.vue

+ 2 - 2
.env.development

@@ -3,8 +3,8 @@ VUE_APP_TEST=http://10.81.3.155:9002
 # VUE_APP_TEST=http://192.168.1.101:9002
 
 
-# VUE_APP_API=http://192.168.1.110:6060
-VUE_APP_API=http://10.81.3.153:6060
+VUE_APP_API=http://192.168.1.110:6060
+# VUE_APP_API=http://10.81.3.153:6060
 # VUE_APP_API=http://192.168.1.109:6060
 
 

BIN
src/assets/imgs/zqfj.png


+ 74 - 76
src/components/alarm-badge/index.vue

@@ -207,80 +207,76 @@ export default {
       }
     },
     playAudioEffect() {
-    //   const lv1Config = this.getConfigItem(1);
-    //   let lv1Play = false;
-    //   if (lv1Config.isAlarmSound) {
-    //     lv1Play = this.dialogList.some((ele) => {
-    //       return ele.lv === 1 && !ele.confirm;
-    //     });
-    //   }
-
-    //   const lv2Config = this.getConfigItem(2);
-    //   let lv2Play = false;
-    //   if (lv2Config.isAlarmSound) {
-    //     lv2Play = this.dialogList.some((ele) => {
-    //       return ele.lv === 2 && !ele.confirm;
-    //     });
-    //   }
-
-    //   const lv3Config = this.getConfigItem(3);
-    //   let lv3Play = false;
-    //   if (lv3Config.isAlarmSound) {
-    //     lv3Play = this.dialogList.some((ele) => {
-    //       return ele.lv === 3 && !ele.confirm;
-    //     });
-    //   }
-
-    //   const lv4Config = this.getConfigItem(4);
-    //   let lv4Play = false;
-    //   if (lv4Config.isAlarmSound) {
-    //     lv4Play = this.dialogList.some((ele) => {
-    //       return ele.lv === 4 && !ele.confirm;
-    //     });
-    //   }
-
-    //   const lv5Config = this.getConfigItem(5);
-    //   let lv5Play = false;
-    //   if (lv5Config.isAlarmSound) {
-    //     lv5Play = this.dialogList.some((ele) => {
-    //       return ele.lv === 5 && !ele.confirm;
-    //     });
-    //   }
-    //   //   console.log(lv1Play, lv2Play, lv3Play, lv4Play, lv5Play);
-    //   if (lv5Play && !this.seriousWarning) {
-    //     this.seriousWarning = true;
-    //     this.audioElement = new Audio();
-    //     this.audioElement.src = "./static/sound/lv5.mp3";
-    //     this.audioElement.loop = true;
-    //     this.audioElement?.play();
-    //   } else if (
-    //     (lv1Play || lv2Play || lv3Play || lv4Play) &&
-    //     !this.seriousWarning
-    //   ) {
-    //     this.audioElement = new Audio();
-    //     this.audioElement.src = "./static/sound/lv4.mp3";
-    //     this.audioElement.addEventListener("ended", () => {
-    //       this.audioElement?.removeEventListener(
-    //         "ended",
-    //         this.stopPlayAudioEffect
-    //       );
-    //     });
-    //     this.audioElement?.play();
-    //   } else {
-    //     if (!this.seriousWarning) {
-    //       this.stopPlayAudioEffect();
-    //     }
-    //   }
+      //   const lv1Config = this.getConfigItem(1);
+      //   let lv1Play = false;
+      //   if (lv1Config.isAlarmSound) {
+      //     lv1Play = this.dialogList.some((ele) => {
+      //       return ele.lv === 1 && !ele.confirm;
+      //     });
+      //   }
+      //   const lv2Config = this.getConfigItem(2);
+      //   let lv2Play = false;
+      //   if (lv2Config.isAlarmSound) {
+      //     lv2Play = this.dialogList.some((ele) => {
+      //       return ele.lv === 2 && !ele.confirm;
+      //     });
+      //   }
+      //   const lv3Config = this.getConfigItem(3);
+      //   let lv3Play = false;
+      //   if (lv3Config.isAlarmSound) {
+      //     lv3Play = this.dialogList.some((ele) => {
+      //       return ele.lv === 3 && !ele.confirm;
+      //     });
+      //   }
+      //   const lv4Config = this.getConfigItem(4);
+      //   let lv4Play = false;
+      //   if (lv4Config.isAlarmSound) {
+      //     lv4Play = this.dialogList.some((ele) => {
+      //       return ele.lv === 4 && !ele.confirm;
+      //     });
+      //   }
+      //   const lv5Config = this.getConfigItem(5);
+      //   let lv5Play = false;
+      //   if (lv5Config.isAlarmSound) {
+      //     lv5Play = this.dialogList.some((ele) => {
+      //       return ele.lv === 5 && !ele.confirm;
+      //     });
+      //   }
+      //   //   console.log(lv1Play, lv2Play, lv3Play, lv4Play, lv5Play);
+      //   if (lv5Play && !this.seriousWarning) {
+      //     this.seriousWarning = true;
+      //     this.audioElement = new Audio();
+      //     this.audioElement.src = "./static/sound/lv5.mp3";
+      //     this.audioElement.loop = true;
+      //     this.audioElement?.play();
+      //   } else if (
+      //     (lv1Play || lv2Play || lv3Play || lv4Play) &&
+      //     !this.seriousWarning
+      //   ) {
+      //     this.audioElement = new Audio();
+      //     this.audioElement.src = "./static/sound/lv4.mp3";
+      //     this.audioElement.addEventListener("ended", () => {
+      //       this.audioElement?.removeEventListener(
+      //         "ended",
+      //         this.stopPlayAudioEffect
+      //       );
+      //     });
+      //     this.audioElement?.play();
+      //   } else {
+      //     if (!this.seriousWarning) {
+      //       this.stopPlayAudioEffect();
+      //     }
+      //   }
     },
 
     stopPlayAudioEffect() {
-    //   this.seriousWarning = false;
-    //   if (this.audioElement) {
-    //     this.audioElement.pause();
-    //     this.audioElement.currentTime = 0;
-    //     this.audioElement.loop = false;
-    //   }
-    //   this.audioElement = null;
+      //   this.seriousWarning = false;
+      //   if (this.audioElement) {
+      //     this.audioElement.pause();
+      //     this.audioElement.currentTime = 0;
+      //     this.audioElement.loop = false;
+      //   }
+      //   this.audioElement = null;
     },
     //获取报警配置
     getAlarmConfig() {
@@ -393,6 +389,7 @@ export default {
         lv: alarmItem.rank,
         lvName: this.getLvName(alarmItem),
         rank: alarmItem.rank,
+        confirmed: alarmItem.confirmed,
         class: `animate__bounceInRight lv${alarmItem.rank}`,
         deviceId: alarmItem.deviceId,
         faultCause: alarmItem.faultCause,
@@ -436,8 +433,8 @@ export default {
           : new Date(alarmItem.updateTime).formatDate("yyyy-MM-dd hh:mm:ss"),
       };
       if (
-        alarmItem.alarmType == "booststation" &&
-        alarmItem.deviceType != "custom"
+        alarmOption.alarmType == "booststation" &&
+        alarmOption.deviceType != "custom"
       ) {
         if (
           configItem.isAlarmSound ||
@@ -445,7 +442,8 @@ export default {
           configItem.isContinuousAlarm
         ) {
           let a = {};
-          a[`${alarmItem.stationId}`] = alarmItem.closeTime ? false : true;
+          a[`${alarmOption.stationId}`] =
+            alarmOption.closeTime || alarmOption.confirmed ? false : true;
           this.alarmList.push(a);
           this.alarmList = [
             ...new Set(this.alarmList.map((t) => JSON.stringify(t))),
@@ -456,7 +454,7 @@ export default {
         (configItem.isAlarmSound ||
           configItem.isAlart ||
           configItem.isContinuousAlarm) &&
-        alarmItem.deviceType != "custom"
+        alarmOption.deviceType != "custom"
       ) {
         if (type && type == "ws") {
           this.dialogList.unshift(alarmOption);
@@ -598,7 +596,7 @@ export default {
         let data = JSON.parse(msg.data);
         // 相关处理
         if (data) {
-        //   console.log("收到推送消息1", data);
+          //   console.log("收到推送消息1", data);
           this.pushALarmItem(data, "ws");
           //   this.dialogList.sort((a, b) => {
           //     return b.lv - a.lv;

+ 1 - 1
src/components/lightDetial/index.vue

@@ -23,7 +23,7 @@
             </i>
             <span>设备报警</span>
           </div>
-          <div class="wt-info">厂商名称:{{ otherInfo?.manufacturer }}</div>
+          <!-- <div class="wt-info">厂商名称:{{ otherInfo?.manufacturer }}</div> -->
           <div class="wt-xh" @click="handleXhClick(wtInfo)">
             设备型号:{{ otherInfo?.model }}
           </div>

+ 11 - 3
src/components/windDetail/index.vue

@@ -3,10 +3,10 @@
     <div class="edge" v-if="Object.keys(monitorInfo).length">
       <div class="info" style="position: relative">
         <div class="info-wrapper">
-          <div class="ps-info">
+          <!-- <div class="ps-info">
             <div class="ps-title">厂商名称:</div>
             <div class="ps-name">{{ otherInfo?.manufacturer }}</div>
-          </div>
+          </div> -->
           <div class="ps-info" @click="handleXhClick(windInfo)">
             <div class="ps-title">设备型号:</div>
             <div class="ps-name">{{ otherInfo?.model }}</div>
@@ -139,6 +139,7 @@
             发电机
           </div>
           <div
+            v-if="otherInfo?.model != 'XE100-2000'"
             class="title-item"
             :class="{ active: current === 'clx' }"
             @click="handleClick('clx')"
@@ -181,7 +182,14 @@
             其他
           </div>
         </div>
-        <div class="part-imgs">
+        <div class="part-imgs" v-if="otherInfo?.model == 'XE100-2000'">
+          <img
+            class="wind-part"
+            :style="{ width: flag ? '450px' : '500px' }"
+            src="@assets/imgs/zqfj.png"
+          />
+        </div>
+        <div class="part-imgs" v-else>
           <img
             v-if="current === 'fdj'"
             class="wind-part"

+ 29 - 2
src/components/zbDialog/index.vue

@@ -7,7 +7,10 @@
         </div>
       </div>
     </template>
-    <div class="dialog-body" :style="text == 'single'?'height: 700px':'height: 800px'">
+    <div
+      class="dialog-body"
+      :style="text == 'single' ? 'height: 700px' : 'height: 800px'"
+    >
       <img class="dialog-img" src="@/assets/imgs/dialog.png" />
       <div class="dialog-form">
         <el-checkbox
@@ -137,15 +140,37 @@ export default {
         { label: "机舱", code: "jc" },
         { label: "其他", code: "qt" },
       ],
+      showIt: true,
     };
   },
   created() {},
   methods: {
     // 初始化弹窗数据
-    openDialog(type, text) {
+    openDialog(type, text, station) {
       this.dialogVisible = true;
       this.text = text;
       this.type = type;
+
+      if (station && station == "SXJ_KGDL_BHB3_FDC_STA") {
+        this.partList = [
+          { label: "发电机", code: "fdj" },
+          { label: "变桨", code: "bj" },
+          { label: "偏航", code: "ph" },
+          { label: "液压", code: "yy" },
+          { label: "机舱", code: "jc" },
+          { label: "其他", code: "qt" },
+        ];
+      } else {
+        this.partList = [
+          { label: "发电机", code: "fdj" },
+          { label: "齿轮箱", code: "clx" },
+          { label: "变桨", code: "bj" },
+          { label: "偏航", code: "ph" },
+          { label: "液压", code: "yy" },
+          { label: "机舱", code: "jc" },
+          { label: "其他", code: "qt" },
+        ];
+      }
       this.checkList = this.uniformName;
       //   判断从哪个页面打开   single----数据指标
       if (text == "single") {
@@ -205,6 +230,7 @@ export default {
     // 确定并刷新列表
     tableRefresh() {
       this.dialogVisible = false;
+      this.headerIndex = -1;
       this.$emit(
         "tableRefresh",
         this.checkList,
@@ -271,6 +297,7 @@ export default {
   ul {
     display: flex;
     flex-direction: row;
+    justify-content: center;
     li {
       width: 140px;
       height: 100%;

+ 2 - 2
src/views/HealthControl/healthManagement/temperatureAnalysis/index.vue

@@ -126,10 +126,10 @@ export default {
       wtId: "",
       wpArray: [],
       wtArray: [],
-      partId: "fdj",
+      partId: "clx",
       partArray: [
-        { label: "发电机", value: "fdj" },
         { label: "齿轮箱", value: "clx" },
+        { label: "发电机", value: "fdj" },
         { label: "变桨", value: "bj" },
         { label: "主控", value: "zk" },
       ],

+ 4 - 2
src/views/Home/components/map.vue

@@ -1142,8 +1142,9 @@
         <el-row class="summarize">
           <div
             class="summarize-left"
-            @click="handleUsingDetail('month', 'yfdl', '月利用小时')"
+         
           >
+          <!--    @click="handleUsingDetail('month', 'yfdl', '月利用小时')" -->
             <p>月利用小时</p>
             <p>
               <span>
@@ -1155,8 +1156,9 @@
           <div class="line"></div>
           <div
             class="summarize-right"
-            @click="handleUsingDetail('year', 'nfdl', '年利用小时')"
+         
           >
+          <!--    @click="handleUsingDetail('year', 'nfdl', '年利用小时')" -->
             <p>年利用小时</p>
             <p>
               <span>{{ StationinformationData?.qt?.nlyxs?.toFixed(2) }}</span>

+ 1 - 1
src/views/economicsOperation/photovoltaicAnalyse/performanceEvaluation/index.vue

@@ -131,7 +131,7 @@ export default {
       tableHeaderGf: [
         { title: "离散率(%)", code: "scatter" },
         { title: "转换效率(%)", code: "conversionEfficiency" },
-        { title: "等发电时(h)", code: "equivalentGeneratingTime" },
+        { title: "等发电时(h)", code: "equivalentGeneratingTime" },
         { title: "设备可利用率(%)", code: "deviceAvailability" },
       ],
       dialogVisible: false,

+ 2 - 2
src/views/economicsOperation/stationAnalyse/electricAnalyse/components/barCharts.vue

@@ -108,7 +108,7 @@ export default {
               var seriesType = param.seriesType; //单位判断code
               var mark = param.marker; //点
               var unit = `<span style='font-size:14px'>${
-                seriesType == "line" ? "W/m²" : "万kWh"
+                seriesType == "line" ? "kW/m²" : "万kWh"
               }</span>`;
 
               htmlStr += mark; //一个点
@@ -201,7 +201,7 @@ export default {
       if (this.tabIndex == -2) {
         option.yAxis.push({
           type: "value",
-          name: "单位:W/m²",
+          name: "单位:kW/m²",
           nameTextStyle: {
             color: "#93989A",
           },

+ 2 - 2
src/views/economicsOperation/stationAnalyse/electricAnalyse/index.vue

@@ -162,13 +162,13 @@ export default {
         "短期功率预测准确率",
       ],
       headersGf: [
-        "日照强度(W/m²)",
+        "日照强度(kW/m²)",
         "实发电量",
         "计划电量",
         "计划完成情况(%)",
         "可研电量",
         "可研完成情况(%)",
-        "等发电小时(h)",
+        "等发电小时(h)",
       ],
       tabIndex: -1,
       tabOptions: [

File diff suppressed because it is too large
+ 10383 - 208
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/fangshansunjiashan.vue


File diff suppressed because it is too large
+ 10447 - 196
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/huairenchuchen.vue


File diff suppressed because it is too large
+ 13485 - 237
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/pingluzuhu.vue


File diff suppressed because it is too large
+ 23582 - 346
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/shanyinrongxin.vue


File diff suppressed because it is too large
+ 23506 - 380
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/yanggaoweijiabao.vue


File diff suppressed because it is too large
+ 40084 - 618
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/yingxianjinghui.vue


+ 94 - 92
src/views/stateMonitor/factoryMonitor/photovoltaic/lightDataTarget/index.vue

@@ -74,7 +74,8 @@
         @current-change="handleCurrentChange"
         :page-size="pageSize"
         :current-page="pageNum"
-        layout="prev, pager, next"
+        :page-sizes="[18, 50, 100, 500]"
+        layout="total , sizes , prev, pager, next"
         :total="total"
       ></el-pagination>
       <dialog-check
@@ -164,93 +165,93 @@ export default {
   },
   created() {
     this.loading = true;
-    let localLightTargets = window.localStorage.getItem("lightlocalData");
-    if (
-      localLightTargets != null &&
-      JSON.stringify(localLightTargets) != "{}"
-    ) {
-      localLightTargets = JSON.parse(localLightTargets);
-      if (localLightTargets[1].name == "装机容量") {
-        localStorage.removeItem("lightlocalData");
-        this.uniformDetial = Array.from(
-          new Set([
-            {
-              name: "设备名称",
-              uniformCode: "SBAMC",
-              valueUnit: "",
-              width: "120",
-            },
-            {
-              name: "设备容量",
-              uniformCode: "SBXH",
-              valueUnit: "MW",
-              width: "80",
-            },
-            ...localLightTargets.filter(
-              (i) =>
-                i.valueUnit != "" &&
-                i.name != "设备容量" &&
-                i.name != "设备名称"
-            ),
-          ])
-        );
-        window.localStorage.setItem(
-          "lightlocalData",
-          JSON.stringify(this.uniformDetial)
-        );
-      } else {
-        this.uniformDetial = localLightTargets;
-      }
-    } else {
-      this.uniformDetial = [
-        {
-          name: "设备名称",
-          uniformCode: "SBAMC",
-          valueUnit: "",
-          width: "120",
-        },
-        {
-          name: "设备容量",
-          uniformCode: "SBXH",
-          valueUnit: "MW",
-          width: "80",
-        },
-        {
-          name: "逆变器交流电流",
-          valueUnit: "",
-          uniformCode: "AI075",
-          width: "150",
-        },
-        {
-          name: "电网B相电压",
-          valueUnit: "",
-          uniformCode: "AIG008",
-          width: "150",
-        },
-        {
-          name: "电网AB线电压",
-          valueUnit: "",
-          uniformCode: "AIG003",
-          width: "150",
-        },
-        {
-          name: "累计二氧化碳减排量",
-          valueUnit: "",
-          uniformCode: "AIG046",
-          width: "150",
-        },
-        {
-          name: "逆变器输入电压",
-          valueUnit: "",
-          uniformCode: "AIG058",
-          width: "150",
-        },
-      ];
-      window.localStorage.setItem(
-        "lightlocalData",
-        JSON.stringify(this.uniformDetial)
-      );
-    }
+    // let localLightTargets = window.localStorage.getItem("lightlocalData");
+    // if (
+    //   localLightTargets != null &&
+    //   JSON.stringify(localLightTargets) != "{}"
+    // ) {
+    //   localLightTargets = JSON.parse(localLightTargets);
+    //   if (localLightTargets[1].name == "装机容量") {
+    //     localStorage.removeItem("lightlocalData");
+    //     this.uniformDetial = Array.from(
+    //       new Set([
+    //         {
+    //           name: "设备名称",
+    //           uniformCode: "SBAMC",
+    //           valueUnit: "",
+    //           width: "120",
+    //         },
+    //         {
+    //           name: "设备容量",
+    //           uniformCode: "SBXH",
+    //           valueUnit: "MW",
+    //           width: "80",
+    //         },
+    //         ...localLightTargets.filter(
+    //           (i) =>
+    //             i.valueUnit != "" &&
+    //             i.name != "设备容量" &&
+    //             i.name != "设备名称"
+    //         ),
+    //       ])
+    //     );
+    //     window.localStorage.setItem(
+    //       "lightlocalData",
+    //       JSON.stringify(this.uniformDetial)
+    //     );
+    //   } else {
+    //     this.uniformDetial = localLightTargets;
+    //   }
+    // } else {
+    this.uniformDetial = [
+      {
+        name: "设备名称",
+        uniformCode: "SBAMC",
+        valueUnit: "",
+        width: "120",
+      },
+      {
+        name: "设备容量",
+        uniformCode: "SBXH",
+        valueUnit: "MW",
+        width: "80",
+      },
+      {
+        name: "日发电量",
+        valueUnit: "",
+        uniformCode: "AI121",
+        width: "150",
+      },
+      {
+        name: "月发电量",
+        valueUnit: "",
+        uniformCode: "AIG072",
+        width: "150",
+      },
+      {
+        name: "年发电量",
+        valueUnit: "",
+        uniformCode: "AIG063",
+        width: "150",
+      },
+      {
+        name: "总发电量",
+        valueUnit: "",
+        uniformCode: "AIG095",
+        width: "150",
+      },
+      {
+        name: "有功功率",
+        valueUnit: "",
+        uniformCode: "AI114",
+        width: "150",
+      },
+    ];
+    //   window.localStorage.setItem(
+    //     "lightlocalData",
+    //     JSON.stringify(this.uniformDetial)
+    //   );
+    // }
   },
   mounted() {
     this.timer = setInterval(() => {
@@ -265,6 +266,7 @@ export default {
     getNewObj,
     deepClone,
     handleSizeChange(val) {
+      this.pageNum = 1;
       this.pageSize = val;
       this.GetWtTargetsList();
     },
@@ -429,10 +431,10 @@ export default {
         { name: "设备容量", uniformCode: "SBXH", valueUnit: "MW", width: "80" },
         ...codeDetial,
       ];
-      window.localStorage.setItem(
-        "lightlocalData",
-        JSON.stringify(this.uniformDetial)
-      );
+      //   window.localStorage.setItem(
+      //     "lightlocalData",
+      //     JSON.stringify(this.uniformDetial)
+      //   );
       this.GetWtTargetsList();
     },
   },

+ 6 - 6
src/views/stateMonitor/factoryMonitor/photovoltaic/lighthome/index.vue

@@ -447,13 +447,13 @@ export default {
         },
         {
           code: "spbwsj",
-          name: "首批并网时间",
-        },
-        {
-          code: "zctysj",
-          name: "整场投运时间",
+          name: "并网时间",
         },
         // {
+        //   code: "zctysj",
+        //   name: "整场投运时间",
+        // },
+        // {
         //   code: "cftsl",
         //   name: "测风塔(座)",
         // },
@@ -930,7 +930,7 @@ export default {
     },
     sjUtill(time) {
       if (time) {
-        return dayjs(time).format("YYYY-MM-DD HH:mm:ss");
+        return dayjs(time).format("YYYY-MM-DD");
       }
     },
   },

+ 87 - 85
src/views/stateMonitor/factoryMonitor/windPowerPlant/DataTarget/index.vue

@@ -74,7 +74,8 @@
         @current-change="handleCurrentChange"
         :page-size="pageSize"
         :current-page="pageNum"
-        layout="prev, pager, next"
+        :page-sizes="[18, 50, 100, 500]"
+        layout="total , sizes , prev, pager, next"
         :total="total"
       ></el-pagination>
       <dialog-check
@@ -163,85 +164,85 @@ export default {
   },
   async created() {
     this.loading = true;
-    let localWindTargets = window.localStorage.getItem("windlocalData");
-    if (localWindTargets != null && JSON.stringify(localWindTargets) != "{}") {
-      localWindTargets = JSON.parse(localWindTargets);
-      if (localWindTargets[1].name == "设备容量") {
-        localStorage.removeItem("windlocalData");
-        this.uniformDetial = Array.from(
-          new Set([
-            {
-              name: "设备名称",
-              uniformCode: "SBAMC",
-              valueUnit: "",
-              width: "120",
-            },
-            {
-              name: "设备容量",
-              uniformCode: "SBXH",
-              valueUnit: "MW",
-              width: "80",
-            },
-            ...localWindTargets.filter(
-              (i) =>
-                i.valueUnit != "" &&
-                i.name != "设备容量" &&
-                i.name != "设备名称"
-            ),
-          ])
-        );
-        window.localStorage.setItem(
-          "windlocalData",
-          JSON.stringify(this.uniformDetial)
-        );
-      } else {
-        this.uniformDetial = localWindTargets;
-      }
-    } else {
-      this.uniformDetial = [
-        {
-          name: "设备名称",
-          uniformCode: "SBAMC",
-          valueUnit: "",
-          width: "120",
-        },
-        { name: "设备容量", uniformCode: "SBXH", valueUnit: "MW", width: "80" },
-        {
-          name: "齿轮箱轴1温度",
-          valueUnit: null,
-          uniformCode: "AI042",
-          width: "150",
-        },
-        {
-          name: "齿轮箱轴2温度",
-          valueUnit: null,
-          uniformCode: "AI043",
-          width: "150",
-        },
-        {
-          name: "齿轮箱入口油温",
-          valueUnit: null,
-          uniformCode: "AI038",
-          width: "150",
-        },
-        {
-          name: "变桨1轮毂温度",
-          valueUnit: null,
-          uniformCode: "AI015",
-          width: "150",
-        },
-        {
-          name: "绕组电压",
-          valueUnit: null,
-          uniformCode: "AI093",
-          width: "150",
-        },
-      ];
-      window.localStorage.setItem(
-        "windlocalData",
-        JSON.stringify(this.uniformDetial)
-      );
-    }
+    // let localWindTargets = window.localStorage.getItem("windlocalData");
+    // if (localWindTargets != null && JSON.stringify(localWindTargets) != "{}") {
+    //   localWindTargets = JSON.parse(localWindTargets);
+    //   if (localWindTargets[1].name == "设备容量") {
+    //     localStorage.removeItem("windlocalData");
+    //     this.uniformDetial = Array.from(
+    //       new Set([
+    //         {
+    //           name: "设备名称",
+    //           uniformCode: "SBAMC",
+    //           valueUnit: "",
+    //           width: "120",
+    //         },
+    //         {
+    //           name: "设备容量",
+    //           uniformCode: "SBXH",
+    //           valueUnit: "MW",
+    //           width: "80",
+    //         },
+    //         ...localWindTargets.filter(
+    //           (i) =>
+    //             i.valueUnit != "" &&
+    //             i.name != "设备容量" &&
+    //             i.name != "设备名称"
+    //         ),
+    //       ])
+    //     );
+    //     window.localStorage.setItem(
+    //       "windlocalData",
+    //       JSON.stringify(this.uniformDetial)
+    //     );
+    //   } else {
+    //     this.uniformDetial = localWindTargets;
+    //   }
+    // } else {
+    this.uniformDetial = [
+      {
+        name: "设备名称",
+        uniformCode: "SBAMC",
+        valueUnit: "",
+        width: "120",
+      },
+      { name: "设备容量", uniformCode: "SBXH", valueUnit: "MW", width: "80" },
+      {
+        name: "风速",
+        valueUnit: null,
+        uniformCode: "AI066",
+        width: "150",
+      },
+      {
+        name: "风向",
+        valueUnit: null,
+        uniformCode: "AI067",
+        width: "150",
+      },
+      {
+        name: "有功功率",
+        valueUnit: null,
+        uniformCode: "AI114",
+        width: "150",
+      },
+      {
+        name: "总发电量",
+        valueUnit: null,
+        uniformCode: "AI121",
+        width: "150",
+      },
+      {
+        name: "叶轮转速",
+        valueUnit: null,
+        uniformCode: "AI109",
+        width: "150",
+      },
+    ];
+    //   window.localStorage.setItem(
+    //     "windlocalData",
+    //     JSON.stringify(this.uniformDetial)
+    //   );
+    // }
   },
   mounted() {
     this.timer = setInterval(() => {
@@ -256,6 +257,7 @@ export default {
     getNewObj,
     deepClone,
     handleSizeChange(val) {
+      this.pageNum = 1;
       this.pageSize = val;
       this.GetWtTargetsList();
     },
@@ -391,7 +393,7 @@ export default {
     // 添加指标,数据回填
     addTargets() {
       if (this.stationData.length) {
-        this.$refs.zbdialog.openDialog("-1", "single");
+        this.$refs.zbdialog.openDialog("-1", "single", this.stationCode);
       }
     },
     //点击确定,将checkList文字转为编码
@@ -424,10 +426,10 @@ export default {
         { name: "设备容量", uniformCode: "SBXH", valueUnit: "", width: "80" },
         ...codeDetial,
       ];
-      window.localStorage.setItem(
-        "windlocalData",
-        JSON.stringify(this.uniformDetial)
-      );
+      //   window.localStorage.setItem(
+      //     "windlocalData",
+      //     JSON.stringify(this.uniformDetial)
+      //   );
 
       this.GetWtTargetsList();
     },

File diff suppressed because it is too large
+ 18436 - 366
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/BHB.vue


File diff suppressed because it is too large
+ 15481 - 273
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/YF.vue


File diff suppressed because it is too large
+ 12141 - 245
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/YTY.vue


File diff suppressed because it is too large
+ 10607 - 223
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/ZK.vue


+ 1 - 1
src/views/stateMonitor/factoryMonitor/windPowerPlant/matrixMonitor/index.vue

@@ -481,7 +481,7 @@ export default {
         { text: "预测功率(MW)", code: "ycgl", ratio: 1 },
         { text: "保证功率(MW)", code: "bzgl", ratio: 1000 },
         // { text: "理论功率(MW)", code: "llgl", ratio: 1000 },
-        { text: "实际功率(MW)", code: "sjgl", ratio: 1000 },
+        { text: "实际功率(MW)", code: "sjgl", ratio: 1 },
         // { text: "AGC指令", code: "agc", ratio: 1000 },
         // { text: "出线功率(MW)", code: "cxgl", ratio: 1000 },
       ],

+ 6 - 6
src/views/stateMonitor/factoryMonitor/windPowerPlant/windhome/index.vue

@@ -450,13 +450,13 @@ export default {
         },
         {
           code: "spbwsj",
-          name: "首批并网时间",
-        },
-        {
-          code: "zctysj",
-          name: "整场投运时间",
+          name: "并网时间",
         },
         // {
+        //   code: "zctysj",
+        //   name: "整场投运时间",
+        // },
+        // {
         //   code: "cftsl",
         //   name: "测风塔(座)",
         // },
@@ -893,7 +893,7 @@ export default {
     },
     sjUtill(time) {
       if (time) {
-        return dayjs(time).format("YYYY-MM-DD HH:mm:ss");
+        return dayjs(time).format("YYYY-MM-DD");
       }
     },
   },

+ 1 - 0
src/views/stateMonitor/powerPredictMatrix/index.vue

@@ -262,6 +262,7 @@ export default {
       });
     },
     handleClose() {
+      this.isSearch = false;
       this.showName = "";
       this.showWpid = "";
       this.singleChartData = [];

+ 214 - 146
src/views/stateMonitor/zhzb/zhzb.vue

@@ -194,75 +194,49 @@ export default {
   },
   created() {
     this.loading = true;
-    let localAllTargets = window.localStorage.getItem("alllocalData");
+    this.getUniformCodes();
+    // let localAllTargets = window.localStorage.getItem("alllocalData");
     // 判断本地是否有指标
-    if (localAllTargets != null && JSON.stringify(localAllTargets) != "{}") {
-      localAllTargets = JSON.parse(localAllTargets);
-      if (localAllTargets[1].valueUnit == "kW") {
-        localStorage.removeItem("alllocalData");
-        this.uniformDetial = Array.from(
-          new Set([
-            {
-              name: "场站名称",
-              uniformCode: "CZMC",
-              valueUnit: "",
-              width: "120",
-            },
-            {
-              name: "装机容量",
-              uniformCode: "ZJRL",
-              valueUnit: "MW",
-              width: "80",
-            },
-            ...localAllTargets.filter(
-              (i) =>
-                i.valueUnit != "kW" &&
-                i.name != "装机容量" &&
-                i.name != "场站名称"
-            ),
-          ])
-        );
-        window.localStorage.setItem(
-          "alllocalData",
-          JSON.stringify(this.uniformDetial)
-        );
-      } else {
-        this.uniformDetial = localAllTargets;
-      }
-    } else {
-      this.uniformDetial = [
-        { name: "场站名称", uniformCode: "CZMC", valueUnit: "", width: "120" },
-        { name: "装机容量", uniformCode: "ZJRL", valueUnit: "MW", width: "80" },
-        {
-          name: "日限电停机损失电量",
-          valueUnit: null,
-          uniformCode: "RXDTJSSDL",
-          width: "150",
-        },
-        {
-          name: "15分钟自耗电",
-          valueUnit: null,
-          uniformCode: "ZHD15",
-          width: "150",
-        },
-        {
-          name: "15分钟检修损失电量",
-          valueUnit: null,
-          uniformCode: "JXSSDL15",
-          width: "150",
-        },
-        {
-          name: "月限电停机损失电量",
-          valueUnit: null,
-          uniformCode: "YXDTJSSDL",
-          width: "150",
-        },
-      ];
-      window.localStorage.setItem(
-        "alllocalData",
-        JSON.stringify(this.uniformDetial)
-      );
-    }
+    // if (localAllTargets != null && JSON.stringify(localAllTargets) != "{}") {
+    //   localAllTargets = JSON.parse(localAllTargets);
+    //   if (localAllTargets[1].valueUnit == "kW") {
+    // localStorage.removeItem("alllocalData");
+    // this.uniformDetial = Array.from(
+    //   new Set([
+    //     {
+    //       name: "场站名称",
+    //       uniformCode: "CZMC",
+    //       valueUnit: "",
+    //       width: "120",
+    //     },
+    //     {
+    //       name: "装机容量",
+    //       uniformCode: "ZJRL",
+    //       valueUnit: "MW",
+    //       width: "80",
+    //     },
+    //     ...localAllTargets.filter(
+    //       (i) =>
+    //         i.valueUnit != "kW" &&
+    //         i.name != "装机容量" &&
+    //         i.name != "场站名称"
+    //     ),
+    //   ])
+    // );
+    // window.localStorage.setItem(
+    //   "alllocalData",
+    //   JSON.stringify(this.uniformDetial)
+    // );
+    //   } else {
+    // this.uniformDetial = localAllTargets;
+    //   }
+    // } else {
+
+    //   window.localStorage.setItem(
+    //     "alllocalData",
+    //     JSON.stringify(this.uniformDetial)
+    //   );
+    // }
     // this.$nextTick(() => this.firstRender());
   },
   mounted() {
@@ -281,9 +255,103 @@ export default {
     typeFlag(activeTab, enterpriseIndex) {
       this.activeTab = activeTab;
       this.tabIndex = activeTab == "all" ? 0 : activeTab == "fc" ? -1 : -2;
+      this.getUniformCodes();
       this.enterpriseIndex = enterpriseIndex;
       this.$nextTick(() => this.firstRender());
     },
+    getUniformCodes() {
+      if (this.tabIndex == -1) {
+        this.uniformDetial = [
+          {
+            name: "场站名称",
+            uniformCode: "CZMC",
+            valueUnit: "",
+            width: "120",
+          },
+          {
+            name: "装机容量",
+            uniformCode: "ZJRL",
+            valueUnit: "MW",
+            width: "80",
+          },
+          {
+            name: "日发电量",
+            valueUnit: null,
+            uniformCode: "RFDL",
+            width: "150",
+          },
+          {
+            name: "月发电量",
+            valueUnit: null,
+            uniformCode: "YFDL",
+            width: "150",
+          },
+          {
+            name: "年发电量",
+            valueUnit: null,
+            uniformCode: "NFDL",
+            width: "150",
+          },
+          {
+            name: "实时总功率",
+            valueUnit: null,
+            uniformCode: "SSZGL",
+            width: "150",
+          },
+          {
+            name: "实时平均风速",
+            valueUnit: null,
+            uniformCode: "SSPJFS",
+            width: "150",
+          },
+        ];
+      } else if (this.tabIndex == -2) {
+        this.uniformDetial = [
+          {
+            name: "场站名称",
+            uniformCode: "CZMC",
+            valueUnit: "",
+            width: "120",
+          },
+          {
+            name: "装机容量",
+            uniformCode: "ZJRL",
+            valueUnit: "MW",
+            width: "80",
+          },
+          {
+            name: "日发电量",
+            valueUnit: null,
+            uniformCode: "RFDL",
+            width: "150",
+          },
+          {
+            name: "月发电量",
+            valueUnit: null,
+            uniformCode: "YFDL",
+            width: "150",
+          },
+          {
+            name: "年发电量",
+            valueUnit: null,
+            uniformCode: "NFDL",
+            width: "150",
+          },
+          {
+            name: "实时总功率",
+            valueUnit: null,
+            uniformCode: "SSZGL",
+            width: "150",
+          },
+          {
+            name: "实时平均光照度",
+            valueUnit: null,
+            uniformCode: "SSPJGZD",
+            width: "150",
+          },
+        ];
+      }
+    },
     // 查询数据
     async firstRender() {
       //获取table数据
@@ -420,10 +488,10 @@ export default {
         },
         ...codeDetial,
       ];
-      window.localStorage.setItem(
-        "alllocalData",
-        JSON.stringify(this.uniformDetial)
-      );
+      //   window.localStorage.setItem(
+      //     "alllocalData",
+      //     JSON.stringify(this.uniformDetial)
+      //   );
       //获取table数据
       this.firstRender();
     },
@@ -456,80 +524,80 @@ export default {
 };
 </script>
 <style lang="less" scoped>
-.status {
-  width: 100%;
-  height: calc(100vh - 7.222vh);
-  overflow-y: auto;
-  display: flex;
-  flex-direction: column;
-  .panel-box {
-    width: 100%;
-    display: flex;
-    flex-direction: row;
-    flex-wrap: wrap;
-    height: 54vh;
-    overflow-y: auto;
-
-    .panel-item {
-      width: calc(20% - 1.185vh);
-      margin-left: 1.481vh;
-      margin-bottom: 1.481vh;
-
-      &:nth-child(5n + 1) {
-        margin-left: 0;
-      }
-    }
-  }
-
-  .table-box {
-    border: 0.093vh solid @darkgray;
-    position: relative;
-    overflow: auto;
-    flex-grow: 1;
-
-    &::after,
-    &::before {
-      content: "";
-      position: absolute;
-      width: 0.185vh;
-      height: 0.185vh;
-      background-color: @write;
-      top: 0.37vh;
-    }
-
-    &::after {
-      left: 0.37vh;
-    }
-
-    &::before {
-      right: 0.37vh;
-    }
-  }
-  .table-box1 {
-    border: 0.093vh solid @darkgray;
-    position: relative;
-    overflow: auto;
-    flex-grow: 1;
-
-    &::after,
-    &::before {
-      content: "";
-      position: absolute;
-      width: 0.185vh;
-      height: 0.185vh;
-      background-color: @write;
-      top: 0.37vh;
-    }
-
-    &::after {
-      left: 0.37vh;
-    }
-
-    &::before {
-      right: 0.37vh;
-    }
-  }
-}
+// .status {
+//   width: 100%;
+//   height: calc(100vh - 7.222vh);
+//   overflow-y: auto;
+//   display: flex;
+//   flex-direction: column;
+//   .panel-box {
+//     width: 100%;
+//     display: flex;
+//     flex-direction: row;
+//     flex-wrap: wrap;
+//     height: 54vh;
+//     overflow-y: auto;
+
+//     .panel-item {
+//       width: calc(20% - 1.185vh);
+//       margin-left: 1.481vh;
+//       margin-bottom: 1.481vh;
+
+//       &:nth-child(5n + 1) {
+//         margin-left: 0;
+//       }
+//     }
+//   }
+
+//   .table-box {
+//     border: 0.093vh solid @darkgray;
+//     position: relative;
+//     overflow: auto;
+//     flex-grow: 1;
+
+//     &::after,
+//     &::before {
+//       content: "";
+//       position: absolute;
+//       width: 0.185vh;
+//       height: 0.185vh;
+//       background-color: @write;
+//       top: 0.37vh;
+//     }
+
+//     &::after {
+//       left: 0.37vh;
+//     }
+
+//     &::before {
+//       right: 0.37vh;
+//     }
+//   }
+//   .table-box1 {
+//     border: 0.093vh solid @darkgray;
+//     position: relative;
+//     overflow: auto;
+//     flex-grow: 1;
+
+//     &::after,
+//     &::before {
+//       content: "";
+//       position: absolute;
+//       width: 0.185vh;
+//       height: 0.185vh;
+//       background-color: @write;
+//       top: 0.37vh;
+//     }
+
+//     &::after {
+//       left: 0.37vh;
+//     }
+
+//     &::before {
+//       right: 0.37vh;
+//     }
+//   }
+// }
 .search-input {
   margin-left: 10px;