<%@page import="com.zky.para.Para"%> <%@page import="java.text.SimpleDateFormat"%> <%@page import="org.apache.jasper.tagplugins.jstl.core.ForEach"%><%@include file="/auth.jsp"%> <%@page language="java" contentType="text/html;charset=utf-8"%> <% HashFmlBuf buf = (HashFmlBuf) request.getAttribute("destoryInfo"); String optrid = login_obj.optrid; String optrjob = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPJOB",optrid); %> 文件销毁管理
 文件销毁管理
"/>
文件标题 "/>* 销毁数量 "/>*
保密期限 "/>* 文件密级 <% String tempstate=buf.fget("file_secret",0); if (tempstate.equals("1")) { tempstate = "秘密"; } else if(tempstate.equals("2")){ tempstate = "机密"; } else{ tempstate = "绝密"; } %> *
文  号 "/>* 销毁方式
定密依据 (注:限200字符内)
销毁地点 (注:限200字符内)
备注信息 (注:限200字符内)
  
<%@include file="/foot.jsp"%>