<%@include file="/auth.jsp"%> <%@page language="java" contentType="text/html;charset=utf-8"%> <% HashFmlBuf bufInfo=(HashFmlBuf)request.getAttribute("destoryBuf"); //HashFmlBuf param=Util.readStatic("SCOREVALUE"); String writeDate=""; String year[]=null; String fileSecret=""; String fileState=""; %> 资产销毁管理

资产销毁管理

销毁编号 <%=bufInfo.fget("destory_id",0) %> 领用编号 <%=bufInfo.fget("use_id",0)%>
销毁日期 <% writeDate=bufInfo.fget("destory_date",0); if(writeDate.toString().trim().equals("")) { year=new String[]{"未填写"}; } else { year=writeDate.split(" "); } %> <%=year[0]%> 销毁单位 <%=bufInfo.fget("departname",0) %>
销毁人员 <%=bufInfo.fget("empname",0) %> 资产名称 <%if(bufInfo.fget("property_name",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("property_name",0)%> <%} %>
资产型号 <%if(bufInfo.fget("property_no",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("property_no",0)%> <%} %> 资产单位 <%if(bufInfo.fget("property_unit",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("property_unit",0)%> <%} %>
资产类型 <% if(bufInfo.fget("property_type",0).equals("")) { %>未填写<%} else{ String propertyType=""; if(bufInfo.fget("property_type",0).toString().trim().equals("1")) { propertyType="笔记本"; } else if(bufInfo.fget("property_type",0).toString().trim().equals("2")) { propertyType="移动硬盘"; } else if(bufInfo.fget("property_type",0).toString().trim().equals("3")) { propertyType="工具"; } else if(bufInfo.fget("property_type",0).toString().trim().equals("4")) { propertyType="存储介质"; } else { propertyType="其它"; } %> <%=propertyType%> <%} %> 销毁状态 <%if(bufInfo.fget("destory_state",0).equals("1")){ %> 已销毁 <%}else{ %> 未销毁 <%} %>
销毁方式 <% if(bufInfo.fget("destory_pattern",0).equals("1")) { %>自行销毁<%} else{%> 保密局销毁 <%} %>    
备注 <%if(bufInfo.fget("remark",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("remark",0) %> <%} %>

<%@include file="../../../print/print.jsp"%>