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
2f1b1dfa
Commit
2f1b1dfa
authored
Aug 13, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
环比增加企业编号参数
parent
1426eee2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
QOQ.vue
src/views/HandlerPage/QOQ.vue
+3
-12
No files found.
src/views/HandlerPage/QOQ.vue
View file @
2f1b1dfa
...
@@ -370,6 +370,7 @@ function postExternalQOQFun() {
...
@@ -370,6 +370,7 @@ function postExternalQOQFun() {
break
;
break
;
}
}
let
params
=
{
let
params
=
{
enterpriseId
:
store
.
getters
.
getEnterpriseId
(),
supplyIdList
:
networkType
.
value
==
1
?
enertyInfo
.
supplyIdList
:
null
,
supplyIdList
:
networkType
.
value
==
1
?
enertyInfo
.
supplyIdList
:
null
,
idList
:
networkType
.
value
==
2
?
enertyInfo
.
idList
:
null
,
idList
:
networkType
.
value
==
2
?
enertyInfo
.
idList
:
null
,
startTime
:
enertyInfo
.
startTime
,
startTime
:
enertyInfo
.
startTime
,
...
@@ -382,7 +383,7 @@ function postExternalQOQFun() {
...
@@ -382,7 +383,7 @@ function postExternalQOQFun() {
postExternalQOQ
(
params
).
then
((
res
)
=>
{
postExternalQOQ
(
params
).
then
((
res
)
=>
{
echarts
.
dispose
(
document
.
getElementById
(
"echartsLayer"
));
echarts
.
dispose
(
document
.
getElementById
(
"echartsLayer"
));
if
(
res
.
success
===
true
)
{
if
(
res
.
success
===
true
)
{
if
(
res
.
data
.
hourWater
.
length
>
0
)
{
if
(
res
.
data
.
hourWater
.
length
>
0
)
{
pageInitFun
(
res
);
pageInitFun
(
res
);
tableData
=
res
.
data
.
hourWater
;
tableData
=
res
.
data
.
hourWater
;
}
}
...
@@ -394,7 +395,7 @@ function postExternalQOQFun() {
...
@@ -394,7 +395,7 @@ function postExternalQOQFun() {
postWithinQOQ
(
params
).
then
((
res
)
=>
{
postWithinQOQ
(
params
).
then
((
res
)
=>
{
echarts
.
dispose
(
document
.
getElementById
(
"echartsLayer"
));
echarts
.
dispose
(
document
.
getElementById
(
"echartsLayer"
));
if
(
res
.
success
===
true
)
{
if
(
res
.
success
===
true
)
{
if
(
res
.
data
.
data
.
length
>
0
)
{
if
(
res
.
data
.
data
.
length
>
0
)
{
pageInitFun
(
res
);
pageInitFun
(
res
);
tableData
=
res
.
data
.
hourWater
;
tableData
=
res
.
data
.
hourWater
;
}
}
...
@@ -446,16 +447,6 @@ function pageInitFun(res) {
...
@@ -446,16 +447,6 @@ function pageInitFun(res) {
});
});
echartSeries
.
push
(
echartSeries
.
push
(
// {
// name: element.transferName + "温度",
// type: "line",
// tooltip: {
// valueFormatter: function (value) {
// return value + " ℃";
// },
// },
// data: data1,
// },
{
{
name
:
element
.
transferName
+
"能耗"
,
name
:
element
.
transferName
+
"能耗"
,
type
:
"bar"
,
type
:
"bar"
,
...
...
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