311 lines
6.2 KiB
TypeScript
311 lines
6.2 KiB
TypeScript
|
|
import request from '@/utils/request';
|
||
|
|
|
||
|
|
// 基础信息 集团/公司
|
||
|
|
export function getCompanyList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/env/hycd/selectForDropdown',
|
||
|
|
method: 'get',
|
||
|
|
params: data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 基础信息 表格
|
||
|
|
export function getPowerTableList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/env/engInfo/vmsstbprpt/GetKendoList',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 基础信息 编辑
|
||
|
|
export function updatePowerInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/env/engInfo/update',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
|
||
|
|
// 基础信息 删除
|
||
|
|
export function deletePowerInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/env/engInfo/delete',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
|
||
|
|
// 鱼类基础信息 科
|
||
|
|
export function getFishResourceList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/fpr/fishDic/GetKendoList',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
|
||
|
|
// 鱼类基础信息 表格
|
||
|
|
export function getFishResourceZYList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/fpr/fishDic/zy/GetKendoList',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
|
||
|
|
// 批复文件
|
||
|
|
export function getApprovalStatusList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/eng/base/eiaapproval/GetKendoList',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 生态流量运行数据 - 小时
|
||
|
|
|
||
|
|
export function getFlowDataList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/eq/data/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 生态流量运行数据 - 日
|
||
|
|
|
||
|
|
export function getFlowDataDayList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/eq/data/day/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 生态流量运行数据 - 月
|
||
|
|
|
||
|
|
export function getFlowDataMonthList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/eq/data/drtp/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 水质监测数据 - 断面
|
||
|
|
export function getWaterDataSectionList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wq/msstbprpt/GetKendoList',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 水质监测数据 - 小时
|
||
|
|
export function getWaterDataList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wq/data/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 水质监测数据 - 日
|
||
|
|
export function getWaterDataDayList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wq/data/day/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 水质监测数据 - 月
|
||
|
|
export function getWaterDataMonthList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wq/data/drtp/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 水质监测数据 编辑
|
||
|
|
export function updateWaterDataInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wq/updateWqRsData',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 水质监测数据 删除
|
||
|
|
export function deleteWaterDataInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wq/removeKendoByIds',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 垂向 - 列表
|
||
|
|
export function getVerticalList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/cxDetail/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 垂向 - 编辑
|
||
|
|
export function updateVerticalInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/cxDetail/updateWtvtRData',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 垂向 - 删除
|
||
|
|
export function deleteVerticalInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/cxDetail/removeKendoByIds',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 表层水温 - 断面
|
||
|
|
export function getSurfaceTempSectionList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/msstbprpt/GetKendoList',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 表层水温 - 小时
|
||
|
|
export function getSurfaceTempList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/alongDetail/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 表层水温 - 日
|
||
|
|
export function getSurfaceTempDayList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/alongDetail/day/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 表层水温 - 月
|
||
|
|
export function getSurfaceTempMonthList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/alongDetail/drtp/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
|
||
|
|
// 表层水温 - 编辑
|
||
|
|
export function updateSurfaceTempInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/alongDetail/updateWtrvRData',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 表层水温 - 删除
|
||
|
|
export function deleteSurfaceTempInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/alongDetail/drtp/removeKendoByIds',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 表层水温 - 数据分析 - 断面
|
||
|
|
export function getSurfaceTempAnalysisList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/msstbprpt/eng/GetKendoList',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 表层水温 - 数据分析 - excel
|
||
|
|
export function getSurfaceTempAnalysisExcel(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/wtrvAmend/dayAmend/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 表层水温 - 数据分析 - 保存
|
||
|
|
export function saveSurfaceTempAnalysisExcel(data) {
|
||
|
|
return request({
|
||
|
|
url: '/wt/wtrvAmend/dayAmend/saveAmendData',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
|
||
|
|
// 过鱼设施名称 - 断面
|
||
|
|
export function getFishReleaseMonitorSectionList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/fp/msstbprpt/GetKendoList',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 过鱼监测数据
|
||
|
|
export function getFishReleaseMonitorList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/fp/query/qgc/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
|
||
|
|
// 鱼类 放鱼
|
||
|
|
export function getFishReleaseList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/fb/fishrun/qgc/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
|
||
|
|
// 流量站 - 断面
|
||
|
|
export function getFlowStationSectionList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/zq/msstbprpt/GetKendoList',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 流量站 - 小时
|
||
|
|
export function getFlowStationList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/zq/river/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 流量站 - 日
|
||
|
|
export function getFlowStationDayList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/zq/river/day/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 流量站 - 月
|
||
|
|
export function getFlowStationMonthList(data) {
|
||
|
|
return request({
|
||
|
|
url: '/zq/river/drtp/GetKendoListCust',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
|
||
|
|
// 流量站 - 编辑
|
||
|
|
export function updateFlowStationInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/zq/river/updateRiverRData',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|
||
|
|
// 流量站 - 删除
|
||
|
|
export function deleteFlowStationInfo(data) {
|
||
|
|
return request({
|
||
|
|
url: '/zq/river/removeKendoByIds',
|
||
|
|
method: 'post',
|
||
|
|
data
|
||
|
|
});
|
||
|
|
}
|