Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
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
gavelinfo
kwell-mes
Commits
b326fd97
Commit
b326fd97
authored
May 27, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增总生成量查询
parent
00f651bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
api.js
gavel/src/main/resources/static/js/dashboard/api.js
+11
-0
No files found.
gavel/src/main/resources/static/js/dashboard/api.js
View file @
b326fd97
...
@@ -267,6 +267,17 @@
...
@@ -267,6 +267,17 @@
}
}
});
});
}
}
/* 新增总生成量 */
function
apiqueryZscl
(){
HTTP
.
post
(
"queryZscl"
,
{},
function
(
result
)
{
if
(
result
[
'success'
])
{
let
data
=
result
.
data
.
records
||
{};
$
(
"#zscl"
).
text
(
data
.
wgsl
||
0
);
}
else
{
console
.
log
(
"请求失败"
)
}
});
}
/* pdf */
/* pdf */
function
getPdf
(
time
){
function
getPdf
(
time
){
pdfshow
(
"getPdf"
,
"gylct"
,
time
||
20000
)
pdfshow
(
"getPdf"
,
"gylct"
,
time
||
20000
)
...
...
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