<%@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("by_checkId"); %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>检查结果</title> <style> body { background-color: #FFF; margin:0 auto; width:700px; } table{border-collapse:collapse; cellspacing="0px" cellpadding="0px"} .mainone{text-align:center; font-family:宋体;} .maintwo{font-family:宋体; font-size:14px;} .maintwo table tr td { font-weight: bold; } .mainthree{text-align:center; width:700px;} .partone{float:left;} .parttwo{float:left;} .partthree{float:left;} .partfour{clear:right;} </style> </head> <body style="margin-left:auto;"> <div style="text-align: center;"> <div class="mainone"><h1>检查结果</h1></div> <div class="maintwo"> <table width="700px" border="0"> <tr> <td style="float:left">检查单位:<%=bufInfo.fget("departname", 0) %></td> <td width="381"> </td> <td style="float:right">检查日期:<%=bufInfo.fget("check_end_time", 0) %></td> </tr> </table> </div> <div class="mainthree"> <table width="720px" border="1"> <tr> <td width="73" align="center">序号</td> <td width="178" colspan="2" align="center">检查内容</td> <td width="180" align="center">检查的具体内容</td> <td width="139" align="center">检查结果</td> <td width="170" align="center">备注</td> </tr> <tr height=70> <td width="73" style="border-top:none;" align="center">一</td> <td width="178" style="border-top:none;" colspan="2" align="center"><%=bufInfo.fget("checkcontentry", 0) %></td> <td width="247" style=" border-left:none; border-top:none; " ><%=bufInfo.fget("checkcontentryjt", 0) %></td> <td width="139" style=" border-left:none; border-top:none; "><%=bufInfo.fget("checkreault1", 0) %></td> <td width="170" style=" border-left:none; border-top:none; "><%=bufInfo.fget("remark1", 0) %></td> </tr> <tr height=70> <td width="73" style="border-top:none;" align="center">二</td> <td width="142" style="border-top:none;" colspan="2" align="center"><%=bufInfo.fget("checkcontentwj", 0) %></td> <td width="247" style=" border-left:none; border-top:none; " ><%=bufInfo.fget("checkcontentwjjt", 0) %></td> <td width="139" style=" border-left:none; border-top:none; "><%=bufInfo.fget("checkreault2", 0) %></td> <td width="90" style=" border-left:none; border-top:none; "><%=bufInfo.fget("remark2", 0) %></td> </tr> <tr height=70> <td width="73" style="border-top:none;" align="center">三</td> <td width="142" style="border-top:none;" colspan="2" align="center"><%=bufInfo.fget("checkcontentsb", 0) %></td> <td width="247" style=" border-left:none; border-top:none; " ><%=bufInfo.fget("checkcontentsbjt", 0) %></td> <td width="139" style=" border-left:none; border-top:none; "><%=bufInfo.fget("checkreault3", 0) %></td> <td width="90" style=" border-left:none; border-top:none; "><%=bufInfo.fget("remark3", 0) %></td> </tr> <tr height=70> <td width="73" style="border-top:none;" align="center">四</td> <td width="142" style="border-top:none;" colspan="2" align="center"><%=bufInfo.fget("checkcontentrysmsj", 0) %></td> <td width="247" style=" border-left:none; border-top:none; " ><%=bufInfo.fget("checkcontentrysmsjjt", 0) %></td> <td width="139" style=" border-left:none; border-top:none; "><%=bufInfo.fget("checkreault4", 0) %></td> <td width="90" style=" border-left:none; border-top:none; "><%=bufInfo.fget("remark4", 0) %></td> </tr> <tr height=70> <td width="73" style="border-top:none;" align="center">五</td> <td width="142" style="border-top:none;" colspan="2" align="center"><%=bufInfo.fget("checkcontentryglzd", 0) %></td> <td width="247" style=" border-left:none; border-top:none; " ><%=bufInfo.fget("checkcontentryglzdjt", 0) %></td> <td width="139" style=" border-left:none; border-top:none; "><%=bufInfo.fget("checkreault5", 0) %></td> <td width="90" style=" border-left:none; border-top:none; "><%=bufInfo.fget("remark5", 0) %></td> </tr> <tr height=70> <td width="73" style="border-top:none;" align="center">六</td> <td width="142" style="border-top:none;" colspan="2" align="center"><%=bufInfo.fget("checkcontentryother", 0) %></td> <td width="247" style=" border-left:none; border-top:none; " ><%=bufInfo.fget("checkcontentryotherjt", 0) %></td> <td width="139" style=" border-left:none; border-top:none; "><%=bufInfo.fget("checkreault6", 0) %></td> <td width="90" style=" border-left:none; border-top:none; "><%=bufInfo.fget("remark6", 0) %></td> </tr> </table> <table align="left"> <tr ><td colspan="6" align="right"><b>检查人员:<%=bufInfo.fget("empid",0) %></b></tr> </table> <br/> <%@include file="/print/print.jsp"%> </div> </div> </body> </html>