📄 showall.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.hetong.vo.HetongVOImpl"%><%@ 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><% HetongVOImpl vo = (HetongVOImpl)request.getAttribute("VO");%><script> function showInfo(rid){ var f = document.getElementById("frame1"); f.src = "<%=request.getContextPath() %>/hetong/HetongAction.jsp?actiontype=edit&zgid=<%=vo.getZgid() %>&zgname=<%=vo.getZgname() %>&rid="+rid; }</script><script> function showAllAdd(action){ var f = document.getElementById("frame1"); f.src = "<%=request.getContextPath() %>/hetong/HetongAction.jsp?actiontype="+action+"&zgid=<%=vo.getZgid() %>&zgname=<%=vo.getZgname() %>"; }</script><script> function complexDelete(action){ var f = document.getElementById("frame1"); f.src = "<%=request.getContextPath() %>/hetong/HetongAction.jsp?actiontype="+action; }</script><iframe id="frame1" name="frame1" FRAMEBORDER=0 src="<%=request.getContextPath() %>/hetong/HetongAction.jsp?actiontype=edit&zgid=<%=vo.getZgid() %>&zgname=<%=vo.getZgname() %>" width="100%" height="50%"></iframe> <form name=form1 action="<tag:attr source="ActionUrl" />" method="post" ><input type="hidden" name="rid" value=<%=vo.getZgid()%>><input type="hidden" name="gzxm" value=<%=vo.getZgname()%>><input type="hidden" name="actionType"><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('zgname')\"" > <a href="#" onclick="showInfo('<tag:attr source="VO" attr="rid" />')"> <tag:attr source="VO" attr="zgname" /> </a> </display:column> <display:column title="开始日期" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('startdate')\"" > <tag:attr source="VO" attr="startdate" /> </display:column> <display:column title="结束日期" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('enddate')\""> <tag:attr source="VO" attr="enddate" /> </display:column> <display:column title="签定日期" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('qianding_date')\""> <tag:attr source="VO" attr="qianding_date" /> </display:column> <display:column title="签定单位" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('qianding_danwei')\""> <tag:attr source="VO" attr="qianding_danwei" /> </display:column> <display:column title="受聘岗位" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('gangweiid')\"" > <tag:dic name="gangweiid" value="<%=((HetongVOImpl)VO).getGangweiid() %>" kind="023" onlyshow="true"/> </display:column> </display:table><br><input type="button" value="新增" onclick="showAllAdd('complexInit')"><input type="button" value="删除" onclick="selectAndExecute('complexdelete')"></form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -