Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yuyiViewServer
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
node_server
yuyiViewServer
Commits
802aed58
Commit
802aed58
authored
Feb 11, 2025
by
zhangzhencai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e76e5735
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
jxgljsc.ts
src/biz/jxgljsc.ts
+4
-3
No files found.
src/biz/jxgljsc.ts
View file @
802aed58
import
{
getJxgljsc
}
from
'../data/db/jxgljsc'
;
import
{
jxgljscTableData
}
from
'../data/table/jxgljscData'
;
import
{
jxgljscTableData
}
from
'../data/table/jxgljscData'
;
import
{
doubleYBarCharPackage
,
keyValuePackage
,
onceYBarChartPackage
,
rankPackage
,
tablePackage
}
from
'../dataPackage/inFrontOut'
;
import
{
doubleYBarCharPackage
,
keyValuePackage
,
onceYBarChartPackage
,
rankPackage
,
tablePackage
}
from
'../dataPackage/inFrontOut'
;
import
{
getDoubleYBarChartOut
,
getKeyValueOut
,
getOnceYBarChartOut
,
getTableOut
}
from
'../dataPackage/out'
;
import
{
getDoubleYBarChartOut
,
getKeyValueOut
,
getOnceYBarChartOut
,
getTableOut
}
from
'../dataPackage/out'
;
/* 绩效管理驾驶舱 */
/* 绩效管理驾驶舱 */
export
function
getData
(
req
,
res
)
{
export
async
function
getData
(
req
,
res
)
{
let
dbList
=
await
getJxgljsc
();
let
excelData
=
jxgljscTableData
();
let
excelData
=
jxgljscTableData
();
let
ret
:
any
=
{};
let
ret
:
any
=
{};
...
@@ -81,4 +83,4 @@ export function getData(req, res) {
...
@@ -81,4 +83,4 @@ export function getData(req, res) {
ret
[
'qyfhs'
]
=
getKeyValueOut
(
'企业孵化数'
,
qyfhsPackageData
);
ret
[
'qyfhs'
]
=
getKeyValueOut
(
'企业孵化数'
,
qyfhsPackageData
);
res
.
send
(
ret
);
res
.
send
(
ret
);
}
}
\ No newline at end of file
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