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

📄 list.jsp

📁 管理公司合同
💻 JSP
字号:
<%@ page contentType = "text/html;charset=GBK"%><%@ taglib uri="/WEB-INF/tag.tld" prefix="tag" %><%@ taglib uri="/WEB-INF/ecside.tld" prefix="ec" %><%@ 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" %><link href="<%=request.getContextPath()%>/css/commonPage.css" rel="stylesheet" type="text/css"><link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/ecside/css/ecside_style.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><script type="text/javascript" src="<%=request.getContextPath()%>/ecside/js/prototype_mini.js" ></script><script type="text/javascript" src="<%=request.getContextPath()%>/ecside/js/ecside_msg_gbk_cn.js" ></script><script type="text/javascript" src="<%=request.getContextPath()%>/ecside/js/ecside.js" ></script><%	BaseForm bForm = (BaseForm)request.getAttribute("BaseForm");%><form name=form1 action="<tag:attr source="ActionUrl" />" method="post" ><input type="hidden" name="showQuery" value="<%=bForm.isShowQuery() %>"><input type="hidden" name="rid"><table >	<tr>	<td class="tHeading"><div align='center'><b>合同支付一览表.列表</b></div></td>	</tr>	<tr><td >	<fieldset >		<legend ><span onclick='query()'><img id="qImg" src="<%=request.getContextPath() %>/images/common/<%=bForm.isShowQuery()?"jian.gif":"jia.gif" %>">查询</span></legend>  		<table id="qTable" title="输入条件值进行查询;双击清除查询条件" ondblclick="clearQuery()" border='0' class="list_condition_table" style="display:<%=bForm.isShowQuery()?"block":"none" %>">			<tr>		   <td class="list_condition_td_title" width='10%'>合同编号</td>			<td class="list_condition_td_input" width='40%'><input type="text" name="$Q_contractno" value="<tag:attr source="qMap" attr="$Q_contractno" />"></td>			<td class="list_condition_td_title" width='10%'>合同名称</td>			<td class="list_condition_td_input" width='40%'><input type="text" name="$Q_contractname" value="<tag:attr source="qMap" attr="$Q_contractname" />"></td>		</tr>		<tr>		   <td class="list_condition_td_title" width='10%'>开始日期</td>			<td class="list_condition_td_input" width='40%'><input type="text" readonly onfocus="setday(this)" name=">=$Q_plandate" value="<tag:attr source="qMap" attr="$Q_plandate" />"></td>			<td class="list_condition_td_title" width='10%'>截止日期</td>			<td class="list_condition_td_input" width='40%'><input type="text" readonly onfocus="setday(this)" name="<=$Q_plandate" value="<tag:attr source="qMap" attr="$Q_plandate" />"></td>		</tr>		</table>	</fieldset>	</td></tr>	<TBODY>	<tr><td>	<tag:turnPageTag pageMethod="list"/>	</td></tr>	</TBODY></table><ec:table items="List" var="VO" retrieveRowsCallback="process" action=""width="100%" classic="true"rowsDisplayed="10"showHeader="true" ><ec:row>	<ec:column width="50" property="_0" title="选择"  >	<input type=radio name="Ids" value='<tag:attr source="VO" attr="rid" />'>	</ec:column>	<ec:column width="120" property="batchno" title="支付批次" />	<ec:column width="100" property="contractno" title="合同编号" />	<ec:column width="100" property="contractname" title="合同名称" />	<ec:column width="100" property="paytype" title="支付方式" />	<ec:column width="100" property="percenge" title="比例"  />	<ec:column width="100" property="paysum" title="金额" calc="total" calcTitle= "合计" calcSpan="1"/>	<ec:column width="100" property="plandate" title="支付日期" cell="date" format="yyyy-MM-dd"/>	<ec:column width="100" property="receiver" title="支付人" /></ec:row></ec:table></form>

⌨️ 快捷键说明

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