|
|
@@ -1,23 +1,36 @@
|
|
|
import request from "../../tools/request";
|
|
|
+
|
|
|
//风机绩效榜
|
|
|
+
|
|
|
const benchmarking = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/fjjxb?wpids=${data.wpids}&projectids=${data.projectids}&lineids=${data.lineids}&beginDate=${data.beginDate}&endDate=${data.endDate}&type=${data.type}&target=${data.target}&sort=${data.sort}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// //风速绩效榜
|
|
|
+
|
|
|
// const getStationPersis = (data) => {
|
|
|
+
|
|
|
// return request({
|
|
|
-// url:`/windpowerstation/getStationPersis?station=${data.wpids}&startdate=${data.startdate}&enddate=${data.enddate}`,
|
|
|
+
|
|
|
+// url:/windpowerstation/getStationPersis?station=${data.wpids}&startdate=${data.startdate}&enddate=${data.enddate},
|
|
|
+
|
|
|
// method:"get"
|
|
|
+
|
|
|
// })
|
|
|
+
|
|
|
// };
|
|
|
+
|
|
|
// 测值曲线分析
|
|
|
|
|
|
//场站性能分析
|
|
|
+
|
|
|
// http://10.81.3.155:8170/stationPersis/getStationPersis?station=HSM_FDC&startdate=2022-10-25%2008:31:19&enddate=2022-10-25%2010:31:19
|
|
|
+
|
|
|
// http://localhost:8171///pointpersis/getPointPerSisList?wtid=GJY01_001&beginDate=1666991363000&endDate=1667012963000&interval=10&uniformcodes=R0QFZT,R1QFZT
|
|
|
+
|
|
|
const getStationPersis = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -25,93 +38,119 @@ const getStationPersis = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//风机绩效榜
|
|
|
+
|
|
|
const benchmarkingmx = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/fjjxbmx?wpids=${data.wpids}&projectids=${data.projectids}&lineids=${data.lineids}&beginDate=${data.beginDate}&endDate=${data.endDate}&type=${data.type}&target=${data.target}&sort=${data.sort}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const benchmarkingLineList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/lineList?projects=${data.projects}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const benchmarkingWplist = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/wplist`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const getWpList = (data) => {
|
|
|
return request({
|
|
|
url: `/benchmarking/wpByCplist?companyids=SXJ_RGN&type=${data.type}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const benchmarkingProjectList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/projectList?wpids=${data.wpids}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
-// ************************* NewPages power-benchmarking.vue
|
|
|
+
|
|
|
+// ********* NewPages power-benchmarking.vue
|
|
|
+
|
|
|
const benchmarkingDbmainbottom = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/dbmainbottom?timetype=${data.timetype}&foreigntype=${data.foreigntype}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const benchmarkingDbmaintop = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/dbmaintop?timetype=${data.timetype}&foreigntype=${data.foreigntype}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 节能减排KPI
|
|
|
+
|
|
|
const targetdataJnjpkpi = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/targetdata/jnjpkpi?month=${data.month}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//风机绩效榜明细
|
|
|
|
|
|
// const benchmarkingLineList1 = (data) => {
|
|
|
+
|
|
|
// return request({
|
|
|
-// url: `/consumer/benchmarking/lineList?month=${data.projects}`,
|
|
|
+
|
|
|
+// url: /consumer/benchmarking/lineList?month=${data.projects},
|
|
|
+
|
|
|
// method: "get",
|
|
|
+
|
|
|
// });
|
|
|
+
|
|
|
// };
|
|
|
+
|
|
|
//五项损失率
|
|
|
+
|
|
|
const benchmarkingDetails = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/details?id=${data.id}&beginDate=${data.beginDate}&endDate=${data.endDate}&target=${data.target}&sort=${data.sort}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const benchmarkingWxssl = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/wxssl?wpids=${data.wpids}&projectids=${data.projectids}&lineids=${data.lineids}&beginDate=${data.beginDate}&endDate=${data.endDate}&target=${data.target}&sort=${data.sort}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//场内对标
|
|
|
+
|
|
|
const benchmarkingCndb = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/cndb?wpid=${data.wpid}&beginDate=${data.beginDate}&endDate=${data.endDate}&target=${data.target}&sort=${data.sort}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//场际对标
|
|
|
+
|
|
|
const benchmarkingCjdb = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/cjdb?wpids=${data.wpids}&projectids=${data.projectids}&lineids=${data.lineids}&beginDate=${data.beginDate}&endDate=${data.endDate}&target=${data.target}&sort=${data.sort}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//项目对标
|
|
|
+
|
|
|
const benchmarkingXmdb = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/xmdb?wpids=${data.wpids}&projectids=${data.projectids}&beginDate=${data.beginDate}&endDate=${data.endDate}&target=${data.target}&sort=${data.sort}`,
|
|
|
@@ -120,6 +159,7 @@ const benchmarkingXmdb = (data) => {
|
|
|
};
|
|
|
|
|
|
//线路对标
|
|
|
+
|
|
|
const benchmarkingXldb = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/xldb?wpids=${data.wpids}&projectids=${data.projectids}&lineids=${data.lineids}&beginDate=${data.beginDate}&endDate=${data.endDate}&target=${data.target}&sort=${data.sort}`,
|
|
|
@@ -137,6 +177,7 @@ const benchmarkingZjwxssl = (data) => {
|
|
|
};
|
|
|
|
|
|
//操作指令统计
|
|
|
+
|
|
|
const benchmarkingZjlist = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/zjlist?beginDate=${data.beginDate}&endDate=${data.endDate}`,
|
|
|
@@ -166,6 +207,7 @@ const ajaxName = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const benchmarkingDjhxdbbottom = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/djhxdbbottom?wpid=${data.wpid}&wtids=${data.wtids}&date=${data.date}`,
|
|
|
@@ -174,20 +216,25 @@ const benchmarkingDjhxdbbottom = (data) => {
|
|
|
};
|
|
|
|
|
|
// 三率管理/复位及时率
|
|
|
+
|
|
|
const threerateFwjsl = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer//threerate/fwjsl?beginDate=${data.beginDate}&endDate=${data.endDate}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 三率管理/状态转换率
|
|
|
+
|
|
|
const threerateZtzhl = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/threerate/ztzhl?beginDate=${data.beginDate}&endDate=${data.endDate}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 三率管理/消缺及时率
|
|
|
+
|
|
|
const threerateXqjsl = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/threerate/xqjsl?beginDate=${data.beginDate}&endDate=${data.endDate}`,
|
|
|
@@ -203,14 +250,18 @@ const leaderboardLoadfactortoplist = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 总发电效率排行
|
|
|
+
|
|
|
const leaderboardTotalPowerCapacityTopList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/ranking/electricRanking?beginDate=${data.beginDate}&endDate=${data.endDate}&wpid=${data.wpid}&orderby=${data.orderby}&isAsc=${data.isAsc}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 报警排行
|
|
|
+
|
|
|
const leaderboardQuerywarningStatistical = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/leaderboard/querywarningStatistical`,
|
|
|
@@ -218,20 +269,25 @@ const leaderboardQuerywarningStatistical = (data) => {
|
|
|
data: data,
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 专题分析
|
|
|
+
|
|
|
const specificMaincenterlist = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/maincenterlist?month=${data.month}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const specificMaintoplist = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/maintoplist?month=${data.month}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 风能利用率
|
|
|
+
|
|
|
const specificFnlylList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/fnlylList?year=${data.year}`,
|
|
|
@@ -240,6 +296,7 @@ const specificFnlylList = (data) => {
|
|
|
};
|
|
|
|
|
|
// 故障损失率
|
|
|
+
|
|
|
const specificGzsslList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/gzsslList?year=${data.year}`,
|
|
|
@@ -248,6 +305,7 @@ const specificGzsslList = (data) => {
|
|
|
};
|
|
|
|
|
|
// 限电损失率
|
|
|
+
|
|
|
const specificXdsslList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/xdsslList?year=${data.year}`,
|
|
|
@@ -256,6 +314,7 @@ const specificXdsslList = (data) => {
|
|
|
};
|
|
|
|
|
|
// 性能损失率
|
|
|
+
|
|
|
const specificXnsslList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/xnsslList?year=${data.year}`,
|
|
|
@@ -264,13 +323,16 @@ const specificXnsslList = (data) => {
|
|
|
};
|
|
|
|
|
|
// 受累损失率
|
|
|
+
|
|
|
const specificSlsslList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/slsslList?year=${data.year}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// mtbf
|
|
|
+
|
|
|
const specificMtbfList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/mtbfList?year=${data.year}`,
|
|
|
@@ -279,20 +341,25 @@ const specificMtbfList = (data) => {
|
|
|
};
|
|
|
|
|
|
// mttr
|
|
|
+
|
|
|
const specificMttrList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/mttrList?year=${data.year}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 复位及时率
|
|
|
+
|
|
|
const specificFwjslList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/fwjslList?year=${data.year}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 状态转换率
|
|
|
+
|
|
|
const specificZtzhlList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/ztzhlList?year=${data.year}`,
|
|
|
@@ -301,27 +368,34 @@ const specificZtzhlList = (data) => {
|
|
|
};
|
|
|
|
|
|
// 消缺及时率
|
|
|
+
|
|
|
const specificXqjslList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/xqjslList?year=${data.year}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 发电量分析
|
|
|
+
|
|
|
const specificFdlList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/fdlList?year=${data.year}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 综合场用电量
|
|
|
+
|
|
|
const specificZhcydlList = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/specific/zhcydlList?year=${data.year}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 单机信息总览
|
|
|
+
|
|
|
const powercompareWindfarmAjax = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -329,6 +403,7 @@ const powercompareWindfarmAjax = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const goodnessWindturbinegoodness = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -354,6 +429,7 @@ const goodnessGoodhistorylist = (data) => {
|
|
|
method: "post",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 单机信息总览详情
|
|
|
|
|
|
const goodnessFindWtRealPowerChar = (data) => {
|
|
|
@@ -363,6 +439,7 @@ const goodnessFindWtRealPowerChar = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const goodnessGetplotBands = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -370,6 +447,7 @@ const goodnessGetplotBands = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const goodnessPlotBandAjax = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -377,6 +455,7 @@ const goodnessPlotBandAjax = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const goodnessFindRealPowerCharBy24 = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -384,6 +463,7 @@ const goodnessFindRealPowerCharBy24 = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const goodnessBjjllist = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -407,6 +487,7 @@ const goodnessXdjllist = (data) => {
|
|
|
method: "post",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const goodnessWadAjax = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -422,6 +503,7 @@ const goodnessBphlist = (data) => {
|
|
|
method: "post",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const goodnessGlchat = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -429,6 +511,7 @@ const goodnessGlchat = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const goodnessFjfzy = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -436,6 +519,7 @@ const goodnessFjfzy = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const requestData1 = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -443,7 +527,9 @@ const requestData1 = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//znzhfx.vue
|
|
|
+
|
|
|
const singleanalysisSingleanalysisSub = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -451,6 +537,7 @@ const singleanalysisSingleanalysisSub = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const singleanalysisSingleanalysisChart = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -468,9 +555,11 @@ const singleanalysisSingleanalysisMain = (data) => {
|
|
|
method: "post",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//电量分析 未绑定界面
|
|
|
|
|
|
//forecast-system.vue
|
|
|
+
|
|
|
const powercompareWindfarmAllAjax2 = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -478,6 +567,7 @@ const powercompareWindfarmAllAjax2 = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const weatherWeatherInfo = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -485,6 +575,7 @@ const weatherWeatherInfo = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const weatherPowerChart = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -501,7 +592,9 @@ const statisticAnalysis = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 报表管理 --统计分析-场站
|
|
|
+
|
|
|
const analysisplusTjfxlist = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/analysisplus/tjfxlist?theday=${data.theday}&wpid=${
|
|
|
@@ -510,14 +603,18 @@ const analysisplusTjfxlist = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 报表管理 --统计分析-表底
|
|
|
+
|
|
|
const analysisplusBdzlist = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/analysisplus/bdzlist?theday=${data.theday}&wpid=${data.wpid}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 报表管理 --统计分析--确认提交数据‘
|
|
|
+
|
|
|
const analysisplusCommit = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/analysisplus/commit`,
|
|
|
@@ -525,21 +622,27 @@ const analysisplusCommit = (data) => {
|
|
|
data: data,
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//安措内容分类
|
|
|
+
|
|
|
const safetyMeasure = (data) => {
|
|
|
return request({
|
|
|
url: `consumer/knowledge/workGuideKnowledge/safetyMeasure?pageNum=${data.pageNum}&pageSize=${data.pageSize}&content=${data.content}&rsnum=${data.rsnum}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//危险点内容
|
|
|
+
|
|
|
const dangerContent = (data) => {
|
|
|
return request({
|
|
|
url: `consumer/knowledge/workGuideKnowledge/dangerContent?pageNum=${data.pageNum}&pageSize=${data.pageSize}&content=${data.content}&rsnum=${data.rsnum}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//危险点内容
|
|
|
+
|
|
|
const energyDaily = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/analysisplus/energyDaily?theday=${data.theday}`,
|
|
|
@@ -548,48 +651,61 @@ const energyDaily = (data) => {
|
|
|
};
|
|
|
|
|
|
//测点数据查询---- 获取左侧菜单
|
|
|
+
|
|
|
const datacenterTables = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/dataquery/tables`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//测点数据查询---- 获取表格数据
|
|
|
+
|
|
|
const datacenterRealtimeData = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/dataquery/realtimeData?tableid=${data.tableid}&pointId=${data.pointId}&pointName=${data.pointName}&pageNum=${data.pageNum}&pageSize=${data.pageSize}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//测点数据查询---- 获取详情
|
|
|
+
|
|
|
const datacenterHistoryData = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/dataquery/historyData?pointId=${data.pointId}&begin=${data.begin}&end=${data.end}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//测点数据查询---- 导出excel
|
|
|
+
|
|
|
const datacenterRealtimeExport = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/dataquery/realtimeExport?tableid=${data.tableid}&pointId=${data.pointId}&pointName=${data.pointName}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//测点历史数据查询-获取设备结构
|
|
|
+
|
|
|
const paramComparisonEquipmentStructure = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/paramComparison/equipmentStructure`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//测点历史数据查询-获取关键节点
|
|
|
+
|
|
|
const paramComparisonEquipmentParams = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/paramComparison/equipmentParams`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//测点历史数据查询-渲染图表
|
|
|
+
|
|
|
const paramComparisonGeneratingCurve = (data) => {
|
|
|
if (data.interval && data.type) {
|
|
|
return request({
|
|
|
@@ -607,36 +723,51 @@ const paramComparisonGeneratingCurve = (data) => {
|
|
|
});
|
|
|
}
|
|
|
};
|
|
|
+
|
|
|
//功率曲线分析获取场站
|
|
|
+
|
|
|
const wpwtlist = () => {
|
|
|
return request({
|
|
|
url: `/consumer/benchmarking/wpwtlist`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
const getWtList = (data) => {
|
|
|
return request({
|
|
|
- baseURL: "http://10.81.3.155:8172",
|
|
|
- url: `/healthmain/windturbineAjax?wpId=${data.wpId}`,
|
|
|
+ baseURL: process.env.VUE_APP_NEW_WISDOM,
|
|
|
+ url: `/health/windturbineAjax?wpId=${data.wpId}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//功率曲线拟合
|
|
|
+
|
|
|
const curvefitting = (data) => {
|
|
|
return request({
|
|
|
url: `/consumer/performance/curvefitting?type=${data.type}&wtids=${data.wtids}`,
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//测值曲线分析
|
|
|
+
|
|
|
// const getPointPerSisList = (data) => {
|
|
|
+
|
|
|
// return request({
|
|
|
+
|
|
|
// baseURL: process.env.VUE_APP_Matrix,
|
|
|
-// // url:`/stationPersis/getStationPersis?station=${data.station}&startdate=${data.startdate}&enddate=${data.enddate}`,
|
|
|
-// url:`/pointpersis/getPointPerSisList?wtid=${data.wtid}&beginDate=${data.beginDate}&endDate=${data.endDate}&interval=${data.interval}&uniformcodes=${data.uniformcodes}`,
|
|
|
+
|
|
|
+// // url:/stationPersis/getStationPersis?station=${data.station}&startdate=${data.startdate}&enddate=${data.enddate},
|
|
|
+
|
|
|
+// url:/pointpersis/getPointPerSisList?wtid=${data.wtid}&beginDate=${data.beginDate}&endDate=${data.endDate}&interval=${data.interval}&uniformcodes=${data.uniformcodes},
|
|
|
+
|
|
|
// method:"get"
|
|
|
+
|
|
|
// })
|
|
|
+
|
|
|
// };
|
|
|
+
|
|
|
const getPointPerSisList = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -645,7 +776,9 @@ const getPointPerSisList = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//测点取值列表
|
|
|
+
|
|
|
const getpoints = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -653,7 +786,9 @@ const getpoints = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//月电量分析
|
|
|
+
|
|
|
const geteleperanalysislist = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -661,7 +796,9 @@ const geteleperanalysislist = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//eba能效分析
|
|
|
+
|
|
|
const getebapersislist = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -669,8 +806,11 @@ const getebapersislist = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
//长停分析
|
|
|
+
|
|
|
// http://localhost:8171/event/getLonShutdownevent?pageNum=1&pageSize=2&wpId&wtId&beginDate=2022-01-01&endDate=2022-12-30&type
|
|
|
+
|
|
|
const getLonShutdownevent = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -680,6 +820,7 @@ const getLonShutdownevent = (data) => {
|
|
|
};
|
|
|
|
|
|
//获取公司 id=QJNY http://10.81.3.155:8170/Companys/listByPage?id=QJNY&name=清洁能源公司
|
|
|
+
|
|
|
const getCompany = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -687,8 +828,11 @@ const getCompany = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 获取指定公司下的区域
|
|
|
+
|
|
|
// 区域:http://10.81.3.155:8170/Region/list?companyid=JKDL
|
|
|
+
|
|
|
const getRegion = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -696,7 +840,9 @@ const getRegion = (data) => {
|
|
|
method: "get",
|
|
|
});
|
|
|
};
|
|
|
+
|
|
|
// 获取指定公司及区域下的场站 场站:http://10.81.3.155:8170/windpowerstation/list?companyid=JKDL®ionid=SX
|
|
|
+
|
|
|
const getStation = (data) => {
|
|
|
return request({
|
|
|
baseURL: process.env.VUE_APP_Matrix,
|
|
|
@@ -706,105 +852,198 @@ const getStation = (data) => {
|
|
|
};
|
|
|
|
|
|
// --EBA能效分析
|
|
|
+
|
|
|
// http://10.81.3.155:8170/ebapersis/getebapersislist?year=2022&month=8®ionid=SX&companyid=QJNY&station=BHB3_FDC
|
|
|
|
|
|
// --测点曲线分析 getStationPersis
|
|
|
+
|
|
|
// http://10.81.3.155:8170/pointpersis/getPointPerSisList?wtid=GJY01_001&beginDate=1666991363000&endDate=1667012963000&interval=10&uniformcodes=R0QFZT,R1QFZT
|
|
|
|
|
|
// --获取测点
|
|
|
+
|
|
|
// http://10.81.3.155:8171/pointpersis/getpoints
|
|
|
|
|
|
// --场站性能分析
|
|
|
+
|
|
|
// http://10.81.3.155:8170/stationPersis/getStationPersis?station=HSM_FDC&startdate=2022-10-25%2008:31:19&enddate=2022-10-25%2010:31:19
|
|
|
+
|
|
|
export default {
|
|
|
- benchmarking,
|
|
|
- getStationPersis,
|
|
|
- benchmarkingmx,
|
|
|
- benchmarkingLineList,
|
|
|
- benchmarkingWplist,
|
|
|
- getWpList,
|
|
|
- benchmarkingProjectList,
|
|
|
- benchmarkingDbmainbottom,
|
|
|
- benchmarkingDbmaintop,
|
|
|
- targetdataJnjpkpi,
|
|
|
- benchmarkingDetails,
|
|
|
- benchmarkingWxssl,
|
|
|
- benchmarkingCndb,
|
|
|
- benchmarkingCjdb,
|
|
|
- benchmarkingXmdb,
|
|
|
- benchmarkingXldb,
|
|
|
- benchmarkingZjwxssl,
|
|
|
- benchmarkingZjlist,
|
|
|
- benchmarkingZjdrill,
|
|
|
- benchmarkingWtList,
|
|
|
- benchmarkingDjhxdbbottom,
|
|
|
- threerateFwjsl,
|
|
|
- threerateZtzhl,
|
|
|
- threerateXqjsl,
|
|
|
- leaderboardLoadfactortoplist,
|
|
|
- leaderboardTotalPowerCapacityTopList,
|
|
|
- leaderboardQuerywarningStatistical,
|
|
|
- specificMaincenterlist,
|
|
|
- specificMaintoplist,
|
|
|
- specificFnlylList,
|
|
|
- specificGzsslList,
|
|
|
- specificXdsslList,
|
|
|
- specificXnsslList,
|
|
|
- specificSlsslList,
|
|
|
- specificMtbfList,
|
|
|
- specificMttrList,
|
|
|
- specificFwjslList,
|
|
|
- specificZtzhlList,
|
|
|
- specificXqjslList,
|
|
|
- specificFdlList,
|
|
|
- specificZhcydlList,
|
|
|
- powercompareWindfarmAjax,
|
|
|
- goodnessWindturbinegoodness,
|
|
|
- powercompareWindturbineAjax,
|
|
|
- goodnessGoodhistorylist,
|
|
|
- goodnessFindWtRealPowerChar,
|
|
|
- goodnessGetplotBands,
|
|
|
- goodnessPlotBandAjax,
|
|
|
- ajaxName,
|
|
|
- goodnessFindRealPowerCharBy24,
|
|
|
- goodnessBjjllist,
|
|
|
- goodnessGzjllist,
|
|
|
- goodnessXdjllist,
|
|
|
- goodnessWadAjax,
|
|
|
- goodnessBphlist,
|
|
|
- goodnessGlchat,
|
|
|
- goodnessFjfzy,
|
|
|
- requestData1,
|
|
|
- singleanalysisSingleanalysisSub,
|
|
|
- singleanalysisSingleanalysisChart,
|
|
|
- singleanalysisSingleanalysisMain,
|
|
|
- powercompareWindfarmAllAjax2,
|
|
|
- weatherWeatherInfo,
|
|
|
- weatherPowerChart,
|
|
|
- statisticAnalysis,
|
|
|
- analysisplusTjfxlist,
|
|
|
- analysisplusBdzlist,
|
|
|
- analysisplusCommit,
|
|
|
- safetyMeasure,
|
|
|
- dangerContent,
|
|
|
- energyDaily,
|
|
|
- datacenterTables,
|
|
|
- datacenterRealtimeData,
|
|
|
- datacenterHistoryData,
|
|
|
- datacenterRealtimeExport,
|
|
|
- paramComparisonEquipmentStructure,
|
|
|
- paramComparisonEquipmentParams,
|
|
|
- paramComparisonGeneratingCurve,
|
|
|
- wpwtlist,
|
|
|
- getWtList,
|
|
|
- curvefitting,
|
|
|
- getPointPerSisList,
|
|
|
- getpoints,
|
|
|
- geteleperanalysislist,
|
|
|
- getebapersislist,
|
|
|
- getLonShutdownevent,
|
|
|
- getCompany,
|
|
|
- getRegion,
|
|
|
- getStation,
|
|
|
- getWpList
|
|
|
-}
|
|
|
+ benchmarking,
|
|
|
+
|
|
|
+ getStationPersis,
|
|
|
+
|
|
|
+ benchmarkingmx,
|
|
|
+
|
|
|
+ benchmarkingLineList,
|
|
|
+
|
|
|
+ benchmarkingWplist,
|
|
|
+
|
|
|
+ getWpList,
|
|
|
+
|
|
|
+ benchmarkingProjectList,
|
|
|
+
|
|
|
+ benchmarkingDbmainbottom,
|
|
|
+
|
|
|
+ benchmarkingDbmaintop,
|
|
|
+
|
|
|
+ targetdataJnjpkpi,
|
|
|
+
|
|
|
+ benchmarkingDetails,
|
|
|
+
|
|
|
+ benchmarkingWxssl,
|
|
|
+
|
|
|
+ benchmarkingCndb,
|
|
|
+
|
|
|
+ benchmarkingCjdb,
|
|
|
+
|
|
|
+ benchmarkingXmdb,
|
|
|
+
|
|
|
+ benchmarkingXldb,
|
|
|
+
|
|
|
+ benchmarkingZjwxssl,
|
|
|
+
|
|
|
+ benchmarkingZjlist,
|
|
|
+
|
|
|
+ benchmarkingZjdrill,
|
|
|
+
|
|
|
+ benchmarkingWtList,
|
|
|
+
|
|
|
+ benchmarkingDjhxdbbottom,
|
|
|
+
|
|
|
+ threerateFwjsl,
|
|
|
+
|
|
|
+ threerateZtzhl,
|
|
|
+
|
|
|
+ threerateXqjsl,
|
|
|
+
|
|
|
+ leaderboardLoadfactortoplist,
|
|
|
+
|
|
|
+ leaderboardTotalPowerCapacityTopList,
|
|
|
+
|
|
|
+ leaderboardQuerywarningStatistical,
|
|
|
+
|
|
|
+ specificMaincenterlist,
|
|
|
+
|
|
|
+ specificMaintoplist,
|
|
|
+
|
|
|
+ specificFnlylList,
|
|
|
+
|
|
|
+ specificGzsslList,
|
|
|
+
|
|
|
+ specificXdsslList,
|
|
|
+
|
|
|
+ specificXnsslList,
|
|
|
+
|
|
|
+ specificSlsslList,
|
|
|
+
|
|
|
+ specificMtbfList,
|
|
|
+
|
|
|
+ specificMttrList,
|
|
|
+
|
|
|
+ specificFwjslList,
|
|
|
+
|
|
|
+ specificZtzhlList,
|
|
|
+
|
|
|
+ specificXqjslList,
|
|
|
+
|
|
|
+ specificFdlList,
|
|
|
+
|
|
|
+ specificZhcydlList,
|
|
|
+
|
|
|
+ powercompareWindfarmAjax,
|
|
|
+
|
|
|
+ goodnessWindturbinegoodness,
|
|
|
+
|
|
|
+ powercompareWindturbineAjax,
|
|
|
+
|
|
|
+ goodnessGoodhistorylist,
|
|
|
+
|
|
|
+ goodnessFindWtRealPowerChar,
|
|
|
+
|
|
|
+ goodnessGetplotBands,
|
|
|
+
|
|
|
+ goodnessPlotBandAjax,
|
|
|
+
|
|
|
+ ajaxName,
|
|
|
+
|
|
|
+ goodnessFindRealPowerCharBy24,
|
|
|
+
|
|
|
+ goodnessBjjllist,
|
|
|
+
|
|
|
+ goodnessGzjllist,
|
|
|
+
|
|
|
+ goodnessXdjllist,
|
|
|
+
|
|
|
+ goodnessWadAjax,
|
|
|
+
|
|
|
+ goodnessBphlist,
|
|
|
+
|
|
|
+ goodnessGlchat,
|
|
|
+
|
|
|
+ goodnessFjfzy,
|
|
|
+
|
|
|
+ requestData1,
|
|
|
+
|
|
|
+ singleanalysisSingleanalysisSub,
|
|
|
+
|
|
|
+ singleanalysisSingleanalysisChart,
|
|
|
+
|
|
|
+ singleanalysisSingleanalysisMain,
|
|
|
+
|
|
|
+ powercompareWindfarmAllAjax2,
|
|
|
+
|
|
|
+ weatherWeatherInfo,
|
|
|
+
|
|
|
+ weatherPowerChart,
|
|
|
+
|
|
|
+ statisticAnalysis,
|
|
|
+
|
|
|
+ analysisplusTjfxlist,
|
|
|
+
|
|
|
+ analysisplusBdzlist,
|
|
|
+
|
|
|
+ analysisplusCommit,
|
|
|
+
|
|
|
+ safetyMeasure,
|
|
|
+
|
|
|
+ dangerContent,
|
|
|
+
|
|
|
+ energyDaily,
|
|
|
+
|
|
|
+ datacenterTables,
|
|
|
+
|
|
|
+ datacenterRealtimeData,
|
|
|
+
|
|
|
+ datacenterHistoryData,
|
|
|
+
|
|
|
+ datacenterRealtimeExport,
|
|
|
+
|
|
|
+ paramComparisonEquipmentStructure,
|
|
|
+
|
|
|
+ paramComparisonEquipmentParams,
|
|
|
+
|
|
|
+ paramComparisonGeneratingCurve,
|
|
|
+
|
|
|
+ wpwtlist,
|
|
|
+
|
|
|
+ getWtList,
|
|
|
+
|
|
|
+ curvefitting,
|
|
|
+
|
|
|
+ getPointPerSisList,
|
|
|
+
|
|
|
+ getpoints,
|
|
|
+
|
|
|
+ geteleperanalysislist,
|
|
|
+
|
|
|
+ getebapersislist,
|
|
|
+
|
|
|
+ getLonShutdownevent,
|
|
|
+
|
|
|
+ getCompany,
|
|
|
+
|
|
|
+ getRegion,
|
|
|
+
|
|
|
+ getStation,
|
|
|
+
|
|
|
+};
|