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

📄 list.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.baseinfo.vo.BaseinfoVOImpl"%>
<%@ 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>
<script>
function viewAll(id,value){
		setFieldValue(id,value);
		form1.actionType.value = "viewAll";
		form1.submit();
	}
</script>
<%
	BaseForm bForm = (BaseForm)request.getAttribute("BaseForm");
	Map qMap = (Map)request.getAttribute("qMap");
%>
<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="gzbm" value="<tag:attr source="VO" attr="gzbm" />">
<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_xm" value="<tag:attr source="qMap" attr="$Q_xm" />"></td>
			<td class="list_condition_td_title" width='10%'>工号</td>
			<td class="list_condition_td_input" width='40%'><input type="text" name="$Q_code" value="<tag:attr source="qMap" attr="$Q_code" />"></td>
			</tr>
			<tr>
			<td class="list_condition_td_title" width='10%'>组别</td>
			<td class="list_condition_td_input" width='40%'><tag:dic name="$Q_zbid" value="<%=(String)qMap.get("$Q_zbid") %>"  kind="011"  showType="select" /></td>
			
			</tr>
		</table>
	</fieldset>
	</td></tr>
	<TBODY>
	<tr><td>
	<tag:turnPageTag pageMethod="list"/>
	</td></tr>
	</TBODY>
</table>

<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('tmp1')\"" property="tmp1"/>
	<display:column title="姓名" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('xm')\"">
		<a  href="#" onclick="viewAll('rid','<tag:attr source="VO" attr="rid" />')">
			<tag:attr source="VO" attr="xm" />
		</a>
	</display:column>
	<display:column title="工号" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('code')\"" property="code"/>
	<display:column title="性别" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('xb')\"" >
		<tag:dic name="xb" value="<%=((BaseinfoVOImpl)VO).getXb() %>" kind="001"  onlyshow="true"/>
	</display:column>
	<display:column title="籍贯" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('jg')\"" property="jg"/>   
	<display:column title="民族" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('mz')\"" >
	 <tag:dic name="mz" value="<%=((BaseinfoVOImpl)VO).getMz() %>" kind="014"  onlyshow="true"/>
    </display:column>
	<display:column  title="出生日期" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('csrq')\"">
		<tag:attr source="VO" attr="csrq" />
	</display:column>
	<display:column  title="入厂日期" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('rcrq')\"">
		<tag:attr source="VO" attr="rcrq" />
	</display:column>
	<display:column title="手机号码" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('sjhm')\"" property="sjhm"/>
	<display:column title="分机号码" attribute="style='cursor:hand' title='点击排序' onclick=\"orderBy('fjhm')\"" property="fjhm"/>
	
</display:table>
<br>
<input type="button"  value="新增" onclick="execute('init')">
<input type="button"  value="删除" onclick="selectAndExecute('delete') ">
</form>



⌨️ 快捷键说明

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