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
1280849b
Commit
1280849b
authored
Mar 11, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
23cf2d12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
index.html
...l/src/main/resources/templates/views/kmes/gpjy/index.html
+11
-3
index.html
...l/src/main/resources/templates/views/kmes/gpwx/index.html
+10
-3
No files found.
gavel/src/main/resources/templates/views/kmes/gpjy/index.html
View file @
1280849b
...
...
@@ -132,9 +132,14 @@
let
that
=
t
gas
.
post
(
'kmes/gpfk/jyfk'
,{
"fkid"
:
that
.
fkid
,
"hgsn"
:
that
.
xlh
},
function
(
res
){
if
(
res
.
data
&&
res
.
data
.
records
){
debugger
if
(
type
==
"ok"
){
taht
.
isok
=
"OK"
that
.
hg
=
res
.
data
.
records
.
hgsl
||
0
;
that
.
ng
=
res
.
data
.
records
.
bhgsl
||
0
;
}
else
if
(
type
==
"ng"
){
taht
.
isok
=
"NG"
that
.
hg
=
res
.
data
.
records
.
hgsl
||
0
;
that
.
ng
=
res
.
data
.
records
.
bhgsl
||
0
;
}
}
...
...
@@ -255,7 +260,7 @@
</div>
</div>
<div
class=
"cardList-wrappers"
style=
"width: 40%;height: 95%;color: white;display: flex;align-items: center;justify-content: center;font-size: 30px;"
>
<b
style=
"font-size: 60px;"
>
ok
</b>
<b
style=
"font-size: 60px;"
>
{{isok}}
</b>
</div>
</div>
</div>
...
...
@@ -334,7 +339,7 @@
<div
class=
"maintab"
style=
"position: relative;"
>
<div
class=
"cpiright"
style=
"width:160px;height: 160px;padding: 10px;position: absolute;right: 10px;top: 20px;"
>
<div
style=
"width: 100%;height: 100%;background-color: #1890FF;color: white;display: flex;align-items: center;justify-content: center;font-size: 30px;"
>
<b>
ok
</b>
<b>
{{isok}}
</b>
</div>
</div>
<div
style=
"height: 20px;line-height: 20px;background-color: grey;color: white;text-align: center;"
>
...
...
@@ -408,7 +413,7 @@
<div
class=
"maintab"
style=
"position: relative;"
>
<div
class=
"cpiright"
style=
"width:130px;height: 130px;padding: 10px;position: absolute;right: 10px;top: 20px;"
>
<div
style=
"width: 100%;height: 100%;background-color: #1890FF;color: white;display: flex;align-items: center;justify-content: center;font-size: 30px;"
>
<b>
ok
</b>
<b>
{{isok}}
</b>
</div>
</div>
<div
style=
"height: 20px;line-height: 20px;background-color: grey;color: white;text-align: center;"
>
...
...
@@ -449,6 +454,7 @@
},
data
:
function
(){
return
{
isok
=
"OK"
,
username
:
localStorage
.
getItem
(
"username"
),
pm
:
""
,
ng
:
0
,
...
...
@@ -523,6 +529,7 @@
},
data
:
function
(){
return
{
isok
=
"OK"
,
username
:
localStorage
.
getItem
(
"username"
),
pm
:
""
,
ng
:
0
,
...
...
@@ -592,6 +599,7 @@
},
data
:
function
(){
return
{
isok
=
"OK"
,
username
:
localStorage
.
getItem
(
"username"
),
pm
:
""
,
ng
:
0
,
...
...
gavel/src/main/resources/templates/views/kmes/gpwx/index.html
View file @
1280849b
...
...
@@ -133,8 +133,12 @@
gas
.
post
(
'kmes/gpfk/wxfk'
,{
"fkid"
:
that
.
fkid
,
"hgsn"
:
that
.
xlh
},
function
(
res
){
if
(
res
.
data
&&
res
.
data
.
records
){
if
(
type
==
"ok"
){
that
.
isok
=
"OK"
that
.
hg
=
res
.
data
.
records
.
hgsl
||
0
;
that
.
ng
=
res
.
data
.
records
.
bhgsl
||
0
;
}
else
if
(
type
==
"ng"
){
that
.
isok
=
"NG"
that
.
hg
=
res
.
data
.
records
.
hgsl
||
0
;
that
.
ng
=
res
.
data
.
records
.
bhgsl
||
0
;
}
}
...
...
@@ -255,7 +259,7 @@
</div>
</div>
<div
class=
"cardList-wrappers"
style=
"width: 40%;height: 95%;color: white;display: flex;align-items: center;justify-content: center;font-size: 30px;"
>
<b
style=
"font-size: 60px;"
>
ok
</b>
<b
style=
"font-size: 60px;"
>
{{isok}}
</b>
</div>
</div>
</div>
...
...
@@ -334,7 +338,7 @@
<div
class=
"maintab"
style=
"position: relative;"
>
<div
class=
"cpiright"
style=
"width:160px;height: 160px;padding: 10px;position: absolute;right: 10px;top: 20px;"
>
<div
style=
"width: 100%;height: 100%;background-color: #1890FF;color: white;display: flex;align-items: center;justify-content: center;font-size: 30px;"
>
<b>
ok
</b>
<b>
{{isok}}
</b>
</div>
</div>
<div
style=
"height: 20px;line-height: 20px;background-color: grey;color: white;text-align: center;"
>
...
...
@@ -408,7 +412,7 @@
<div
class=
"maintab"
style=
"position: relative;"
>
<div
class=
"cpiright"
style=
"width:130px;height: 130px;padding: 10px;position: absolute;right: 10px;top: 20px;"
>
<div
style=
"width: 100%;height: 100%;background-color: #1890FF;color: white;display: flex;align-items: center;justify-content: center;font-size: 30px;"
>
<b>
ok
</b>
<b>
{{isok}}
</b>
</div>
</div>
<div
style=
"height: 20px;line-height: 20px;background-color: grey;color: white;text-align: center;"
>
...
...
@@ -449,6 +453,7 @@
},
data
:
function
(){
return
{
isok
:
"ok"
,
username
:
localStorage
.
getItem
(
"username"
),
pm
:
""
,
ng
:
0
,
...
...
@@ -523,6 +528,7 @@
},
data
:
function
(){
return
{
isok
:
"ok"
,
username
:
localStorage
.
getItem
(
"username"
),
pm
:
""
,
ng
:
0
,
...
...
@@ -592,6 +598,7 @@
},
data
:
function
(){
return
{
isok
:
"ok"
,
username
:
localStorage
.
getItem
(
"username"
),
pm
:
""
,
ng
:
0
,
...
...
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