⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 viewselect.jsp

📁 管理公司合同
💻 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 >&nbsp;<img src="<%=request.getContextPath()%>/query/images/dot3.gif" width="5" height="10">&nbsp;<a class="jb_operation_href_normal" href='#' onclick='gotoView("/contractOut/ContractAction.jsp?actiontype=edit&rid=<%=rId%>")'><font>合同信息</font></a></td>
			<td >&nbsp;<img src="<%=request.getContextPath()%>/query/images/dot3.gif" width="5" height="10">&nbsp;<a class="jb_operation_href_normal" href='#' onclick='gotoView("/payoutplan/PayplanAction.jsp?actiontype=view&rid=<%=rId%>")'><font>合同预付计划</font></a></td>
			<td >&nbsp;<img src="<%=request.getContextPath()%>/query/images/dot3.gif" width="5" height="10">&nbsp;<a class="jb_operation_href_normal" href='#' onclick='gotoView("/receiveoutdetail/ReceivedetailAction.jsp?actiontype=view&rid=<%=rId%>")'"><font>合同实际支付</font></a></td>	
			 <td >&nbsp;<img src="<%=request.getContextPath()%>/query/images/dot3.gif" width="5" height="10">&nbsp;<a class="jb_operation_href_normal" href='#' onclick='gotoView("/planToReceive/PayplanAction.jsp?actiontype=view2&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() %>/contractOut/ContractAction.jsp?actiontype=edit&rid=<%=rId%>' />
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -