📄 viewselect.jsp
字号:
<%@ page contentType = "text/html;charset=GBK"%>
<%@ taglib uri="/WEB-INF/tag.tld" prefix="tag" %>
<%@ page import="cn.com.juneng.contract.vo.ContractVOImpl" %>
<%@ page import="cn.com.juneng.system.common.COMMON" %>
<%@ page import="cn.com.juneng.system.bo.User" %>
<%@ page import="java.util.List" %>
<html>
<title>查看合同相关信息</title>
<head>
<link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/css/commonPage.css" />
</head>
<style>
font{
font-size: 14px;
font-weight: bold;
color:#1100ff;
}
</style>
<script>
function gotoView(viewSrc){
document.getElementById("myIframe2").src = '<%= request.getContextPath() %>'+viewSrc;
}
</script>
<%
ContractVOImpl contractvo=null;
contractvo = (ContractVOImpl)request.getAttribute("VO");
String rId = contractvo.getRid();
%>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="list_Result_Top" nowrap>
<table border="0" cellpadding="0" cellspacing="0" class="JB_OPERATION_STYLE_BASIC">
<tr>
<td > <img src="<%=request.getContextPath()%>/query/images/dot3.gif" width="5" height="10"> <a class="jb_operation_href_normal" href='#' onclick='gotoView("/contractIn/ContractAction.jsp?actiontype=edit&rid=<%=rId%>")'><font>合同信息</font></a></td>
<td > <img src="<%=request.getContextPath()%>/query/images/dot3.gif" width="5" height="10"> <a class="jb_operation_href_normal" href='#' onclick='gotoView("/payplan/PayplanAction.jsp?actiontype=view&rid=<%=rId%>")'><font>合同预收计划</font></a></td>
<td > <img src="<%=request.getContextPath()%>/query/images/dot3.gif" width="5" height="10"> <a class="jb_operation_href_normal" href='#' onclick='gotoView("/receivedetail/ReceivedetailAction.jsp?actiontype=view&rid=<%=rId%>")'"><font>合同实际履收</font></a></td>
<td > <img src="<%=request.getContextPath()%>/query/images/dot3.gif" width="5" height="10"> <a class="jb_operation_href_normal" href='#' onclick='gotoView("/planToReceive/PayplanAction.jsp?actiontype=view&rid=<%=rId%>")'><font>预收实收对比表</font></a></td>
</tr>
</table>
</td>
</tr>
</table>
<IFrame id="myIframe2" class="attach_iframe" FRAMEBORDER="0" scrolling="auto" style="width:100%;height:120%" onload="this.height=myIframe2.document.body.scrollHeight" src = '<%= request.getContextPath() %>/contractIn/ContractAction.jsp?actiontype=edit&rid=<%=rId%>' />
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -