Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
海康威视
web-project
Commits
1426eee2
Commit
1426eee2
authored
Aug 13, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据总览
parent
407f011b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1706 additions
and
341 deletions
+1706
-341
overview.js
src/api/overview.js
+99
-0
OverviewPage.vue
src/views/HandlerPage/OverviewPage.vue
+1607
-341
No files found.
src/api/overview.js
0 → 100644
View file @
1426eee2
import
http
from
'./http'
//能耗总览页---概况接口
export
const
postArealist
=
params
=>
{
return
http
.
post
(
`/api/overview/Area`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---关口实时数据
export
const
postGYPipeReal
=
params
=>
{
return
http
.
post
(
`/api/gis/GYPipeReal`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---公司当日热量使用情况
export
const
postAllHeat
=
params
=>
{
return
http
.
post
(
`/api/overview/AllHeat`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---公司整体能耗
export
const
postGYCompanyEnergy
=
params
=>
{
return
http
.
post
(
`/api/overview/GYCompanyEnergy`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---近七日气象趋势
export
const
postGYWeather
=
params
=>
{
return
http
.
post
(
`/api/overview/GYWeather`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---服务中心热单耗
export
const
postGYCenterHeatUc
=
params
=>
{
return
http
.
post
(
`/api/overview/GYCenterHeatUc`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---服务中心度日数热耗
export
const
postGYCenterDayHeatUc
=
params
=>
{
return
http
.
post
(
`/api/overview/GYCenterDayHeatUc`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---二次侧水耗
export
const
postGYCenterWaterUc
=
params
=>
{
return
http
.
post
(
`/api/overview/GYCenterWaterUc`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---二次侧电耗
export
const
postGYCenterElecUc
=
params
=>
{
return
http
.
post
(
`/api/overview/GYCenterElecUc`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---万平米流量(一次侧)
export
const
postGYCenterWPMLL
=
params
=>
{
return
http
.
post
(
`/api/overview/GYCenterWPMLL`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---一次侧流量分配
export
const
postGYSupplyWater
=
params
=>
{
return
http
.
post
(
`/api/overview/GYSupplyWater`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---二网均温
export
const
postGYCenterSecAvgT
=
params
=>
{
return
http
.
post
(
`/api/overview/GYCenterSecAvgT`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---二网温差
export
const
postGYCenterSecAbsT
=
params
=>
{
return
http
.
post
(
`/api/overview/GYCenterSecAbsT`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
//能耗总览页---二网万平米流量
export
const
postGYCenterECWPMLL
=
params
=>
{
return
http
.
post
(
`/api/overview/GYCenterECWPMLL`
,
params
).
then
(
res
=>
res
).
catch
(
function
(
error
)
{
console
.
log
(
error
);
})
}
src/views/HandlerPage/OverviewPage.vue
View file @
1426eee2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment