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

资产维修管理

回收编号 <%=bufInfo.fget("maintain_id",0) %> 领用编号 <%=bufInfo.fget("use_id",0)%>
取回日期 <% writeDate=bufInfo.fget("update_date",0); 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("extract_state",0).equals("1")){ %> 已取回 <%}else{ %> 未取回 <%} %>
备注 <%if(bufInfo.fget("remark",0).equals("")){ %> 未填写 <%}else{ %> <%=bufInfo.fget("remark",0) %> <%} %>

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