You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.6 KiB

1 year ago
<%@include file="/auth.jsp"%>
<%@page import="com.zky.manager.Util" %>
<%@ page import="com.zky.bjca.SM4" %>
<%@ page import="cn.org.bjca.utils.Base64" %>
1 year ago
<%@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_checknotifyId");
%>
<html>
<head>
<title>通知管理</title>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<tr>
<td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" background="/images/tab_search_01.jpg"><table width="100%" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="6%" align="right"><img src="/images/little_red.jpg" width="12" height="12"></td>
<td width="94%" class="font12b">&nbsp;<b>检查通知详细信息</b></td>
</tr>
</table></td>
<td width="75%" background="/images/tab_search_03.jpg"><img src="/images/tab_search_02.jpg" width="12" height="23"></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
<tr bgcolor="#FFFFFF">
<td class="cell1" height="30" valign="middle">通知人员</td>
<td class="cell2" height="30" valign="middle">
<font size=2><%=SM4.SM4Decrypt(Base64.decode(bufInfo.fget("notify_staffed",0)))%></font>
1 year ago
</td>
<td class="cell1" height="30" valign="middle">通知日期</td>
<td class="cell2" height="30" valign="middle">
<font size=2><%=bufInfo.fget("notify_time",0)%></font>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="cell1" height="30" valign="middle">被通知人</td>
<td class="cell2" height="30" valign="middle">
<font size=2><%=SM4.SM4Decrypt(Base64.decode(bufInfo.fget("notify_staffed",0))) %></font>
1 year ago
</td>
<td class="cell1" height="30" valign="middle">通知单位</td>
<td class="cell2" height="30" valign="middle">
<font size=2><%=bufInfo.fget("DEPARTNAME",0) %></font>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="cell1" height="30" valign="middle">通知内容</td>
<td class="cell2" colspan="3" height="30" valign="middle">
<%=bufInfo.fget("notify_content",0) %>
</td>
</tr>
</table>
<table width="100%" align="center">
<tr align="center">
<td>
<input name="button2" onClick="history.back();" type="image" alt="返回" src="../../images1/gb.png"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>