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

📄 showall.jsp

📁 管理公司合同
💻 JSP
字号:
<%@ page contentType = "text/html;charset=GBK"%><%@ taglib uri="/WEB-INF/tag.tld" prefix="tag" %><%@ taglib uri="/WEB-INF/displaytag-11.tld" prefix="display" %><%@ page import="cn.com.juneng.system.common.BaseForm" %><%@ page import="cn.com.juneng.system.common.COMMON" %><%@ page import="cn.com.juneng.receivedetail.vo.ReceivedetailVOImpl" %><%@ page import="cn.com.juneng.contract.vo.ContractVOImpl" %><%@ page import="java.util.Map" %><link href="<%=request.getContextPath()%>/css/commonPage.css" rel="stylesheet" type="text/css"><script type='text/javascript' language='JavaScript' src='<%=request.getContextPath()%>/js/COMMON.js'></script><script type='text/javascript' language='JavaScript' src='<%=request.getContextPath()%>/js/calendar.js'></script><%	ReceivedetailVOImpl vo = (ReceivedetailVOImpl)request.getAttribute("VO");	ContractVOImpl contractVO = (ContractVOImpl)request.getAttribute("contractVO");%><script>	function showInfo(rid){		var f = document.getElementById("frame1");		f.src = "<%=request.getContextPath() %>/receiveoutdetail/ReceivedetailAction.jsp?actiontype=complexedit&rid="+rid;	}</script><script>	function showAllAdd(action){		var f = document.getElementById("frame1");		f.src = "<%=request.getContextPath() %>/receiveoutdetail/ReceivedetailAction.jsp?actiontype="+action+"&contractid=<%=contractVO.getRid()%>&contractno=<%=contractVO.getCode()%>&contractname=<%=contractVO.getName()%>";	}</script><script>	function complexDelete(action){		var f = document.getElementById("frame1");		f.src = "<%=request.getContextPath() %>/receiveoutdetail/ReceivedetailAction.jsp?actiontype="+action+"&contractid=<%=contractVO.getRid()%>";	}</script><form name=form1 action="<tag:attr source="ActionUrl" />" method="post" ><input type="hidden" name="rid" value=<%=vo.getRid()%>><input type="hidden" name="actionType"><input type="hidden" name="contractid" value=<%=contractVO.getRid()%>><display:table class="its" name="List"  id="VO" export="false" attribute="<%=COMMON.TABLE_STYLE%>">	<display:column title="选择" attribute="style='cursor:hand' title='点击全选' onclick=\"selectAll('Ids')\"">		<input type=checkbox name=Ids value='<tag:attr source="VO" attr="rid" />'>	</display:column>	<display:column title="合同名称" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('contractname')\"" property="contractname"/>	<display:column title="合同编号" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('contractno')\"" property="contractno"/>	<display:column title="实付批次" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('batchno')\"" >	  <a  href="#" onclick="showInfo('<tag:attr source="VO" attr="rid" />')">			<tag:attr source="VO" attr="batchno" />		</a>	</display:column>	<display:column title="支付方式" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('paytype')\"" property="paytype"/>	<display:column title="比例" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('percenge')\"" property="percenge"/>	<display:column title="金额" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('paysum')\"" property="paysum"/>	<display:column  title="支付日期" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('plandate')\"">		<tag:attr source="VO" attr="plandate" />	</display:column></display:table><br><input type="button"  value="新增" onclick="showAllAdd('complexInit')">&nbsp;&nbsp;&nbsp;&nbsp;<input type="button"  value="删除" onclick="selectAndExecute('complexdelete')"><iframe id="frame1" name="frame1" FRAMEBORDER=0 	src="<%=request.getContextPath() %>/receiveoutdetail/ReceivedetailAction.jsp?actiontype=edit&contractid=<%=contractVO.getRid()%>"    width="100%" height="80%"></iframe>	</form>

⌨️ 快捷键说明

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