You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

280 lines
9.0 KiB

<%@include file="/auth.jsp"%>
<%@page import="com.zky.manager.Util" %>
<%@page language="java" contentType="text/html;charset=utf-8"%>
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
<%
HashFmlBuf bufInfo=(HashFmlBuf)request.getAttribute("rexamineShowInfo");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>复核信息管理</title>
<link href="../../css/font.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../js/2k3Dialog.css">
<script src="/js/check.js"></script>
<style type="text/css">
.td1{
width: 30%;
}
table#csstable{
border-top:#D8E9FE 1px solid;
border-left:#D8E9FE 1px solid;
}
table#csstable td{
border-bottom:#D8E9FE 1px solid;
border-right:#D8E9FE 1px solid;
}
</style>
</head>
<body>
<h3 align="center">复核信息预览</h3>
<table id="csstable" width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr bgcolor="#FFFFFF">
<td class="cell3">人员编号</td>
<td class="cell4">
<%if(bufInfo.fget("empid",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empid",0)%><%} %></td>
<td class="cell3">人员姓名</td>
<td class="cell4">
<%if(bufInfo.fget("empname",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empname",0)%>
<%} %>
</td>
<tr bgcolor="#FFFFFF">
<td class="cell3">人员状态</td>
<td class="cell4">
<%
String userstate=bufInfo.fget("empstate",0);
if (userstate.equals("1")) {
userstate = "正常";
} else {
userstate = "注销";
}
%>
<%if(userstate.equals("")){ %>
未填写
<%}else{ %>
<font color="#ff0000"><%=userstate %></font>
<%} %></td>
<td class="cell3">入职时间</td>
<td class="cell4">
<%if(bufInfo.fget("empstatedate",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empstatedate",0)%>
<%} %>
</td>
<tr bgcolor="#FFFFFF">
<td class="cell3">复核状态</td>
<td class="cell4">
<%
String tempRExaminestate=bufInfo.fget("rexamintstate",0);
if (tempRExaminestate.equals("0")) {
tempRExaminestate = "通过";
} else {
tempRExaminestate = "不通过";
}
%>
<font color="#ff0000"><%=tempRExaminestate %></font>
</td>
<td class="cell3">地址</td>
<td class="cell4">
<%if(bufInfo.fget("empcontaddr",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empcontaddr",0) %>
<%} %></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="cell3">手机</td>
<td class="cell4">
<%if(bufInfo.fget("empcontmobphone",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empcontmobphone",0)%>
<%} %>
</td>
<td class="cell3">座机</td>
<td class="cell4">
<%if(bufInfo.fget("empcontphone",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empcontphone",0) %>
<%} %></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="cell3">生效日期</td>
<td class="cell4">
<%if(bufInfo.fget("empidbegindate",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empidbegindate",0) %>
<%} %></td>
<td class="cell3">传真</td>
<td class="cell4">
<%if(bufInfo.fget("empfaxnum",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empfaxnum",0)%>
<%} %>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="cell3">失效日期</td>
<td class="cell4">
<%if(bufInfo.fget("empidenddate",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empidenddate",0) %>
<%} %></td>
<td class="cell3">人员Email</td>
<td class="cell4">
<%if(bufInfo.fget("empemail",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empemail",0)%>
<%} %>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="cell3">性别</td>
<td class="cell4">
<%
String sex=bufInfo.fget("sex",0);
if (sex.equals("1")) {
sex = "男";
} else {
sex = "女";
}
%>
<%if(sex.equals("")){ %>
未填写
<%}else{ %>
<%=sex %>
<%} %></td>
<td class="cell3">生日</td>
<td class="cell4">
<%if(bufInfo.fget("birthday",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("birthday",0)%>
<%} %>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="cell3">学历</td>
<td class="cell4">
<%if(bufInfo.fget("empeducational",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empeducational",0) %>
<%} %></td>
<td class="cell3">民族</td>
<td class="cell4">
<%
String nation=bufInfo.fget("nationstate",0);
if (nation.equals("1")) {nation = "满族";}
else if(nation.equals("2")){nation = "朝鲜族";}
else if(nation.equals("3")){nation = "赫哲族";}
else if(nation.equals("4")){nation = "达斡尔族";}
else if(nation.equals("5")){nation = "鄂伦春族";}
else if(nation.equals("6")){nation = "鄂温克族";}
else if(nation.equals("7")){nation = "蒙古族";}
else if(nation.equals("8")){nation = "回族";}
else if(nation.equals("9")){nation = "东乡族";}
else if(nation.equals("10")){nation = "保安族";}
else if(nation.equals("11")){nation = "撒拉族";}
else if(nation.equals("12")){nation = "土族";}
else if(nation.equals("13")){nation = "裕固族";}
else if(nation.equals("14")){nation = "俄罗斯族";}
else if(nation.equals("15")){nation = "乌兹别克族";}
else if(nation.equals("16")){nation = "塔塔尔族";}
else if(nation.equals("17")){nation = "锡伯族";}
else if(nation.equals("18")){nation = "哈萨克族";}
else if(nation.equals("19")){nation = "克尔克孜族";}
else if(nation.equals("20")){nation = "维吾尔族";}
else if(nation.equals("21")){nation = "塔吉克族";}
else if(nation.equals("22")){nation = "藏族";}
else if(nation.equals("23")){nation = "珞巴族";}
else if(nation.equals("24")){nation = "门巴族";}
else if(nation.equals("25")){nation = "纳西族";}
else if(nation.equals("26")){nation = "彝族";}
else if(nation.equals("27")){nation = "普米族";}
else if(nation.equals("28")){nation = "白族";}
else if(nation.equals("29")){nation = "傈僳族";}
else if(nation.equals("30")){nation = "怒族";}
else if(nation.equals("31")){nation = "独龙族";}
else if(nation.equals("32")){nation = "景颇族";}
else if(nation.equals("33")){nation = "阿昌族";}
else if(nation.equals("34")){nation = "德昂族";}
else if(nation.equals("35")){nation = "佤族";}
else if(nation.equals("36")){nation = "拉祜族";}
else if(nation.equals("37")){nation = "布朗族";}
else if(nation.equals("38")){nation = "傣族";}
else if(nation.equals("39")){nation = "基诺族";}
else if(nation.equals("40")){nation = "哈尼族";}
else if(nation.equals("41")){nation = "京族";}
else if(nation.equals("42")){nation = "黎族";}
else if(nation.equals("43")){nation = "毛南族";}
else if(nation.equals("44")){nation = "壮族";}
else if(nation.equals("45")){nation = "仫佬族";}
else if(nation.equals("46")){nation = "瑶族";}
else if(nation.equals("47")){nation = "侗族";}
else if(nation.equals("48")){nation = "苗族";}
else if(nation.equals("49")){nation = "水族";}
else if(nation.equals("50")){nation = "布依族";}
else if(nation.equals("51")){nation = "仡佬族";}
else if(nation.equals("52")){nation = "羌族";}
else if(nation.equals("53")){nation = "土家族";}
else if(nation.equals("54")){nation = "畲族";}
else if(nation.equals("55")){nation = "高山族";}
else if(nation.equals("56")){nation = "汉族";}
%>
<%if(nation.equals("")){ %>
未填写
<%}else{ %>
<%=nation%>
<%} %>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="cell3">年龄</td>
<td class="cell4">
<%if(bufInfo.fget("empage",0).equals("")){ %>
未填写
<%}else{ %>
<%=bufInfo.fget("empage",0) %>
<%} %> 岁</td>
<td class="cell3">审核状态</td>
<td class="cell4">
<%
String tempExaminestate=bufInfo.fget("examintstate",0);
if (tempExaminestate.equals("0")) {
tempExaminestate = "通过";
} else {
tempExaminestate = "不通过";
}
%>
<font color="#ff0000"><%=tempExaminestate %></font>
</td>
</tr>
</table><br>
<%@include file="/print/print.jsp"%>
</body>
</html>