Browse Source

综合报警模块添加测试数据

baiyanting 9 tháng trước cách đây
mục cha
commit
f570e02e98

+ 583 - 81
src/views/IntegratedAlarm/reliability/customAnalyse/index.vue

@@ -241,6 +241,7 @@
 
 <script setup>
 import { useStore } from "vuex";
+import { getStation } from "@/api/performance";
 import BASE from "@tools/basicTool.js";
 import {
   ref,
@@ -318,11 +319,18 @@ const changeType = async (value) => {
 };
 
 const getWpArray = async () => {
-  const { data } = await getWpList(state.typeVal);
-  changZhanArray.value = data;
-
+  const { data } = await getStation({
+    companyids: 0,
+    type: -1,
+  });
+  changZhanArray.value = data.data;
   state.changZhan =
-    state.typeVal == "windturbine" ? "SXJ_KGDL_DJY_FDC_STA" : data[0]?.id;
+    state.typeVal == "windturbine" ? "SXJ_KGDL_DJY_FDC_STA" : data.data[0]?.id;
+  //   const { data } = await getWpList(state.typeVal);
+  //   changZhanArray.value = data;
+
+  //   state.changZhan =
+  //     state.typeVal == "windturbine" ? "SXJ_KGDL_DJY_FDC_STA" : data[0]?.id;
 };
 // 机型
 const getequipmentmodel_list = async () => {
@@ -336,23 +344,203 @@ const getfetchRelatePart = async () => {
 };
 //型号列表
 const modelList = computed(() => {
-  if (state.changZhan == "") {
-    return [];
-  } else {
-    return state.modelListAll[state.changZhan];
-  }
+  //   if (state.changZhan == "") {
+  //     return [];
+  //   } else {
+  //     return state.modelListAll[state.changZhan];
+  //   }
+  return [
+    {
+      id: "SEC-W02B-1250kW",
+      nemCode: "SEC-W02B-1250kW",
+      name: "SEC-W02B-1250kW",
+      aname: "SEC-W02B-1250kW",
+      description: "DI",
+      powerProduction: 1250,
+      windturbineManufacturerId: "SHDQ_MF",
+      photo: null,
+      unit: null,
+      cutinwindSpeed: 3,
+      ratedwindSpeed: 11,
+      cutoutwindSpeed: "25",
+      sweptArea: 5800,
+      equipmentCategory: "F",
+    },
+  ];
 });
 //部件列表
 const componentList = computed(() => {
-  if (state.changZhan == "") {
-    return [];
-  } else {
-    if (state.changZhan.includes("FDC")) {
-      return state.fetchListAll?.fjbj;
-    } else {
-      return state.fetchListAll?.gfbj;
-    }
-  }
+  return [
+    {
+      id: "1",
+      category: "alertrule_category",
+      nemCode: "YP",
+      name: "叶片",
+      orderNumber: 1,
+      enable: 1,
+    },
+    {
+      id: "2",
+      category: "alertrule_category",
+      nemCode: "LG",
+      name: "轮毂",
+      orderNumber: 2,
+      enable: 1,
+    },
+    {
+      id: "3",
+      category: "alertrule_category",
+      nemCode: "TJ",
+      name: "塔架",
+      orderNumber: 3,
+      enable: 1,
+    },
+    {
+      id: "4",
+      category: "alertrule_category",
+      nemCode: "JC",
+      name: "机舱",
+      orderNumber: 4,
+      enable: 1,
+    },
+    {
+      id: "5",
+      category: "alertrule_category",
+      nemCode: "KZXT",
+      name: "控制系统",
+      orderNumber: 5,
+      enable: 1,
+    },
+    {
+      id: "6",
+      category: "alertrule_category",
+      nemCode: "BJXT",
+      name: "变桨系统",
+      orderNumber: 6,
+      enable: 1,
+    },
+    {
+      id: "7",
+      category: "alertrule_category",
+      nemCode: "PHXT",
+      name: "偏航系统",
+      orderNumber: 7,
+      enable: 1,
+    },
+    {
+      id: "8",
+      category: "alertrule_category",
+      nemCode: "CLX",
+      name: "齿轮箱",
+      orderNumber: 8,
+      enable: 1,
+    },
+    {
+      id: "9",
+      category: "alertrule_category",
+      nemCode: "FDJ",
+      name: "发电机",
+      orderNumber: 9,
+      enable: 1,
+    },
+    {
+      id: "10",
+      category: "alertrule_category",
+      nemCode: "BPQ",
+      name: "变频器",
+      orderNumber: 10,
+      enable: 1,
+    },
+    {
+      id: "11",
+      category: "alertrule_category",
+      nemCode: "YYXT",
+      name: "液压系统",
+      orderNumber: 11,
+      enable: 1,
+    },
+    {
+      id: "12",
+      category: "alertrule_category",
+      nemCode: "FZXT",
+      name: "辅助系统",
+      orderNumber: 12,
+      enable: 1,
+    },
+    {
+      id: "13",
+      category: "alertrule_category",
+      nemCode: "CFXT",
+      name: "测风系统",
+      orderNumber: 13,
+      enable: 1,
+    },
+    {
+      id: "14",
+      category: "alertrule_category",
+      nemCode: "DWXT",
+      name: "电网系统",
+      orderNumber: 14,
+      enable: 1,
+    },
+    {
+      id: "15",
+      category: "alertrule_category",
+      nemCode: "TDG",
+      name: "塔底柜",
+      orderNumber: 15,
+      enable: 1,
+    },
+    {
+      id: "16",
+      category: "alertrule_category",
+      nemCode: "CDL",
+      name: "传动链",
+      orderNumber: 16,
+      enable: 1,
+    },
+    {
+      id: "17",
+      category: "alertrule_category",
+      nemCode: "QT",
+      name: "其他",
+      orderNumber: 17,
+      enable: 1,
+    },
+    {
+      id: "42",
+      category: "alertrule_category",
+      nemCode: "CGQ",
+      name: "传感器",
+      orderNumber: 19,
+      enable: 1,
+    },
+    {
+      id: "41",
+      category: "alertrule_category",
+      nemCode: "BYQ",
+      name: "变压器",
+      orderNumber: 18,
+      enable: 1,
+    },
+    {
+      id: "44",
+      category: "alertrule_category",
+      nemCode: "ZZ",
+      name: "主轴",
+      orderNumber: 20,
+      enable: 1,
+    },
+  ];
+  //   if (state.changZhan == "") {
+  //     return [];
+  //   } else {
+  //     if (state.changZhan.includes("FDC")) {
+  //       return state.fetchListAll?.fjbj;
+  //     } else {
+  //       return state.fetchListAll?.gfbj;
+  //     }
+  //   }
 });
 watch(
   () => [modelList, componentList],
@@ -390,74 +578,388 @@ function changeChangzhan(val) {
   getAlarmId();
 }
 function getAlarmId() {
-  GetAlarmIdCustom({
-    components: state.components,
-    modelId: state.modelId,
-    wpId: state.changZhan,
-  }).then(({ data }) => {
-    state.alarmIdList = data;
-    // state.alarmIds = [];
-    state.alarmIds =
-      data.length <= 5
-        ? data.map((item) => item.alarmId)
-        : data.slice(0, 5).map((item) => item.alarmId);
+  //   GetAlarmIdCustom({
+  //     components: state.components,
+  //     modelId: state.modelId,
+  //     wpId: state.changZhan,
+  //   }).then(({ data }) => {
+  //     state.alarmIdList = data;
+  //     // state.alarmIds = [];
+  //     state.alarmIds =
+  //       data.length <= 5
+  //         ? data.map((item) => item.alarmId)
+  //         : data.slice(0, 5).map((item) => item.alarmId);
 
-    getTableList();
-  });
+  //     getTableList();
+  //   });
+  state.alarmIdList = [
+    {
+      alarmId: "10",
+      description: "发电机转速大于900,并且 任意齿轮箱轴温度每分钟上升超过1.5",
+    },
+  ];
+  getTableList();
 }
 // 获取列表数据 调用接口
 function getTableList() {
-  if (state.components?.length || state.typeVal === "booststation") {
-    getWarningCountList({
-      stationid: state.changZhan || "",
-      begin: state.starttime,
-      end: state.endtime,
-      timeType: "m",
-      components: state.typeVal === "booststation" ? [] : state.components,
-      modelId: state.modelId,
-      alarmIds: state.alarmIds,
-      deviceType: state.typeVal,
-    }).then((res) => {
-      if (res.length) {
-        let tableData = [];
-        let tHeard = [];
-        let data = res;
-        data.forEach((pEle) => {
-          for (let wtId in pEle) {
-            let wtItem = data.find((tableItem) => {
-              return wtId === tableItem.windturbineId;
-            });
-            !wtItem && (wtItem = { wtId });
-            pEle[wtId].forEach((cEle) => {
-              let someRes = tHeard.some((findEle) => {
-                return findEle.label == cEle.alertText;
-              });
+  //   if (state.components?.length || state.typeVal === "booststation") {
+  //     getWarningCountList({
+  //       stationid: state.changZhan || "",
+  //       begin: state.starttime,
+  //       end: state.endtime,
+  //       timeType: "m",
+  //       components: state.typeVal === "booststation" ? [] : state.components,
+  //       modelId: state.modelId,
+  //       alarmIds: state.alarmIds,
+  //       deviceType: state.typeVal,
+  //     }).then((res) => {
+  //       if (res.length) {
+  //         let tableData = [];
+  //         let tHeard = [];
+  //         let data = res;
+  //         data.forEach((pEle) => {
+  //           for (let wtId in pEle) {
+  //             let wtItem = data.find((tableItem) => {
+  //               return wtId === tableItem.windturbineId;
+  //             });
+  //             !wtItem && (wtItem = { wtId });
+  //             pEle[wtId].forEach((cEle) => {
+  //               let someRes = tHeard.some((findEle) => {
+  //                 return findEle.label == cEle.alertText;
+  //               });
 
-              if (!someRes) {
-                tHeard.push({
-                  label: cEle.alertText,
-                  code: cEle.alarmid,
-                });
-              }
-              wtItem[`${cEle.alarmid}_count`] = cEle.count;
-              wtItem[`${cEle.alarmid}_time`] = cEle.time;
-              wtItem["wtname"] = cEle.windturbineCode;
-            });
-            tableData.push(wtItem);
-          }
-        });
-        state.tHeard = tHeard;
-        state.tableData = tableData;
-      } else {
-        state.tHeard = [];
-        state.tableData = [];
-      }
-    });
-  } else {
-    BASE.showMsg({
-      msg: "部件至少选择一项才可查询",
-    });
-  }
+  //               if (!someRes) {
+  //                 tHeard.push({
+  //                   label: cEle.alertText,
+  //                   code: cEle.alarmid,
+  //                 });
+  //               }
+  //               wtItem[`${cEle.alarmid}_count`] = cEle.count;
+  //               wtItem[`${cEle.alarmid}_time`] = cEle.time;
+  //               wtItem["wtname"] = cEle.windturbineCode;
+  //             });
+  //             tableData.push(wtItem);
+  //           }
+  //         });
+  //         state.tHeard = tHeard;
+  //         state.tableData = tableData;
+  //       } else {
+  //
+  //       }
+  //     });
+  //   } else {
+  //     BASE.showMsg({
+  //       msg: "部件至少选择一项才可查询",
+  //     });
+  //   }
+  state.tHeard = [
+    {
+      label: "发电机转速大于900,并且 任意齿轮箱轴温度每分钟上升超过1.5",
+      code: "10",
+    },
+  ];
+  state.tableData = [
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0001_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#1",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0002_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#2",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0003_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#3",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0004_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#4",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0005_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#5",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0006_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#6",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0007_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#7",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0008_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#8",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0009_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#9",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0010_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#10",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0011_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#11",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0012_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#12",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0013_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#13",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0014_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#14",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0015_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#15",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0016_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#16",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0017_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#17",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0018_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#18",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0019_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#19",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0020_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#20",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0021_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#21",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0022_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#22",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0023_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#23",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0024_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#24",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0025_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#25",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0026_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#26",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0027_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#27",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0028_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#28",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0029_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#29",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0030_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#30",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0031_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#31",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0032_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#32",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0033_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#33",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0034_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#34",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0035_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#35",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0036_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#36",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0037_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#37",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0038_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#38",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0039_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#39",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0040_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#40",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0041_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#41",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0042_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#42",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0043_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#43",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0044_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#44",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0045_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#45",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0046_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#46",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0047_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#47",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0048_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#48",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0049_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#49",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0050_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#50",
+    },
+  ];
 }
 
 const handleSort = function (val) {

+ 590 - 88
src/views/IntegratedAlarm/reliability/historyAnalyse/index.vue

@@ -244,6 +244,7 @@
 
 <script setup>
 import { useStore } from "vuex";
+import { getStation } from "@/api/performance";
 import BASE from "@tools/basicTool.js";
 import {
   ref,
@@ -311,16 +312,23 @@ const changeType = (value) => {
 };
 
 const getWpArray = async () => {
-  const { data } = await getWpList(state.typeVal);
-  changZhanArray.value = data;
-  if (state.typeVal != "booststation") {
-    state.changZhan =
-      state.typeVal == "windturbine" ? "SXJ_KGDL_DJY_FDC_STA" : "";
-  } else {
-    state.changZhan = "";
-    state.modelId = "";
-    getTableList();
-  }
+  const { data } = await getStation({
+    companyids: 0,
+    type: -1,
+  });
+  changZhanArray.value = data.data;
+  state.changZhan =
+    state.typeVal == "windturbine" ? "SXJ_KGDL_DJY_FDC_STA" : data.data[0]?.id;
+  //   const { data } = await getWpList(state.typeVal);
+  //   changZhanArray.value = data;
+  //   if (state.typeVal != "booststation") {
+  //     state.changZhan =
+  //       state.typeVal == "windturbine" ? "SXJ_KGDL_DJY_FDC_STA" : "";
+  //   } else {
+  //     state.changZhan = "";
+  //     state.modelId = "";
+  //     getTableList();
+  //   }
 };
 // 机型
 const getequipmentmodel_list = async () => {
@@ -334,23 +342,203 @@ const getfetchRelatePart = async () => {
 };
 //型号列表
 const modelList = computed(() => {
-  if (state.changZhan == "") {
-    return [];
-  } else {
-    return state.modelListAll[state.changZhan];
-  }
+  //   if (state.changZhan == "") {
+  //     return [];
+  //   } else {
+  //     return state.modelListAll[state.changZhan];
+  //   }
+  return [
+    {
+      id: "SEC-W02B-1250kW",
+      nemCode: "SEC-W02B-1250kW",
+      name: "SEC-W02B-1250kW",
+      aname: "SEC-W02B-1250kW",
+      description: "DI",
+      powerProduction: 1250,
+      windturbineManufacturerId: "SHDQ_MF",
+      photo: null,
+      unit: null,
+      cutinwindSpeed: 3,
+      ratedwindSpeed: 11,
+      cutoutwindSpeed: "25",
+      sweptArea: 5800,
+      equipmentCategory: "F",
+    },
+  ];
 });
 //部件列表
 const componentList = computed(() => {
-  if (state.changZhan == "") {
-    return [];
-  } else {
-    if (state.changZhan.includes("FDC")) {
-      return state.fetchListAll?.fjbj;
-    } else {
-      return state.fetchListAll?.gfbj;
-    }
-  }
+  //   if (state.changZhan == "") {
+  //     return [];
+  //   } else {
+  //     if (state.changZhan.includes("FDC")) {
+  //       return state.fetchListAll?.fjbj;
+  //     } else {
+  //       return state.fetchListAll?.gfbj;
+  //     }
+  //   }
+  return [
+    {
+      id: "1",
+      category: "alertrule_category",
+      nemCode: "YP",
+      name: "叶片",
+      orderNumber: 1,
+      enable: 1,
+    },
+    {
+      id: "2",
+      category: "alertrule_category",
+      nemCode: "LG",
+      name: "轮毂",
+      orderNumber: 2,
+      enable: 1,
+    },
+    {
+      id: "3",
+      category: "alertrule_category",
+      nemCode: "TJ",
+      name: "塔架",
+      orderNumber: 3,
+      enable: 1,
+    },
+    {
+      id: "4",
+      category: "alertrule_category",
+      nemCode: "JC",
+      name: "机舱",
+      orderNumber: 4,
+      enable: 1,
+    },
+    {
+      id: "5",
+      category: "alertrule_category",
+      nemCode: "KZXT",
+      name: "控制系统",
+      orderNumber: 5,
+      enable: 1,
+    },
+    {
+      id: "6",
+      category: "alertrule_category",
+      nemCode: "BJXT",
+      name: "变桨系统",
+      orderNumber: 6,
+      enable: 1,
+    },
+    {
+      id: "7",
+      category: "alertrule_category",
+      nemCode: "PHXT",
+      name: "偏航系统",
+      orderNumber: 7,
+      enable: 1,
+    },
+    {
+      id: "8",
+      category: "alertrule_category",
+      nemCode: "CLX",
+      name: "齿轮箱",
+      orderNumber: 8,
+      enable: 1,
+    },
+    {
+      id: "9",
+      category: "alertrule_category",
+      nemCode: "FDJ",
+      name: "发电机",
+      orderNumber: 9,
+      enable: 1,
+    },
+    {
+      id: "10",
+      category: "alertrule_category",
+      nemCode: "BPQ",
+      name: "变频器",
+      orderNumber: 10,
+      enable: 1,
+    },
+    {
+      id: "11",
+      category: "alertrule_category",
+      nemCode: "YYXT",
+      name: "液压系统",
+      orderNumber: 11,
+      enable: 1,
+    },
+    {
+      id: "12",
+      category: "alertrule_category",
+      nemCode: "FZXT",
+      name: "辅助系统",
+      orderNumber: 12,
+      enable: 1,
+    },
+    {
+      id: "13",
+      category: "alertrule_category",
+      nemCode: "CFXT",
+      name: "测风系统",
+      orderNumber: 13,
+      enable: 1,
+    },
+    {
+      id: "14",
+      category: "alertrule_category",
+      nemCode: "DWXT",
+      name: "电网系统",
+      orderNumber: 14,
+      enable: 1,
+    },
+    {
+      id: "15",
+      category: "alertrule_category",
+      nemCode: "TDG",
+      name: "塔底柜",
+      orderNumber: 15,
+      enable: 1,
+    },
+    {
+      id: "16",
+      category: "alertrule_category",
+      nemCode: "CDL",
+      name: "传动链",
+      orderNumber: 16,
+      enable: 1,
+    },
+    {
+      id: "17",
+      category: "alertrule_category",
+      nemCode: "QT",
+      name: "其他",
+      orderNumber: 17,
+      enable: 1,
+    },
+    {
+      id: "42",
+      category: "alertrule_category",
+      nemCode: "CGQ",
+      name: "传感器",
+      orderNumber: 19,
+      enable: 1,
+    },
+    {
+      id: "41",
+      category: "alertrule_category",
+      nemCode: "BYQ",
+      name: "变压器",
+      orderNumber: 18,
+      enable: 1,
+    },
+    {
+      id: "44",
+      category: "alertrule_category",
+      nemCode: "ZZ",
+      name: "主轴",
+      orderNumber: 20,
+      enable: 1,
+    },
+  ];
 });
 watch(
   () => [modelList, componentList],
@@ -392,73 +580,387 @@ function changeChangzhan(val) {
   }
 }
 function getAlarmId() {
-  GetAlarmId({
-    components: state.components,
-    modelId: state.modelId,
-    wpId: state.changZhan,
-  }).then(({ data }) => {
-    state.alarmIdList = data;
-    state.alarmIds = [];
-    // state.alarmIds =
-    //   data.length <= 5
-    //     ? data.map((item) => item.alarmId)
-    //     : data.slice(0, 5).map((item) => item.alarmId);
-    getTableList();
-  });
+  //   GetAlarmId({
+  //     components: state.components,
+  //     modelId: state.modelId,
+  //     wpId: state.changZhan,
+  //   }).then(({ data }) => {
+  //     state.alarmIdList = data;
+  //     state.alarmIds = [];
+  //     // state.alarmIds =
+  //     //   data.length <= 5
+  //     //     ? data.map((item) => item.alarmId)
+  //     //     : data.slice(0, 5).map((item) => item.alarmId);
+  //     getTableList();
+  //   });
+  state.alarmIdList = [
+    {
+      alarmId: "10",
+      description: "发电机转速大于900,并且 任意齿轮箱轴温度每分钟上升超过1.5",
+    },
+  ];
+  getTableList();
 }
 // 获取列表数据 调用接口
 function getTableList() {
-  if (state.components?.length) {
-    getAlarmCountList({
-      stationid: state.changZhan || "",
-      begin: state.starttime,
-      end: state.endtime,
-      timeType: "m",
-      components: state.typeVal === "booststation" ? "" : state.components,
-      modelId: state.modelId,
-      alarmIds: state.alarmIds,
-      alarmType: state.typeVal,
-    }).then((res) => {
-      if (res.length) {
-        let tableData = [];
-        let tHeard = [];
-        let data = res;
-        data.forEach((pEle) => {
-          for (let wtId in pEle) {
-            let wtItem = data.find((tableItem) => {
-              return wtId === tableItem.windturbineId;
-            });
-            !wtItem && (wtItem = { wtId });
-            pEle[wtId].forEach((cEle) => {
-              let someRes = tHeard.some((findEle) => {
-                return findEle.label == cEle.alertText;
-              });
-
-              if (!someRes) {
-                tHeard.push({
-                  label: cEle.alertText,
-                  code: cEle.alarmid,
-                });
-              }
-              wtItem[`${cEle.alarmid}_count`] = cEle.count;
-              wtItem[`${cEle.alarmid}_time`] = cEle.time;
-              wtItem["wtname"] = cEle.windturbineCode;
-            });
-            tableData.push(wtItem);
-          }
-        });
-        state.tHeard = tHeard;
-        state.tableData = tableData;
-      } else {
-        state.tHeard = [];
-        state.tableData = [];
-      }
-    });
-  } else {
-    BASE.showMsg({
-      msg: "部件至少选择一项才可查询",
-    });
-  }
+  state.tHeard = [
+    {
+      label: "发电机转速大于900,并且 任意齿轮箱轴温度每分钟上升超过1.5",
+      code: "10",
+    },
+  ];
+  state.tableData = [
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0001_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#1",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0002_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#2",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0003_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#3",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0004_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#4",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0005_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#5",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0006_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#6",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0007_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#7",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0008_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#8",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0009_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#9",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0010_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#10",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0011_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#11",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0012_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#12",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0013_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#13",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0014_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#14",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0015_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#15",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0016_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#16",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0017_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#17",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0018_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#18",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0019_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#19",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0020_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#20",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0021_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#21",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0022_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#22",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0023_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#23",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0024_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#24",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0025_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#25",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0026_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#26",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0027_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#27",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0028_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#28",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0029_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#29",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0030_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#30",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0031_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#31",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0032_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#32",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0033_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#33",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0034_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#34",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0035_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#35",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0036_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#36",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0037_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#37",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0038_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#38",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0039_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#39",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0040_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#40",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0041_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#41",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0042_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#42",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0043_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#43",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0044_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#44",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0045_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#45",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0046_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#46",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0047_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#47",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0048_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#48",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0049_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#49",
+    },
+    {
+      wtId: "SXJ_KGDL_DJY_F_WT_0050_EQ",
+      "10_count": 0,
+      "10_time": 0,
+      wtname: "#50",
+    },
+  ];
+  //   if (state.components?.length) {
+  //     getAlarmCountList({
+  //       stationid: state.changZhan || "",
+  //       begin: state.starttime,
+  //       end: state.endtime,
+  //       timeType: "m",
+  //       components: state.typeVal === "booststation" ? "" : state.components,
+  //       modelId: state.modelId,
+  //       alarmIds: state.alarmIds,
+  //       alarmType: state.typeVal,
+  //     }).then((res) => {
+  //       if (res.length) {
+  //         let tableData = [];
+  //         let tHeard = [];
+  //         let data = res;
+  //         data.forEach((pEle) => {
+  //           for (let wtId in pEle) {
+  //             let wtItem = data.find((tableItem) => {
+  //               return wtId === tableItem.windturbineId;
+  //             });
+  //             !wtItem && (wtItem = { wtId });
+  //             pEle[wtId].forEach((cEle) => {
+  //               let someRes = tHeard.some((findEle) => {
+  //                 return findEle.label == cEle.alertText;
+  //               });
+  //               if (!someRes) {
+  //                 tHeard.push({
+  //                   label: cEle.alertText,
+  //                   code: cEle.alarmid,
+  //                 });
+  //               }
+  //               wtItem[`${cEle.alarmid}_count`] = cEle.count;
+  //               wtItem[`${cEle.alarmid}_time`] = cEle.time;
+  //               wtItem["wtname"] = cEle.windturbineCode;
+  //             });
+  //             tableData.push(wtItem);
+  //           }
+  //         });
+  //         state.tHeard = tHeard;
+  //         state.tableData = tableData;
+  //       } else {
+  //         state.tHeard = [];
+  //         state.tableData = [];
+  //       }
+  //     });
+  //   } else {
+  //     BASE.showMsg({
+  //       msg: "部件至少选择一项才可查询",
+  //     });
+  //   }
 }
 
 const handleSort = function (val) {

+ 128 - 57
src/views/IntegratedAlarm/safe/customWarning/index.vue

@@ -144,18 +144,17 @@
         </div>
       </div>
       <div class="btns">
-        <el-button class="buttons" round size="mini" @click="getAlarmHistoryt"
-          >查询</el-button
-        >
+        <el-button class="buttons" round size="mini">查询</el-button>
+        <!--  @click="getAlarmHistoryt" -->
         <el-button
           size="mini"
           class="buttons"
           round
-          @click="export2Excel"
           :disabled="state.tableData?.length == 0 ? true : false"
         >
           导出</el-button
         >
+        <!--   @click="export2Excel" -->
         <el-button
           round
           class="buttons"
@@ -164,6 +163,7 @@
           @click="confirmItem(state.tableData)"
           >确认本页</el-button
         >
+        <!--   @click="confirmItem(state.tableData)" -->
       </div>
     </div>
 
@@ -224,12 +224,8 @@
             align="center"
           >
             <template #default="scope">
-              <el-button
-                style="color: #05bb4c"
-                type="text"
-                @click="confirmItem([scope.row])"
-                >确认本条</el-button
-              >
+              <el-button style="color: #05bb4c" type="text">确认本条</el-button>
+              <!--  @click="confirmItem([scope.row])" -->
             </template>
           </el-table-column>
         </template>
@@ -274,12 +270,8 @@
             align="center"
           >
             <template #default="scope">
-              <el-button
-                style="color: #05bb4c"
-                type="text"
-                @click="confirmItem([scope.row])"
-                >确认本条</el-button
-              >
+              <el-button style="color: #05bb4c" type="text">确认本条</el-button>
+              <!--   @click="confirmItem([scope.row])" -->
             </template>
           </el-table-column>
         </template>
@@ -306,6 +298,7 @@
 </template>
 
 <script setup>
+import { getStation } from "@/api/performance";
 import {
   watch,
   reactive,
@@ -466,21 +459,27 @@ const state = reactive({
 const stationList = ref([]);
 
 const getStationList = async () => {
-  const { data } = await getWpList(state.typeVal);
-  stationList.value = data;
-  if (state.deviceId) {
-    let station = data.find((i) => {
-      let st = i.id.split("_")[2];
-      let dt = state.deviceId.split("_")[2];
-      if (st == dt) {
-        return i;
-      }
-    });
-    state.stationId = station?.id;
-  } else {
-    state.stationId =
-      state.typeVal == "windturbine" ? "SXJ_KGDL_DJY_FDC_STA" : data[0]?.id;
-  }
+  //   const { data } = await getWpList(state.typeVal);
+  //   stationList.value = data;
+  const { data } = await getStation({
+    companyids: 0,
+    type: state.typeVal == "windturbine" ? -1 : -2,
+  });
+
+  stationList.value = data.data;
+  //   if (state.deviceId) {
+  //     let station = data.find((i) => {
+  //       let st = i.id.split("_")[2];
+  //       let dt = state.deviceId.split("_")[2];
+  //       if (st == dt) {
+  //         return i;
+  //       }
+  //     });
+  //     state.stationId = station?.id;
+  //   } else {
+  //     state.stationId =
+  //       state.typeVal == "windturbine" ? "SXJ_KGDL_DJY_FDC_STA" : data[0]?.id;
+  //   }
   if (stationList.value.length) {
     await getWindturbineList();
     await getAlarmHistoryt();
@@ -542,8 +541,38 @@ const componentList = computed(() => {
 //get 风机
 const getWindturbineList = async () => {
   state.deviceId = "";
-  const { data } = await fetchWindturbineList(state.stationId);
-  state.windturbineList = data;
+  //   const { data } = await fetchWindturbineList(state.stationId);
+  //   state.windturbineList = data;
+  state.windturbineList = [
+    {
+      id: "SXJ_KGDL_XWT_F_WT_0001_EQ",
+      nemCode: "#1",
+      windpowerstationId: "SXJ_KGDL_XWT_FDC_STA",
+      longitude: 112.415335,
+      latitude: 40.281307,
+      modelId: "SEC-W02B-1250kW",
+      status: "NULL",
+      projectId: "SXJ_KGDL_XWTF01_EG",
+      lineId: "SXJ_KGDL_XWTF01_LN",
+      firstIntegratedTime: "2008-07-27T16:00:00.000+0000",
+      photo: "NULL",
+      name: "01号风机",
+      aname: "#1",
+      isStandard: 1,
+      regionId: "SXJ_RGN",
+      companyId: "SXJ_KGDL_FLFD_ZGS",
+      isable: 1,
+      equipmentCategory: -1,
+      parentId: "NULL",
+      squareId: "NULL",
+      spare1: "WT",
+      spare2: "1",
+      spare3: "NULL",
+      spare4: "NULL",
+      orderNum: 271,
+      substationId: "SXJ_KGDL_XWTF01_SBS",
+    },
+  ];
 };
 const query = reactive({
   page: 1,
@@ -556,31 +585,73 @@ const getAlarmHistoryt = async () => {
   //   if (route.params.deviceId && route.params.alarmId) {
   //     state.stationId = "";
   //   }
-  tableLoading.value = true;
-  let params = {
-    pageNum: query.page,
-    pageSize: query.limit,
-    alarmId: state.alarmId,
-    alarmType: "custom",
-    deviceType: state.typeVal,
-    stationid: state.stationId,
-    deviceid:
-      state.deviceId || (state.typeVal == "booststation" ? "" : state.deviceId),
-    modelId: state.typeVal == "booststation" ? "" : state.modelId,
-    components: state.components,
-    description: state.description,
-    begin: state.dateTime[0],
-    end: state.dateTime[1],
-  };
-  const { data } = await alarm_history(params);
-  tableLoading.value = false;
-  query.pageTotal = data?.total;
-  data?.ls?.forEach((ele) => {
-    ele.isCloseName = ele.endts ? "已解除" : "未解除";
-    ele.deviceTypeName = tableFilter(ele.deviceType);
-    ele.endtsName = ele.endts > 0 ? formatTime(ele.endts) : "--";
+  //   tableLoading.value = true;
+  //   let params = {
+  //     pageNum: query.page,
+  //     pageSize: query.limit,
+  //     alarmId: state.alarmId,
+  //     alarmType: "custom",
+  //     deviceType: state.typeVal,
+  //     stationid: state.stationId,
+  //     deviceid:
+  //       state.deviceId || (state.typeVal == "booststation" ? "" : state.deviceId),
+  //     modelId: state.typeVal == "booststation" ? "" : state.modelId,
+  //     components: state.components,
+  //     description: state.description,
+  //     begin: state.dateTime[0],
+  //     end: state.dateTime[1],
+  //   };
+  //   const { data } = await alarm_history(params);
+  //   tableLoading.value = false;
+  //   query.pageTotal = data?.total;
+  //   data?.ls?.forEach((ele) => {
+  //     ele.isCloseName = ele.endts ? "已解除" : "未解除";
+  //     ele.deviceTypeName = tableFilter(ele.deviceType);
+  //     ele.endtsName = ele.endts > 0 ? formatTime(ele.endts) : "--";
+  //   });
+  //   state.tableData = data?.ls;
+  state.tableData = new Array(5).fill({
+    tbName: null,
+    alarmId: "SQ_0125",
+    alarmType: "windturbine",
+    characteristic: "预警",
+    components: "BPQ",
+    confirmed: false,
+    description: "变频器故障27",
+    deviceId: "SXJ_KGDL_XWT_F_WT_0014_EQ",
+    devicename: "14号风机",
+    deviceType: "windturbine",
+    enabled: true,
+    lineid: "SXJ_KGDL_XWTF01_LN",
+    linename: "一号风机线",
+    modelId: "SEC-W02B-1250kW",
+    projectid: "SXJ_KGDL_XWTF01_EG",
+    projectname: "一期项目",
+    rank: 3,
+    resettable: false,
+    stationid: "SXJ_KGDL_XWT_FDC_STA",
+    stationname: "13风电场",
+    subcomponents: "NULL",
+    suffix: null,
+    tagid: "FD-YYXWT-ShangQi.140623F1412MDL01BF399DB0122SP01RAW00",
+    triggertype: 1463,
+    uniformcode: "BJ0001",
+    superTableName: null,
+    ts: 1718160795000,
+    val: 1,
+    oval: null,
+    endts: 0,
+    timelong: 0,
+    name: null,
+    nemCode: "状态码1463",
+    faultCause: "13.7s>信号<=14.2s",
+    resolvent: "输入端142功率上升延迟300s",
+    wpName: "13风电场",
+    code: "#14",
+    wpId: null,
+    faultType: null,
+    id: "sxj_kgdl_xwt_f_wt_0014_eq_sq_0125",
   });
-  state.tableData = data?.ls;
 };
 //报警类型变化
 const typechange = () => {

+ 24 - 8
src/views/IntegratedAlarm/safe/dataSearch/index.vue

@@ -224,6 +224,7 @@
   </div>
 </template>
 <script setup>
+import { getApiequipmentListByWp } from "@/api/monthlyPerformanceAnalysis.js";
 import {
   ref,
   onMounted,
@@ -339,8 +340,8 @@ const modelList = computed(() => {
 });
 //get 风机机组
 const getWindturbineList = async () => {
-  const { data } = await fetchWindturbineList(state.stationId);
-  state.windturbineList = data;
+  const { data } = await getApiequipmentListByWp({ wpid: state.stationId });
+  state.windturbineList = data.data;
   state.activeWT = state.windturbineList[0]?.id;
   state.modeId = "";
   //   await getequipmentmodel_list();
@@ -355,12 +356,27 @@ const filterWTList = computed(() =>
 );
 //AI点检索
 const filterAIList = computed(() =>
-  state.AIList?.filter(
-    (data) => !state.inputAI || data.name.includes(state.inputAI)
-    //   !state.inputAI ||
-    //   (data.uniformCode.toUpperCase().includes(state.inputAI.toUpperCase()) ||
-    //   data.name.indexOf(state.inputAI))
-  )
+  //   state.AIList?.filter(
+  //     (data) => !state.inputAI || data.name.includes(state.inputAI)
+  //     //   !state.inputAI ||
+  //     //   (data.uniformCode.toUpperCase().includes(state.inputAI.toUpperCase()) ||
+  //     //   data.name.indexOf(state.inputAI))
+  //   )
+  // );
+  new Array(5).fill({
+    unitNameCn: "",
+    englishName: null,
+    unitName: "",
+    modelId: "SEC-W02B-1250kW",
+    name: "01号风机风向",
+    valueUnit: null,
+    model: "SEC-W02B-1250kW",
+    typeId: "F",
+    id: "e222918e1e6a4feeba41007be3c85bf7",
+    uniformCode: "AI067",
+    value: "344.00",
+    time: 1718176440000,
+  })
 );
 
 // get 实时data

+ 355 - 102
src/views/IntegratedAlarm/safe/historyWarning/index.vue

@@ -138,9 +138,8 @@
         </div>
       </div>
       <div class="btns">
-        <el-button class="buttons" round size="mini" @click="getAlarmHistoryt"
-          >查询</el-button
-        >
+        <el-button class="buttons" round size="mini">查询</el-button>
+        <!-- @click="getAlarmHistoryt" -->
         <el-button
           size="mini"
           class="buttons"
@@ -150,14 +149,15 @@
         >
           导出</el-button
         >
+        <!--  @click="export2Excel" -->
         <el-button
           class="buttons"
           round
           size="mini"
           :disabled="!state.tableData?.length"
-          @click="confirmItem(state.tableData)"
           >确认本页</el-button
         >
+        <!-- @click="confirmItem(state.tableData)" -->
       </div>
     </div>
 
@@ -220,12 +220,8 @@
             align="center"
           >
             <template #default="scope">
-              <el-button
-                type="text"
-                style="color: #05bb4c"
-                @click="confirmItem([scope.row])"
-                >确认本条</el-button
-              >
+              <el-button type="text" style="color: #05bb4c">确认本条</el-button>
+              <!-- @click="confirmItem([scope.row])" -->
             </template>
           </el-table-column>
         </template>
@@ -274,12 +270,8 @@
             fixed="right"
           >
             <template #default="scope">
-              <el-button
-                type="text"
-                style="color: #05bb4c"
-                @click="confirmItem([scope.row])"
-                >确认本条</el-button
-              >
+              <el-button type="text" style="color: #05bb4c">确认本条</el-button>
+              <!--   @click="confirmItem([scope.row])" -->
             </template>
           </el-table-column>
         </template>
@@ -306,6 +298,8 @@
 </template>
 
 <script setup name="historyWarning">
+import { getStation } from "@/api/performance";
+import { getApiequipmentListByWp } from "@/api/monthlyPerformanceAnalysis.js";
 import { watch, reactive, nextTick, computed, onMounted, ref } from "vue";
 import { useRouter, useRoute } from "vue-router";
 import BASE from "@/tools/basicTool.js";
@@ -350,7 +344,7 @@ onMounted(() => {
   //       dayjs(Number(route.query.ts)).format("YYYY-MM-DD HH:mm:ss"),
   //     ];
   //   }
-  //   getStationList(); //场站
+  // getStationList(); //场站
   getequipmentmodel_list(); //机型
   getfetchRelatePart(); //部件
 });
@@ -474,28 +468,34 @@ const state = reactive({
 const stationList = ref([]);
 //获取场站列表
 const getStationList = async () => {
-  const { data } = await getWpList(state.typeVal);
-  stationList.value = data;
-  if (state.deviceId && state.typeVal != "booststation") {
-    let station = data.find((i) => {
-      let st = i.id.split("_")[2];
-      let dt = state.deviceId.split("_")[2];
-      if (st == dt) {
-        return i;
-      }
-    });
-    state.stationId = station?.id;
-  } else if (state.typeVal == "booststation") {
-    let station = data.find((i) => i.name == state.stationName);
-    state.stationId = station ? station?.id : data[0]?.id;
-  } else {
-    state.stationId = data[0]?.id;
-  }
+  const { data } = await getStation({
+    companyids: 0,
+    type: state.typeVal == "windturbine" ? -1 : -2,
+  });
+
+  stationList.value = data.data;
+
+  state.stationId = stationList.value[0]?.id;
+  getWindturbineList();
+  //   if (state.deviceId && state.typeVal != "booststation") {
+  //     let station = data.data.find((i) => {
+  //       let st = i.id.split("_")[2];
+  //       let dt = state.deviceId.split("_")[2];
+  //       if (st == dt) {
+  //         return i;
+  //       }
+  //     });
+  //     state.stationId = station?.id;
+  //   } else if (state.typeVal == "booststation") {
+  //     let station = data.data.find((i) => i.name == state.stationName);
+  //     state.stationId = station ? station?.id : data.data[0]?.id;
+  //   } else {
+  //     state.stationId = data.data[0]?.id;
+  //   }
 
-  state.stationId = route.query.stationId || state.stationId;
-  route.query.stationId ? (state.modelId = modelList.value?.[0]?.id || "") : "";
+  //   state.stationId = route.query.stationId || state.stationId;
+  //   route.query.stationId ? (state.modelId = modelList.value?.[0]?.id || "") : "";
   if (stationList.value.length) {
-    getWindturbineList();
   }
 };
 
@@ -515,17 +515,17 @@ const getStationList = async () => {
 watch(
   () => route,
   (val, old) => {
-    if (route.query.deviceType != "booststation") {
-      state.deviceId = route.query.deviceId || "";
-      state.alarmId = route.query.alarmId || "";
-      state.typeVal = route.query.deviceType || "windturbine";
-      state.modelId = route.query.modelId || "";
-    } else {
-      state.stationName = route.query.deviceId;
-      state.deviceId = "";
-      state.alarmId = route.query.alarmId || "";
-      state.typeVal = route.query.deviceType || "booststation";
-    }
+    // if (route.query.deviceType != "booststation") {
+    //   state.deviceId = route.query.deviceId || "";
+    //   state.alarmId = route.query.alarmId || "";
+    //   state.typeVal = route.query.deviceType || "windturbine";
+    //   state.modelId = route.query.modelId || "";
+    // } else {
+    //   state.stationName = route.query.deviceId;
+    //   state.deviceId = "";
+    //   state.alarmId = route.query.alarmId || "";
+    //   state.typeVal = route.query.deviceType || "booststation";
+    // }
     state.isshowwindturbineName =
       state.typeVal == "booststation" ? false : true;
     getStationList();
@@ -537,38 +537,249 @@ watch(
 );
 //型号列表
 const modelList = computed(() => {
-  if (state.typeVal != "booststation") {
-    if (state.stationId == "") {
-      return [];
-    } else {
-      state.modelId = route.query.deviceId ? route.query.modelId : "";
-      return state.modelListAll[state.stationId];
-    }
-  } else {
-    return [];
-  }
+  return [
+    {
+      id: "SEC-W02B-1250kW",
+      nemCode: "SEC-W02B-1250kW",
+      name: "SEC-W02B-1250kW",
+      aname: "SEC-W02B-1250kW",
+      description: "DI",
+      powerProduction: 1250,
+      windturbineManufacturerId: "SHDQ_MF",
+      photo: null,
+      unit: null,
+      cutinwindSpeed: 3,
+      ratedwindSpeed: 11,
+      cutoutwindSpeed: "25",
+      sweptArea: 5800,
+      equipmentCategory: "F",
+    },
+  ];
+  //   if (state.typeVal != "booststation") {
+  //     if (state.stationId == "") {
+  //       return [];
+  //     } else {
+  //       state.modelId = route.query.deviceId ? route.query.modelId : "";
+  //       return state.modelListAll[state.stationId];
+  //     }
+  //   } else {
+  //     return [];
+  //   }
 });
 //部件列表
 const componentList = computed(() => {
-  if (state.typeVal != "booststation") {
-    if (state.stationId == "") {
-      return [];
-    } else {
-      if (state.stationId.includes("FDC")) {
-        return state.fetchListAll?.fjbj;
-      } else {
-        return state.fetchListAll?.gfbj;
-      }
-    }
-  } else {
-    return [];
-  }
+  return [
+    {
+      id: "1",
+      category: "alertrule_category",
+      nemCode: "YP",
+      name: "叶片",
+      orderNumber: 1,
+      enable: 1,
+    },
+    {
+      id: "2",
+      category: "alertrule_category",
+      nemCode: "LG",
+      name: "轮毂",
+      orderNumber: 2,
+      enable: 1,
+    },
+    {
+      id: "3",
+      category: "alertrule_category",
+      nemCode: "TJ",
+      name: "塔架",
+      orderNumber: 3,
+      enable: 1,
+    },
+    {
+      id: "4",
+      category: "alertrule_category",
+      nemCode: "JC",
+      name: "机舱",
+      orderNumber: 4,
+      enable: 1,
+    },
+    {
+      id: "5",
+      category: "alertrule_category",
+      nemCode: "KZXT",
+      name: "控制系统",
+      orderNumber: 5,
+      enable: 1,
+    },
+    {
+      id: "6",
+      category: "alertrule_category",
+      nemCode: "BJXT",
+      name: "变桨系统",
+      orderNumber: 6,
+      enable: 1,
+    },
+    {
+      id: "7",
+      category: "alertrule_category",
+      nemCode: "PHXT",
+      name: "偏航系统",
+      orderNumber: 7,
+      enable: 1,
+    },
+    {
+      id: "8",
+      category: "alertrule_category",
+      nemCode: "CLX",
+      name: "齿轮箱",
+      orderNumber: 8,
+      enable: 1,
+    },
+    {
+      id: "9",
+      category: "alertrule_category",
+      nemCode: "FDJ",
+      name: "发电机",
+      orderNumber: 9,
+      enable: 1,
+    },
+    {
+      id: "10",
+      category: "alertrule_category",
+      nemCode: "BPQ",
+      name: "变频器",
+      orderNumber: 10,
+      enable: 1,
+    },
+    {
+      id: "11",
+      category: "alertrule_category",
+      nemCode: "YYXT",
+      name: "液压系统",
+      orderNumber: 11,
+      enable: 1,
+    },
+    {
+      id: "12",
+      category: "alertrule_category",
+      nemCode: "FZXT",
+      name: "辅助系统",
+      orderNumber: 12,
+      enable: 1,
+    },
+    {
+      id: "13",
+      category: "alertrule_category",
+      nemCode: "CFXT",
+      name: "测风系统",
+      orderNumber: 13,
+      enable: 1,
+    },
+    {
+      id: "14",
+      category: "alertrule_category",
+      nemCode: "DWXT",
+      name: "电网系统",
+      orderNumber: 14,
+      enable: 1,
+    },
+    {
+      id: "15",
+      category: "alertrule_category",
+      nemCode: "TDG",
+      name: "塔底柜",
+      orderNumber: 15,
+      enable: 1,
+    },
+    {
+      id: "16",
+      category: "alertrule_category",
+      nemCode: "CDL",
+      name: "传动链",
+      orderNumber: 16,
+      enable: 1,
+    },
+    {
+      id: "17",
+      category: "alertrule_category",
+      nemCode: "QT",
+      name: "其他",
+      orderNumber: 17,
+      enable: 1,
+    },
+    {
+      id: "42",
+      category: "alertrule_category",
+      nemCode: "CGQ",
+      name: "传感器",
+      orderNumber: 19,
+      enable: 1,
+    },
+    {
+      id: "41",
+      category: "alertrule_category",
+      nemCode: "BYQ",
+      name: "变压器",
+      orderNumber: 18,
+      enable: 1,
+    },
+    {
+      id: "44",
+      category: "alertrule_category",
+      nemCode: "ZZ",
+      name: "主轴",
+      orderNumber: 20,
+      enable: 1,
+    },
+  ];
+  //   if (state.typeVal != "booststation") {
+  //     if (state.stationId == "") {
+  //       return [];
+  //     } else {
+  //       if (state.stationId.includes("FDC")) {
+  //         return state.fetchListAll?.fjbj;
+  //       } else {
+  //         return state.fetchListAll?.gfbj;
+  //       }
+  //     }
+  //   } else {
+  //     return [];
+  //   }
 });
 //get 风机
 const getWindturbineList = async () => {
   state.deviceId = "";
-  const { data } = await fetchWindturbineList(state.stationId);
-  state.windturbineList = data;
+
+  //   const { data } = await getApiequipmentListByWp({ wpid: state.stationId });
+
+  state.windturbineList = [
+    {
+      id: "SXJ_KGDL_XWT_F_WT_0001_EQ",
+      nemCode: "#1",
+      windpowerstationId: "SXJ_KGDL_XWT_FDC_STA",
+      longitude: 112.415335,
+      latitude: 40.281307,
+      modelId: "SEC-W02B-1250kW",
+      status: "NULL",
+      projectId: "SXJ_KGDL_XWTF01_EG",
+      lineId: "SXJ_KGDL_XWTF01_LN",
+      firstIntegratedTime: "2008-07-27T16:00:00.000+0000",
+      photo: "NULL",
+      name: "01号风机",
+      aname: "#1",
+      isStandard: 1,
+      regionId: "SXJ_RGN",
+      companyId: "SXJ_KGDL_FLFD_ZGS",
+      isable: 1,
+      equipmentCategory: -1,
+      parentId: "NULL",
+      squareId: "NULL",
+      spare1: "WT",
+      spare2: "1",
+      spare3: "NULL",
+      spare4: "NULL",
+      orderNum: 271,
+      substationId: "SXJ_KGDL_XWTF01_SBS",
+    },
+  ];
   //   state.modelId = modelList.value?.[0]?.id || "";
   await getAlarmHistoryt();
 };
@@ -583,36 +794,78 @@ const getAlarmHistoryt = async () => {
   //   if (route.params.deviceId && route.params.alarmId) {
   //     state.stationId = "";
   //   }
-  BASE.showLoading();
-  let params = {
-    pageNum: query.page,
-    pageSize: query.limit,
-    alarmId: state.alarmId,
-    alarmType: state.typeVal,
-    stationid: state.stationId,
-    deviceid: state.typeVal == "booststation" ? "" : state.deviceId,
-    modelId: state.typeVal == "booststation" ? "" : state.modelId,
-    components: state.components,
-    description: state.description,
-    begin: state.dateTime[0],
-    end: state.dateTime[1],
-  };
-  const { data } = await alarm_history(params);
-  BASE.closeLoading();
-  query.pageTotal = data?.total;
-  data?.ls?.forEach((ele) => {
-    ele.isCloseName = ele.endts ? "已解除" : "未解除";
-    ele.alarmTypeName =
-      ele.alarmType === "booststation"
-        ? "升压站"
-        : ele.alarmType === "windturbine"
-        ? "风机"
-        : ele.alarmType === "inverter"
-        ? "光伏"
-        : "";
-    ele.endtsName = ele.endts > 0 ? formatTime(ele.endts) : "--";
+  //   BASE.showLoading();
+  //   let params = {
+  //     pageNum: query.page,
+  //     pageSize: query.limit,
+  //     alarmId: state.alarmId,
+  //     alarmType: state.typeVal,
+  //     stationid: state.stationId,
+  //     deviceid: state.typeVal == "booststation" ? "" : state.deviceId,
+  //     modelId: state.typeVal == "booststation" ? "" : state.modelId,
+  //     components: state.components,
+  //     description: state.description,
+  //     begin: state.dateTime[0],
+  //     end: state.dateTime[1],
+  //   };
+  //   const { data } = await alarm_history(params);
+  //   BASE.closeLoading();
+  //   query.pageTotal = data?.total;
+  //   data?.ls?.forEach((ele) => {
+  //     ele.isCloseName = ele.endts ? "已解除" : "未解除";
+  //     ele.alarmTypeName =
+  //       ele.alarmType === "booststation"
+  //         ? "升压站"
+  //         : ele.alarmType === "windturbine"
+  //         ? "风机"
+  //         : ele.alarmType === "inverter"
+  //         ? "光伏"
+  //         : "";
+  //     ele.endtsName = ele.endts > 0 ? formatTime(ele.endts) : "--";
+  //   });
+  //   state.tableData = data?.ls;
+  state.tableData = new Array(5).fill({
+    tbName: null,
+    alarmId: "SQ_0125",
+    alarmType: "windturbine",
+    characteristic: "报警",
+    components: "BPQ",
+    confirmed: false,
+    description: "变频器故障27",
+    deviceId: "SXJ_KGDL_XWT_F_WT_0014_EQ",
+    devicename: "14号风机",
+    deviceType: "windturbine",
+    enabled: true,
+    lineid: "SXJ_KGDL_XWTF01_LN",
+    linename: "一号风机线",
+    modelId: "SEC-W02B-1250kW",
+    projectid: "SXJ_KGDL_XWTF01_EG",
+    projectname: "一期项目",
+    rank: 3,
+    resettable: false,
+    stationid: "SXJ_KGDL_XWT_FDC_STA",
+    stationname: "13风电场",
+    subcomponents: "NULL",
+    suffix: null,
+    tagid: "FD-YYXWT-ShangQi.140623F1412MDL01BF399DB0122SP01RAW00",
+    triggertype: 1463,
+    uniformcode: "BJ0001",
+    superTableName: null,
+    ts: 1718160795000,
+    val: 1,
+    oval: null,
+    endts: 0,
+    timelong: 0,
+    name: null,
+    nemCode: "状态码1463",
+    faultCause: "13.7s>信号<=14.2s",
+    resolvent: "输入端142功率上升延迟300s",
+    wpName: "13风电场",
+    code: "#14",
+    wpId: null,
+    faultType: null,
+    id: "sxj_kgdl_xwt_f_wt_0014_eq_sq_0125",
   });
-  state.tableData = data?.ls;
 };
 //报警类型变化
 const typechange = () => {

+ 73 - 25
src/views/IntegratedAlarm/safe/stopQuery/index.vue

@@ -157,6 +157,7 @@
 
 <script>
 import dayjs from "dayjs";
+import { getStation } from "@/api/performance";
 import {
   getWpList,
   fetchWindturbineList,
@@ -230,41 +231,88 @@ export default {
 
   methods: {
     async getWpList() {
-      const { data } = await getWpList("windturbine");
-      this.wpId = data?.[0]?.id || "";
-      this.wpArray = data || [];
+      //   const { data } = await getWpList("windturbine");
+      //   this.wpId = data?.[0]?.id || "";
+      //   this.wpArray = data || [];
+      //   this.getWtList();
+      const { data } = await getStation({
+        companyids: 0,
+        type: -1,
+      });
+      this.wpId = data.data?.[0]?.id || "";
+      this.wpArray = data.data || [];
       this.getWtList();
     },
 
     async getWtList() {
       const { data } = await fetchWindturbineList(this.wpId);
-      this.wtArray = data || [];
+      this.wtArray = [
+        {
+          id: "SXJ_KGDL_XWT_F_WT_0001_EQ",
+          nemCode: "#1",
+          windpowerstationId: "SXJ_KGDL_XWT_FDC_STA",
+          longitude: 112.415335,
+          latitude: 40.281307,
+          modelId: "SEC-W02B-1250kW",
+          status: "NULL",
+          projectId: "SXJ_KGDL_XWTF01_EG",
+          lineId: "SXJ_KGDL_XWTF01_LN",
+          firstIntegratedTime: "2008-07-27T16:00:00.000+0000",
+          photo: "NULL",
+          name: "01号风机",
+          aname: "#1",
+          isStandard: 1,
+          regionId: "SXJ_RGN",
+          companyId: "SXJ_KGDL_FLFD_ZGS",
+          isable: 1,
+          equipmentCategory: -1,
+          parentId: "NULL",
+          squareId: "NULL",
+          spare1: "WT",
+          spare2: "1",
+          spare3: "NULL",
+          spare4: "NULL",
+          orderNum: 271,
+          substationId: "SXJ_KGDL_XWTF01_SBS",
+        },
+      ];
       this.getTableData();
     },
 
     async getTableData() {
-      this.BASE.showLoading();
-      const { data } = await getStopQueryTableData({
-        wpId: this.wpId,
-        wtId: this.wtId,
-        type: this.type,
-        description: this.description,
-        begin: this.dateRange?.[0] || "",
-        end: this.dateRange?.[1] || "",
-        pageNum: this.pageNum,
-        pageSize: this.pageSize,
-      });
-      this.BASE.closeLoading();
-      data?.records?.forEach((ele) => {
-        ele.stopTimeName = dayjs(ele.stopTime).format("YYYY-MM-DD HH:mm:ss");
-        ele.startTimeName = ele.startTime
-          ? dayjs(ele.startTime).format("YYYY-MM-DD HH:mm:ss")
-          : "--";
-        ele.typeName = ele.stopTypeId === "gz" ? "故障" : "检修";
-      });
+      //   this.BASE.showLoading();
+      //   const { data } = await getStopQueryTableData({
+      //     wpId: this.wpId,
+      //     wtId: this.wtId,
+      //     type: this.type,
+      //     description: this.description,
+      //     begin: this.dateRange?.[0] || "",
+      //     end: this.dateRange?.[1] || "",
+      //     pageNum: this.pageNum,
+      //     pageSize: this.pageSize,
+      //   });
+      //   this.BASE.closeLoading();
+      //   data?.records?.forEach((ele) => {
+      //     ele.stopTimeName = dayjs(ele.stopTime).format("YYYY-MM-DD HH:mm:ss");
+      //     ele.startTimeName = ele.startTime
+      //       ? dayjs(ele.startTime).format("YYYY-MM-DD HH:mm:ss")
+      //       : "--";
+      //     ele.typeName = ele.stopTypeId === "gz" ? "故障" : "检修";
+      //   });
 
-      this.tableData = data?.records || [];
-      this.total = data.total || 0;
+      //   this.tableData = data?.records || [];
+      //   this.total = data.total || 0;
+      this.tableData = new Array(5).fill({
+        code: "01",
+        stopTimeName: "2024-06-12 12:55:03",
+        startTimeName: "",
+        stopHours: 5,
+        lossPower: 24,
+        warningId: "002",
+        handleWay: "",
+        faultView: "",
+        typeName: "故障",
+      });
     },
 
     currentChange(pageNum) {