%@include file="/auth.jsp"%>
<%@page import="com.zky.manager.Util" %>
<%@page language="java" contentType="text/html;charset=utf-8"%>
检查编号 | <%if(bufInfo.fget("check_Id",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("check_Id",0)%><%} %> | 检查人姓名 | <%if(bufInfo.fget("empid",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("empid",0)%> <%} %> |
检查开始时间 | <%if(bufInfo.fget("check_start_time",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("check_start_time",0) %> <%} %> | 检查结束时间 | <%if(bufInfo.fget("check_end_time",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("check_end_time",0)%> <%} %> |
检查类型 | <% String tempType=bufInfo.fget("check_type",0); if (tempType.equals("0")) { tempType = "自行检查"; } else if(tempType.equals("1")) { tempType = "保密局检查"; }else{ tempType="其它检查"; } %> <%if(tempType.equals("")){ %> 未填写 <%}else{ %> <%=tempType %> <%} %> | 检查内容 | <% String tempContet=bufInfo.fget("check_content",0); if (tempContet.equals("0")) { tempContet = "人员检查"; } else if(tempContet.equals("1")) { tempContet = "资产检查"; }else if(tempContet.equals("2")){ tempContet="文件检查"; }else if(tempContet.equals("3")){ tempContet="泄密事件"; }else{ tempContet="管理制度"; } %> <%if(tempContet.equals("")){ %> 未填写 <%}else{ %> <%=tempContet%> <%} %> |
检查结果 | <%if(bufInfo.fget("check_result",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("check_result",0) %> <%} %> | 检查地址 | <%if(bufInfo.fget("address",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("address",0)%> <%} %> |