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

125 lines
7.3 KiB
Plaintext
Raw 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_GetHourHistory", 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页-->
<script type="text/javascript">
/* 请求数据 */
function getbigScreen_projectOverview3Value() {
$.post(ext.contextPath + '/plan/getJspWholeInfoByPlanLayoutId.do', { planLayoutId: "${param.planLayoutId}" }, function (data) {
// console.log(data);
if(data!=''){
}
}, 'json');
}
/* 定时器 */
//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("bigScreen_projectOverview3backImage").src = ""+getRootPath()+"/images/大屏/项目情况2.png";
getbigScreen_projectOverview3Value();
//console.log("height",document.body.scrollHeight);
});
</script>
</head>
<body style="width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:hidden;">
<div id="bigScreen_projectOverview3main" style="height:100%;width:100%;padding-top:10px;padding-left:10px;padding-right:10px;">
<div style="height:100%;width:100%;background:#16314c;border-radius: 8px;">
<div style="float: left;width: 100%;height:50px;">
<div style="float: left;width:32px;height:35px;line-height:50px;text-align:center;margin-left: 20px;"><img id="bigScreen_projectOverview3backImage" src="" style="z-index:999;position:relative;height:100%;width:100%;"/></div>
<div style="float: left;height:50px;line-height:50px;text-align:left;padding-left: 25px;font-size: 20px;color: #8ac2f6;font-family: SimHei;">项目情况</div>
</div>
<div style="float: left;width: 100%;height:calc(100% - 50px);">
<table style="width: 100%;height: 100%;text-align: center;vertical-align: middle;">
<tr style="height: 20%;">
<td width="25%" style="color:#6998c3;font-size: 14px;">投运日期</td>
<td width="25%" style="color:#ffffff;font-size: 14px;">2005年</td>
<td width="25%" style="color:#6998c3;font-size: 14px;">设计水量</td>
<td width="25%" style="color:#ffffff;font-size: 14px;">60万吨/天</td>
</tr>
<tr style="height: 20%;">
<td width="25%" style="color:#6998c3;font-size: 14px;">运营形式</td>
<td width="25%" style="color:#ffffff;font-size: 14px;">BOT</td>
<td width="25%" style="color:#6998c3;font-size: 14px;">占地面积</td>
<td width="25%" style="color:#ffffff;font-size: 14px;">431亩</td>
</tr>
<tr style="height: 40%;">
<td width="25%" style="color:#6998c3;font-size: 14px;">处理工艺</td>
<td width="25%" colspan="3" style="color:#ffffff;font-size: 14px;text-align: left;">AAO+二沉池+高效沉淀池+反硝化 深床滤池+消毒处理工艺</td>
</tr>
<tr style="height: 20%;">
<td width="25%" style="color:#6998c3;font-size: 14px;">排放标准</td>
<td width="25%" style="color:#ffffff;font-size: 14px;">地标一级</td>
<td width="25%" style="color:#6998c3;font-size: 14px;"></td>
<td width="25%" style="color:#ffffff;font-size: 14px;"></td>
</tr>
</table>
<!-- <div style="float: left;height: 20%;width: 100%;">
<div style="float: left;height: 100%;width: 50%;">
<div style="float: left;height: 100%;width: 50%;text-align: center;line-height:calc((100% - 70px)/5);color:#6998c3;font-size: 14px;">投运日期</div>
<div style="float: left;height: 100%;width: 50%;line-height:calc((100% - 70px)/5);color:#ffffff;font-size: 14px;">2005年</div>
</div>
<div style="float: left;height: 100%;width: 50%;">
<div style="float: left;height: 100%;width: 50%;text-align: center;line-height:calc((100% - 70px)/5);color:#6998c3;font-size: 14px;">设计水量</div>
<div style="float: left;height: 100%;width: 50%;line-height:calc((100% - 70px)/5);color:#ffffff;font-size: 14px;">60万吨/天</div>
</div>
</div>
<div style="float: left;height: 20%;width: 100%;">
<div style="float: left;height: 100%;width: 50%;">
<div style="float: left;height: 100%;width: 50%;text-align: center;line-height:calc((100% - 70px)/5);color:#6998c3;font-size: 14px;">运营形式</div>
<div style="float: left;height: 100%;width: 50%;line-height:calc((100% - 70px)/5);color:#ffffff;font-size: 14px;">BOT</div>
</div>
<div style="float: left;height: 100%;width: 50%;">
<div style="float: left;height: 100%;width: 50%;text-align: center;line-height:calc((100% - 70px)/5);color:#6998c3;font-size: 14px;">占地面积</div>
<div style="float: left;height: 100%;width: 50%;line-height:calc((100% - 70px)/5);color:#ffffff;font-size: 14px;">431亩</div>
</div>
</div>
<div style="float: left;height: 40%;width: 100%;">
<div style="float: left;height: 100%;width: 25%;line-height:calc((100% - 70px)/5*2);text-align: center;color:#6998c3;font-size: 14px;">处理工艺</div>
<div style="float: left;height: 100%;width: 75%;margin:10px auto;color:#ffffff;font-size: 14px;">AAO+二沉池+高效沉淀池+反硝化 深床滤池+消毒处理工艺</div>
</div>
<div style="float: left;height: 20%;width: 100%;">
<div style="float: left;height: 100%;width: 50%;">
<div style="float: left;height: 100%;width: 50%;text-align: center;line-height:calc((100% - 70px)/5);color:#6998c3;font-size: 14px;">排放标准</div>
<div style="float: left;height: 100%;width: 50%;line-height:calc((100% - 70px)/5);color:#ffffff;font-size: 14px;">地标一级</div>
</div>
</div> -->
</div>
</div>
</div>
</body>
</html>