瀏覽代碼

Merge branch 'baiyanting1' of http://124.70.43.205:3000/xieshengjie/jn_sis_zhfx into daping

baiyanting 1 年之前
父節點
當前提交
dcb53ae278
共有 19 個文件被更改,包括 1467 次插入84367 次删除
  1. 8 2
      src/App.vue
  2. 54 17
      src/components/other/healthReport/index.vue
  3. 5 4
      src/store/index.js
  4. 1 0
      src/views/layout/Header.vue
  5. 621 40083
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/yingxianjinghui.vue
  6. 3 3
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/fangshansunjiashan.vue
  7. 3 3
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/fanshijunran.vue
  8. 3 3
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/huairenchuchen.vue
  9. 98 13488
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/pingluzuhu.vue
  10. 3 3
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/shanyinrongxin.vue
  11. 28 13
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/tianzhenxusheng.vue
  12. 3 3
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/tunliuwuyuan.vue
  13. 3 3
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/yanggaoweijiabao.vue
  14. 5 5
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/yingxianjinghui.vue
  15. 3 3
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/youyuyouwei.vue
  16. 2 2
      src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/index.vue
  17. 381 20123
      src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/DJY.vue
  18. 240 10606
      src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/ZK.vue
  19. 3 3
      src/views/stateMonitor/factoryMonitor/windPowerPlant/millivolt/components/HSM.vue

+ 8 - 2
src/App.vue

@@ -144,7 +144,9 @@ export default {
       return this.$store.state?.menuData?.length;
     },
   },
