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
6034c577
Commit
6034c577
authored
Oct 27, 2021
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d9692d72
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
其他数据模板.xlsx
res/其他数据模板.xlsx
+0
-0
qyehPage.ts
src/biz/qyehPage.ts
+2
-2
No files found.
res/其他数据模板.xlsx
View file @
6034c577
No preview for this file type
src/biz/qyehPage.ts
View file @
6034c577
...
@@ -4,8 +4,8 @@ import { get区域融合 } from "../data/analysisExcelData";
...
@@ -4,8 +4,8 @@ import { get区域融合 } from "../data/analysisExcelData";
function
特化一体化电网运行管理
(
number
)
{
function
特化一体化电网运行管理
(
number
)
{
let
checkData
=
new
Date
(
'2021-10-25 00:00:00'
).
valueOf
()
-
new
Date
(
).
valueOf
();
let
checkData
=
new
Date
(
).
valueOf
()
-
new
Date
(
'2021-10-25 00:00:00'
).
valueOf
();
return
Math
.
ceil
(
checkData
/
(
3600
*
1000
*
24
))
+
number
;
return
Math
.
floor
(
checkData
/
(
3600
*
1000
*
24
))
+
number
;
}
}
export
function
getData
(
req
,
res
)
{
export
function
getData
(
req
,
res
)
{
...
...
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