Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
server
Overview
Overview
Details
Activity
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
changsanjiao
server
Commits
63a9493d
Commit
63a9493d
authored
Oct 27, 2021
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
da42eb81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
智慧电眼数据模板.xlsx
res/智慧电眼数据模板.xlsx
+0
-0
zhdyMsgbox9.ts
src/biz/zhdyMsgbox9.ts
+5
-8
No files found.
res/智慧电眼数据模板.xlsx
View file @
63a9493d
No preview for this file type
src/biz/zhdyMsgbox9.ts
View file @
63a9493d
...
@@ -30,15 +30,12 @@
...
@@ -30,15 +30,12 @@
let
空置用户电量数据
DataAndUnit
=
objKeyReplace
(
空置用户电量特化基础数据
);
let
空置用户电量数据
DataAndUnit
=
objKeyReplace
(
空置用户电量特化基础数据
);
ret
[
"api3"
]
=
getKeyValue
(
"空置用户电量数据"
,
空置用户电量数据
DataAndUnit
.
dataMap
,
空置用户电量数据
DataAndUnit
.
unitMap
,
false
,
false
);
ret
[
"api3"
]
=
getKeyValue
(
"空置用户电量数据"
,
空置用户电量数据
DataAndUnit
.
dataMap
,
空置用户电量数据
DataAndUnit
.
unitMap
,
false
,
false
);
ret
[
"api4"
]
=
getChartData
(
"青浦区住房空置率趋势"
,
excelData
.
青浦区住房空置率趋势
,
'
inData
'
,
false
);
ret
[
"api4"
]
=
getChartData
(
"青浦区住房空置率趋势"
,
excelData
.
青浦区住房空置率趋势
,
'
%
'
,
false
);
ret
[
"api5"
]
=
getMoreYChartData
(
"重点区域住房空置率"
,
excelData
.
重点区域住房空置率
,
false
,
{
"用户数"
:
"户"
,
"空置率"
:
"%"
})
ret
[
"api5"
]
=
getMoreYChartData
(
"重点区域住房空置率"
,
excelData
.
重点区域住房空置率
,
false
,
{
"用户数"
:
"户"
,
"空置率"
:
"%"
});
ret
[
"api6"
]
=
getMoreYChartData
(
"典型小区住房空置率"
,
excelData
.
典型小区住房空置率
,
false
,
{
"用户数"
:
"户"
,
"空置率"
:
"%"
});
ret
[
"api6"
]
=
getMoreYChartData
(
"典型小区住房空置率"
,
excelData
.
典型小区住房空置率
,
false
,
{
"用户数"
:
"户"
,
"空置率"
:
"%"
})
ret
[
"api7"
]
=
getMoreYChartData
(
"重点区域空置户趋势"
,
excelData
.
重点区域空置户趋势
,
false
,
{
"空置率趋势"
:
"%"
});
ret
[
"api8"
]
=
getMoreYChartData
(
"典型小区空置户趋势"
,
excelData
.
典型小区空置户趋势
,
false
,
{
"空置率趋势"
:
"%"
});
ret
[
"api7"
]
=
getMoreYChartData
(
"重点区域空置户趋势"
,
excelData
.
重点区域空置户趋势
,
false
,
{
"用户数"
:
"户"
,
"空置率"
:
"%"
})
ret
[
"api8"
]
=
getMoreYChartData
(
"典型小区空置户趋势"
,
excelData
.
典型小区空置户趋势
,
false
,
{
"用户数"
:
"户"
,
"空置率"
:
"%"
})
ret
[
"apiarea"
]
=
getKeyStringValue
(
"范围数据"
,
excelData
.
范围数据
);
ret
[
"apiarea"
]
=
getKeyStringValue
(
"范围数据"
,
excelData
.
范围数据
);
res
.
send
(
ret
);
res
.
send
(
ret
);
...
...
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