doshenpi.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:7k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="doshenpi.aspx.cs" Inherits="lb_shenpi_doshenpi" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <style type="text/css">
- <!--
- .style36 {font-size: 13px;
- color: #FFFFFF;
- font-weight: bold;
- }
- .style5 {color: #FFFFFF}
- -->
- </style>
- <link href="../css/link1.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- <!--
- .style12 {font-size: 12px}
- .style2 {font-size: 13px}
- .style39 {color: #FF0000}
- -->
- </style>
- </head>
- <body>
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="6" height="21"><img src="../img/bbs/leftlin1.gif" width="6" height="21"></td>
- <td width="936" bgcolor="#5AAE18"><div align="center"><span class="style5"><span class="style13 style5 style6"><span class="style36">办 理 审 批 </span></span></span></div></td>
- <td width="6" height="21"><img src="../img/bbs/rightlin1.gif" width="6" height="21"></td>
- </tr>
- </table>
- <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
- <tr>
- <%
- int id =Int32.Parse( this.Request.QueryString["id"]);
- COM.OA.Entity.examine ex = COM.OA.BLL.examineBLL.Select(id);
- COM.OA.Entity.users u = COM.OA.BLL.usersBLL.Select(ex.ex_u_id, true, true);
- Session.Add("eid",ex.ex_id);
- %>
- <td bgcolor="#FFFFFF">
- <p align="center"></p>
- <br/>
- <span class="style39">最后更新:<%=ex.ex_examinetiem %></span>
- <hr width="95%" size="1" color="#5AAE18" height="1"/>
- <strong>
- </strong> <p>
- <%=ex.ex_define %>
- </p>
- <p>
-
-
-
-
-
-
-
- 申请人:<%=u.employee.em_name %><br/>
- <%=ex.ex_applytime %>
- </p>
- <table width="334" border="0" cellspacing="0" cellpadding="0">
- </table>
- <br/>
- <br/>
- <form id="f1" runat="server">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="0%"><div align="center"> <span class="style2"><br/>
- <br/>
- </span></div></td>
- <td width="10%" valign="top"><div align="center"><span class="style2"><span class="style12"><img src="../gxxz/img/sjyf.gif" width="11" height="18">
- <a href="">审批意见</a>
- </span></span></div></td>
- <td width="90%"><div align="left">
- <asp:TextBox ID="txbmessage" runat="server" Height="90px" TextMode="MultiLine"
- Width="603px"></asp:TextBox></div></td>
- </tr>
- <tr>
- <td height="26" colspan="3"><div align="center"><span class="style2"> </span> <span class="style2"> <span class="style12"><br>
- <asp:Button ID="btnyijian" runat="server" Height="27px" Text="审批意见" Width="80px" OnClick="btnyijian_Click" />
- <span class="bg"><span class="bg style2"><strong><FONT color="#ffffff"><strong><font color="#ffffff"><STRONG><FONT color="#ffffff"><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff>
- <asp:Button ID="btnkong" runat="server" Height="27px" OnClick="btnkong_Click" Text=" 清 空 "
- Width="76px" /> </font></strong></FONT></STRONG></font></strong></FONT></STRONG></font></strong></FONT></STRONG></font></strong></font></strong></font></strong></font></strong></FONT></STRONG></FONT></STRONG><STRONG><FONT color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff><STRONG><FONT color=#ffffff><strong><font color=#ffffff>
- </font></strong></FONT></STRONG></font></strong></FONT></STRONG></font></strong></FONT></STRONG></font></strong></font></strong></font></strong></font></strong></font></strong></font></strong></font></strong></FONT></STRONG>
- <input name="按钮" type="button" style="FONT-SIZE: 12px; HEIGHT: 27px" onclick="javascript:history.go(-1)" value= " 返 回 " />
- </font></strong></FONT></STRONG></font></strong></FONT></STRONG></font></strong></FONT></STRONG></font></strong></font></strong></font></strong></font></strong></font></strong></font></strong></font></strong></FONT></STRONG></font></strong></FONT></STRONG></span></span></span>
- </span></div></td>
- </tr>
- </table>
- </form>
- </td></tr>
- <tr>
- <td bgcolor="#ffffff">
- </td>
- </tr>
- </table>
- <p align="center"><a href="getshenlist.asp?id=75">返回</a></p>
- </body>
- </html>