📄 list.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"><input type="hidden" name="actionType" value=""><table > <tr> <td class="tHeading"><div align='center'><b><font class="font14">合同预付一览表.列表</font></b></div></td> </tr> <tr><td > <fieldset > <legend ><span onclick='query()'><img id="qImg" src="<%=request.getContextPath() %>/images/common/<%=bForm.isShowQuery()?"jia.gif":"jian.gif" %>">查询</span></legend> <table id="qTable" title="输入条件值进行查询;双击清除查询条件" ondblclick="clearQuery()" border='0' class="list_condition_table" style="display:<%=bForm.isShowQuery()?"none":"block" %>"> <tr> <td class="list_condition_td_title" width='15%'>合同编号</td> <td class="list_condition_td_input" width='35%'><input type="text" name="$Q_contractno" value="<tag:attr source="qMap" attr="$Q_contractno" />"></td> <td class="list_condition_td_title" width='15%'>合同名称</td> <td class="list_condition_td_input" width='35%'><input type="text" name="$Q_contractname" value="<tag:attr source="qMap" attr="$Q_contractname" />"></td> </tr> <tr> <td class="list_condition_td_title" >开始日期(>=)</td> <td class="list_condition_td_input" ><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" >截止日期(=<)</td> <td class="list_condition_td_input" ><input type="text" readonly onfocus="setday(this)" name="<=$Q_plandate" value="<tag:attr source="qMap" attr="$Q_plandate" />"> <input type="button" value="查询" onclick="execute('list')"> </td> </tr> </table> </fieldset> </td></tr> </table><ec:table items="List" var="VO" retrieveRowsCallback="process" action=""width="100%" classic="true"rowsDisplayed="100"showHeader="true" ><ec:row><ec:column width="3%" property="_0" title="选择" > <input type=radio name="Ids" value='<tag:attr source="VO" attr="rid" />'> </ec:column> <ec:column width="10%" property="contractno" title="合同编号" /> <ec:column width="20%" property="contractname" title="合同名称" /> <ec:column width="15%" property="batchno" title="预付批次" /> <ec:column width="8%" property="paytype" title="预付方式" /> <ec:column width="5%" property="percenge" title="比例" /> <ec:column width="10%" property="paysum" title="金额" calc="total" calcTitle= "合计" calcSpan="1" cell="number" format="0.##"/> <ec:column width="6%" property="plandate" title="预付日期" cell="date" format="yyyy-MM-dd"/> <ec:column width="7%" property="sender" title="开具人" /> </ec:row></ec:table></form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -