first commit
This commit is contained in:
96
bin/WebRoot/jsp/material/cutterDetailInfo.jsp
Normal file
96
bin/WebRoot/jsp/material/cutterDetailInfo.jsp
Normal file
@ -0,0 +1,96 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||
<%@ page import="com.sipai.tools.SessionManager"%>
|
||||
<%
|
||||
SessionManager sessionManager = new SessionManager();
|
||||
%>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<jsp:include page="/jsp/inc.jsp"></jsp:include>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
showFirstParamFun("${campid}");
|
||||
showSecondParamFun("${fpmpid}");
|
||||
showThirdParamFun("${fampid}");
|
||||
showFourthParamFun("${afmpid}");
|
||||
showFifthParamFun("${aampid}");
|
||||
//showSixthParamFun("${equid}","${sixmpid}");
|
||||
});
|
||||
$.ajaxSetup({
|
||||
async : false
|
||||
});
|
||||
//同步
|
||||
|
||||
//第一个监测点图表
|
||||
var showFirstParamFun = function(mpid) {
|
||||
$("#firstParam").attr("src",ext.contextPath+"/material/cuttercncinfo/cutterChartsInfo.do?mpid="+mpid+"&text=CutterAmount");
|
||||
};
|
||||
//第二个监测点图表
|
||||
var showSecondParamFun = function(mpid) {
|
||||
$("#secondParam").attr("src",ext.contextPath+"/material/cuttercncinfo/cutterChartsInfo.do?mpid="+mpid+"&text=FirstPieceNo");
|
||||
};
|
||||
//第三个监测点图表
|
||||
var showThirdParamFun = function(mpid) {
|
||||
$("#thirdParam").attr("src",ext.contextPath+"/material/cuttercncinfo/cutterChartsInfo.do?mpid="+mpid+"&text=FirstAmount");
|
||||
};
|
||||
//第四个监测点图表
|
||||
var showFourthParamFun = function(mpid) {
|
||||
$("#fourthParam").attr("src",ext.contextPath+"/material/cuttercncinfo/cutterChartsInfo.do?mpid="+mpid+"&text=AutoFreq");
|
||||
};
|
||||
//第五个监测点图表
|
||||
var showFifthParamFun = function(mpid) {
|
||||
$("#fifthParam").attr("src",ext.contextPath+"/material/cuttercncinfo/cutterChartsInfo.do?mpid="+mpid+"&text=AutoAmount");
|
||||
};
|
||||
//第六个监测点图表
|
||||
/*var showSixthParamFun = function(equid,mpid) {
|
||||
$("#sixthParam").attr("src",ext.contextPath+"/material/cuttercncinfo/cutterChartsInfo.do?equid="+equid+"&mpid="+mpid);
|
||||
};*/
|
||||
</script>
|
||||
|
||||
<body>
|
||||
<h1>${equcard} 刀具${cutterno}</h1>
|
||||
<div id="mainDiv">
|
||||
<div id="downDiv" >
|
||||
<div>
|
||||
<div id="firstParamDiv" style="float:left;height:320px;width:370px">
|
||||
<iframe id="firstParam" src="" allowTransparency="true" style="border: 0; width: 100%; height: 100%;"
|
||||
frameBorder="0" scrolling="auto"></iframe>
|
||||
</div>
|
||||
<div style="float:right;width: 50px; height: 320px; margin: 0 auto"></div>
|
||||
<div id="secondParamDiv" style="float:right;height:320px;width:370px">
|
||||
<iframe id="secondParam" src="" allowTransparency="true" style="border: 0; width: 100%; height: 100%;"
|
||||
frameBorder="0" scrolling="auto"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div style="float:left;width: 50px; height: 320px; margin: 0 auto"></div>
|
||||
<div id="thirdParamDiv" style="float:left;height:320px;width:370px">
|
||||
<iframe id="thirdParam" src="" allowTransparency="true" style="border: 0; width: 100%; height: 100%;"
|
||||
frameBorder="0" scrolling="auto"></iframe>
|
||||
</div>
|
||||
<div style="float:right;width: 50px; height: 320px; margin: 0 auto"></div>
|
||||
<div id="fourthParamDiv" style="float:right;height:320px;width:370px">
|
||||
<iframe id="fourthParam" src="" allowTransparency="true" style="border: 0; width: 100%; height: 100%;"
|
||||
frameBorder="0" scrolling="auto"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div style="float:left;width: 50px; height: 320px; margin: 0 auto"></div>
|
||||
<div id="fifthParamDiv" style="float:left;height:320px;width:370px">
|
||||
<iframe id="fifthParam" src="" allowTransparency="true" style="border: 0; width: 100%; height: 100%;"
|
||||
frameBorder="0" scrolling="auto"></iframe>
|
||||
</div>
|
||||
<!-- <div style="float:right;width: 50px; height: 320px; margin: 0 auto"></div>
|
||||
<div id="sixthParamDiv" style="float:right;height:320px;width:370px">
|
||||
<iframe id="sixthParam" src="" allowTransparency="true" style="border: 0; width: 100%; height: 100%;"
|
||||
frameBorder="0" scrolling="auto"></iframe>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user