Files
SIPAIIS_WMS_JSSW/WebRoot/jsp/visual/modules/bigScreen_workOrder2.jsp

138 lines
7.4 KiB
Plaintext
Raw Permalink Normal View History

2026-01-16 14:13:44 +08:00
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<%@ page import="com.sipai.entity.base.ServerObject"%>
<%@ taglib uri="http://www.springsecurity.org/jsp" prefix="security"%>
<%@page import="com.sipai.entity.visual.JspElement"%>
<%request.setAttribute("Type_GetValue", JspElement.Type_GetValue); %>
<%request.setAttribute("Type_Get7dayHistory", JspElement.Type_GetHourHistory); %>
<%request.setAttribute("Type_Get7dayHistory", JspElement.Type_Get7dayHistory); %>
<%request.setAttribute("Type_GetModbus", JspElement.Type_GetModbus); %>
<%request.setAttribute("Type_GetHttp", JspElement.Type_GetHttp); %>
<!DOCTYPE html>
<!-- <html lang="zh-CN"> -->
<!-- BEGIN HEAD -->
<head>
<title></title>
<!-- 引用页头及CSS页-->
<jsp:include page="/jsp/inc.jsp"></jsp:include>
<script type="text/javascript">
/* 请求数据 */
function getValue() {
$.post(ext.contextPath + '/plan/getJspWholeInfoByPlanLayoutId.do', { planLayoutId: "${param.planLayoutId}" }, function (data) {
// console.log(data);
if(data!=''){
for(var i=0;i<data.length;i++){
}
}
var tableHtml="";
tableHtml+="<tr style=\"font-size: 18px;color: #dbeeff;text-align: center;height:20%;border-bottom:1px solid #1CBEC5;\">";
tableHtml+="<td style=\"width:120px;\">工单</td>";
tableHtml+="<td style=\"width:120px;\">发布时间</td>";
tableHtml+="<td style=\"width:90px;\">发布人</td>";
tableHtml+="<td style=\"width:60px;\">状态</td>";
tableHtml+="</tr>";
tableHtml+="<tr style=\"font-size: 18px;color: #ffffff;text-align: center;height:20%;border-bottom:1px solid #1CBEC5;\">";
tableHtml+="<td >工单名称1</td>";
tableHtml+="<td >2020-05-10 08:00</td>";
tableHtml+="<td >管理员</td>";
tableHtml+="<td >正常</td>";
tableHtml+="</tr>";
tableHtml+="<tr style=\"font-size: 18px;color: #ffffff;text-align: center;height:20%;border-bottom:1px solid #1CBEC5;\">";
tableHtml+="<td ></td>";
tableHtml+="<td ></td>";
tableHtml+="<td </td>";
tableHtml+="<td ></td>";
tableHtml+="</tr>";
tableHtml+="<tr style=\"font-size: 18px;color: #ffffff;text-align: center;height:20%;border-bottom:1px solid #1CBEC5;\">";
tableHtml+="<td ></td>";
tableHtml+="<td ></td>";
tableHtml+="<td </td>";
tableHtml+="<td ></td>";
tableHtml+="</tr>";
tableHtml+="<tr style=\"font-size: 18px;color: #ffffff;text-align: center;height:20%;border-bottom:1px solid #1CBEC5;\">";
tableHtml+="<td ></td>";
tableHtml+="<td ></td>";
tableHtml+="<td </td>";
tableHtml+="<td ></td>";
tableHtml+="</tr>";
$('#table').html(tableHtml);
}, 'json');
}
function numOutput(num){
var numpart=String(num).split(".");//将数字通过jq split用小数点分隔为数组对象
numpart[0]=numpart[0].replace(new RegExp('(\\d)(?=(\\d{3})+$)','ig'),"$1,");
//将数组对象第一个数据(整数部分)通过正则表达式每三位用逗号分隔
return numpart.join(".");//把数组通过join方法用.进行拼接
}
/* 定时器 */
//setInterval(change, 60000); //每1分钟切换
// setInterval(getValue, 3600000); //每一小时切换
/* 初始化 */
$(function () {
if('${param.backgroundColor}'=='transparent'){
document.body.style.backgroundColor = '${param.backgroundColor}';
}else{
document.body.style.backgroundColor = "#" + '${param.backgroundColor}';
}
document.getElementById("main").style.width = document.documentElement.clientWidth + "px";
document.getElementById("main").style.height = (document.documentElement.clientHeight) + "px";
document.getElementById("titleImage").src = ""+getRootPath()+"/images/大屏/js/标题logo3.png";
document.getElementById("bjImage").src = ""+getRootPath()+"/images/大屏/js/报警logo.png";
document.getElementById("ycImage").src = ""+getRootPath()+"/images/大屏/js/异常logo.png";
document.getElementById("gzImage").src = ""+getRootPath()+"/images/大屏/js/故障logo.png";
getValue();
//console.log("height",document.body.scrollHeight);
});
//获取url地址根目录 当前taomcat下路径
function getRootPath(){
var pathName = window.location.pathname.substring(1);
// var webName = pathName == '' ? '' : pathName.substring(0, pathName.indexOf('/'));
return window.location.protocol + '//' + window.location.host;
}
</script>
</head>
<body style="width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:hidden;">
<div id="main" style="height:100%;width:100%;padding-top:10px;padding-left:10px;padding-right:10px;">
<div style="height:100%;width:100%;">
<div style="float:left;width:100%;height:35px;padding-left: 20px;">
<div style="float:left;width:100%;height:34px;position:absolute;">
<div style="float:left;">
<div style="position:absolute;top:-4px;left:50px;z-index:999;opacity: 1;font-size: 21px;color:#d9f6fb;font-family:Source Han Sans CN, Source Han Sans CN-Regular;text-shadow:1.5px 1.5px 0 #174749, 1.5px -1.5px 0 #174749, -1.5px -1.5px 0 #174749, -1.5px 1.5px 0 #174749, 1.5px 1px 0 #174749, 1.5px -1px 0 #174749, -1.5px -1px 0 #174749, -1.5px 1px 0 #174749, 1.5px 0px 0 #174749, 1.5px 0px 0 #174749, -1.5px 0px 0 #174749, -1.5px 0px 0 #174749,1px 1.5px 0 #174749, 1px -1.5px 0 #174749, -1px -1.5px 0 #174749, -1px 1.5px 0 #174749, 1px 1px 0 #174749, 1px -1px 0 #174749, -1px -1px 0 #174749, -1px 1px 0 #174749, 1px 0px 0 #174749, 1px 0px 0 #174749, -1px 0px 0 #174749, -1px 0px 0 #174749, 0px 1.5px 0 #174749, 0px -1.5px 0 #174749, 0px -1.5px 0 #174749, 0px 1.5px 0 #174749, 0px 1px 0 #174749, 0px -1px 0 #174749, 0px -1px 0 #174749, 0px 1px 0 #174749;">当前工单</div>
<img id="titleImage" src="" style="z-index:998;position:relative;"/>
</div>
<div style="float:left;margin-left:10px;font-size: 19px;font-family: MicrosoftYaHei;color: #63e2f1;"><img id="bjImage" src="" style="z-index:998;position:relative;"/> 报警</div>
<div style="float:left;margin-left:10px;font-size: 19px;font-family: MicrosoftYaHei;color: #63e2f1;"><img id="ycImage" src="" style="z-index:998;position:relative;"/> 异常</div>
<div style="float:left;margin-left:10px;font-size: 19px;font-family: MicrosoftYaHei;color: #63e2f1;"><img id="gzImage" src="" style="z-index:998;position:relative;"/> 故障</div>
</div>
</div>
<div style="float:left;width:100%;height:calc(100% - 35px);padding-top:20px;">
<table id="table" style="width:100%;height:100%;">
</table>
</div>
</div>
</div>
</body>
</html>