-  created() {},
+  created() {
+ 
+  },
   mounted() {
     let that = this;
     that.setScale();
@@ -208,7 +210,11 @@ export default {
     // 获取全部场站(不分风电光伏)
     async getAllStation() {
       const { data: datas } = await getAllStation();
-      this.$store.commit("changeStationAll", datas);
+      if (datas) {
+        this.$store.commit("changeStationAll", datas);
+      } else {
+        this.$store.commit("changeStationAll", []);
+      }
     },
     login() {
       this.$store.commit("user/SET_LOGINSTATE", true);

+ 54 - 17
src/components/other/healthReport/index.vue

@@ -206,17 +206,15 @@
       </div>
 
       <!-- 对风偏差先隐藏 -->
-      <div class="textBox" v-if="false">
+      <div class="textBox" v-if="healthreport != null">
         <el-form>
           <el-form-item class="imp fw text-indent-2">对风偏差:</el-form-item>
           <el-form-item class="text-indent-2">
-            统计周期内,对应的偏航对风偏差角度信号大部分集中在0度附近,近似于正态分布,正负偏差15%以内的频率{{
-              Number(healthreport.withincount)
-            }}次,以外的频次{{
-              Number(healthreport.beyondcount)
-            }}次,对风偏差率为{{
-              Number(healthreport.dfpcl).toFixed(1)
-            }},总体高于该型号机组平均值(3%)。
+            对应的偏航对风偏差角度信号,正负偏差正常次数{{
+              Number(healthreport.hg)
+            }}次,异常偏差{{ Number(healthreport.bhg) }}次,对风偏差率为{{
+              Number(healthreport.dfpcl)
+            }}。
           </el-form-item>
           <el-form-item class="text-indent-2"
             >其中风速在3-5m/s区间的对风偏差率{{
@@ -224,16 +222,9 @@
             }},风速在5-11m/s区间的对风偏差率{{
               Number(healthreport.fivedfpcl).toFixed(1)
             }},风速在11-25m/s区间的对风偏差率{{
-              Number(healthreport.elevendfpcl).toFixed(1)
+              Number(healthreport.eledfpcl).toFixed(1)
             }}。
           </el-form-item>
-          <el-form-item class="text-indent-2">
-            对于功率分别在100,200,300,400,...,{{
-              healthreport.glfw
-            }}KW的偏航对风偏差角度信号进行统计,对风偏差率分别为{{
-              healthreport.descriptiondfpcl
-            }};(如果需要查看在每一个功率等高线下偏航对风偏差角度信号在角度数值上的聚集程度,可参考能效分析中对风偏差分析模块)
-          </el-form-item>
 
           <div class="logHead">对风偏差率(频次)</div>
           <DoubleLineChart
@@ -948,7 +939,7 @@
 </template>
 
 <script>
-import DoubleLineChart from "@com/chart/line/double-line-chart.vue";
+import DoubleLineChart from "@/components/chart/line/double-line-chart.vue";
 // import ScatterLineChart from "@com/chart/combination/scatter-line-chart.vue";
 import NormalLineChart from "@com/chart/line/normal-line-chart.vue";
 import NormalRadarChart from "@com/chart/radar/normal-radar-chart.vue";
@@ -1858,6 +1849,52 @@ export default {
           this.glqxnh = glqxnh;
         }
       });
+      // 获取对风偏差率折线图
+      axios({
+        baseURL: process.env.VUE_APP_API,
+        url: `/winddeviation/getDeviationValue?wtId=${wtid}&recorddate=${recorddate}`,
+      }).then(({ data: res }) => {
+        if (res.data.code === 200) {
+          if (
+            res.data.data.deviationls.length &&
+            res.data.data.powerresultList.length &&
+            res.data.data.speedresultList.length
+          ) {
+            this.healthreport = res.data.data;
+            this.dfpc = {
+              nipples: [
+                {
+                  title: "频次",
+                  smooth: true,
+                  value: this.healthreport.deviationls.map((i) => {
+                    return { text: i.value, value: i.bhg };
+                  }),
+                },
+              ],
+              dfpclpowers: [
+                {
+                  title: "功率",
+                  smooth: true,
+                  value: this.healthreport.powerresultList.map((i) => {
+                    return { text: i.power, value: i.dfpcl };
+                  }),
+                },
+              ],
+              dfpclSpeeds: [
+                {
+                  title: "风速",
+                  smooth: true,
+                  value: this.healthreport.speedresultList.map((i) => {
+                    return { text: i.speed, value: i.dfpcl };
+                  }),
+                },
+              ],
+            };
+          } else {
+            this.healthreport = null;
+          }
+        }
+      });
 
       // 获取部件劣化状态
       axios({

+ 5 - 4
src/store/index.js

@@ -4,7 +4,8 @@ import user from "./modules/user";
 import routes from "./modules/router";
 import getters from "./getters";
 const debug = process.env.NODE_ENV !== "production";
-
+import { getCookie, setCookie } from "@/utills/auth"; // getToken from cookie
+import { get } from "jquery";
 // 默认状态
 const state = {
   websocketTimeSec: 1000,
@@ -20,8 +21,8 @@ const state = {
   cftList: localStorage.getItem("cftList")
     ? JSON.parse(localStorage.getItem("cftList"))
     : [],
-  stationListAll: localStorage.getItem("stationListAll")
-    ? JSON.parse(localStorage.getItem("stationListAll"))
+  stationListAll: getCookie("stationListAll")
+    ? JSON.parse(getCookie("stationListAll"))
     : [],
   boosterAlarm: JSON.parse(localStorage.getItem("boosterAlarm")) || 0,
   drawer: JSON.parse(localStorage.getItem("drawer")) || false,
@@ -60,7 +61,7 @@ const mutations = {
   },
   changeStationAll(state, data) {
     state.stationListAll = data;
-    localStorage.setItem("stationListAll", JSON.stringify(data));
+    setCookie("stationListAll", JSON.stringify(data));
   },
   changeBoosterAlarm(state, data) {
     state.boosterAlarm = data;

+ 1 - 0
src/views/layout/Header.vue

@@ -234,6 +234,7 @@ export default {
           userId: getCookie("userId"),
         }).then((res) => {
           this.$store.commit("user/REMOVE_TOKEN");
+           this.$store.commit("changeStationAll", []);
           this.$router.push("/login");
         });
       }

文件差異過大導致無法顯示
+ 621 - 40083
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/components/yingxianjinghui.vue


文件差異過大導致無法顯示
+ 3 - 3
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/fangshansunjiashan.vue


文件差異過大導致無法顯示
+ 3 - 3
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/fanshijunran.vue


文件差異過大導致無法顯示
+ 3 - 3
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/huairenchuchen.vue


文件差異過大導致無法顯示
+ 98 - 13488
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/pingluzuhu.vue


文件差異過大導致無法顯示
+ 3 - 3
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/shanyinrongxin.vue


文件差異過大導致無法顯示
+ 28 - 13
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/tianzhenxusheng.vue


文件差異過大導致無法顯示
+ 3 - 3
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/tunliuwuyuan.vue


文件差異過大導致無法顯示
+ 3 - 3
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/yanggaoweijiabao.vue


文件差異過大導致無法顯示
+ 5 - 5
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/yingxianjinghui.vue


文件差異過大導致無法顯示
+ 3 - 3
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/components/youyuyouwei.vue


+ 2 - 2
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMillivolt/index.vue

@@ -49,10 +49,10 @@
       v-if="wpId === 'SXJ_KGDL_YY_GDC_STA'"
     />
     <!-- 平鲁阻虎 -->
-    <!-- <GFpingluzuhu
+    <GFpingluzuhu
       class="booster-station-body"
       v-if="wpId === 'SXJ_KGDL_PL_GDC_STA'"
-    /> -->
+    />
     <!-- 天镇旭升 -->
     <GFtianzhenxusheng
       class="booster-station-body"

文件差異過大導致無法顯示
+ 381 - 20123
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/DJY.vue


文件差異過大導致無法顯示
+ 240 - 10606
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/components/ZK.vue


文件差異過大導致無法顯示
+ 3 - 3
src/views/stateMonitor/factoryMonitor/windPowerPlant/millivolt/components/HSM.vue