Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
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
platform
hp-smart
Commits
78e5deee
Commit
78e5deee
authored
Oct 21, 2024
by
lyy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备管理驾驶舱设备状态
parent
38a6cafc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
HPBI004.jsp
src/main/webapp/HP/BI/HPBI004.jsp
+19
-9
No files found.
src/main/webapp/HP/BI/HPBI004.jsp
View file @
78e5deee
...
...
@@ -174,8 +174,11 @@
<div
class=
"device-title "
style=
"padding-top: 0.2vh;margin-left: 2vw;display: flex"
>
<div
class=
"device-span"
style=
"width: 50%"
>
{{ item.deviceName }}
</div>
<div
style=
"display: flex;width: 50%"
>
<div
class=
"openOn-span"
style=
"margin-left: 0.5vw;margin-right: 0.5vw"
>
设备{{ item.status }}
</div>
<img
src=
"${ctx}/common/img/powerOn.png"
style=
"width: 1.5vw;height: 3vh"
v-if=
"item.status != '关机' "
alt
/>
<div
class=
"openOn-span"
style=
"margin-left: 0.5vw;margin-right: 0.5vw"
v-if=
"item.status == '3' || item.status == '5' ||item.status == '6'"
>
设备关机
</div>
<div
class=
"openOn-span"
style=
"margin-left: 0.5vw;margin-right: 0.5vw"
v-else-if=
"item.status == '1' || item.status == '2' ||item.status == '4' "
>
设备开机
</div>
<div
class=
"openOn-span"
style=
"margin-left: 0.5vw;margin-right: 0.5vw"
v-else=
"item.status == '0'"
>
设备异常
</div>
<img
src=
"${ctx}/common/img/powerOn.png"
style=
"width: 1.5vw;height: 3vh"
v-if=
"item.status == '1' || item.status == '2' ||item.status == '4' "
alt
/>
<img
src=
"${ctx}/common/img/powerDown.png"
style=
"width: 1.5vw;height: 3vh"
v-else
alt
/>
</div>
</div>
...
...
@@ -269,10 +272,17 @@
setTimeout
(
function
()
{
window
.
location
.
reload
();
this
.
init
();
},
60000
);
},
methods
:
{
init
(){
this
.
getYesterdayDateFormatted
();
this
.
queryCompanyInfo
();
this
.
queryBySbStatus
();
this
.
querySbYes
();
this
.
querySbNo
();
},
formatTime
(
currentTime
)
{
const
formattedTime
=
currentTime
.
getFullYear
()
+
...
...
@@ -336,12 +346,12 @@
}
_this
.
queryBySbStatusList
.
push
({
deviceName
:
'切割机'
,
status
:
'
关机
'
,
status
:
'
3
'
,
deviceModel
:
'MZ-1250'
,
})
_this
.
queryBySbStatusList
.
push
({
deviceName
:
'焊接机'
,
status
:
'
关机
'
,
status
:
'
3
'
,
deviceModel
:
'H8760'
,
})
},
...
...
@@ -370,7 +380,7 @@
return
{
title
:
{
left
:
'left'
,
text
:
'设备作业时长/
小时
'
,
text
:
'设备作业时长/
分钟
'
,
textStyle
:
{
color
:
'#ffffff'
// 设置标题字体颜色为白色
}
...
...
@@ -453,7 +463,7 @@
return
{
title
:
{
left
:
'left'
,
text
:
'设备故障次数/
小时
'
,
text
:
'设备故障次数/
分钟
'
,
textStyle
:
{
color
:
'#ffffff'
// 设置标题字体颜色为白色
}
...
...
@@ -523,7 +533,7 @@
this
.
testOption1
=
{
title
:
{
left
:
'left'
,
text
:
'设备作业时长/
小时
'
,
text
:
'设备作业时长/
分钟
'
,
textStyle
:
{
color
:
'#ffffff'
// 设置标题字体颜色为白色
}
...
...
@@ -574,7 +584,7 @@
this
.
testOption2
=
{
title
:
{
left
:
'left'
,
text
:
'设备故障次数/
小时
'
,
text
:
'设备故障次数/
分钟
'
,
textStyle
:
{
color
:
'#ffffff'
// 设置标题字体颜色为白色
}
...
...
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