updatepost.aspx
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:4k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="updatepost.aspx.cs" Inherits="lb_shenpi_updatepost" validateRequest="false" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
  6. <title>短消息发送</title>
  7. <style type="text/css">
  8. <!--
  9. .style2 {color: #FF0000}
  10. .style5 {color: 12; font-size: 12px; }
  11. .style36 {
  12. font-size: 13px;
  13. color: #FFFFFF;
  14. font-weight: bold;
  15. }
  16. .style37 {font-size: 12px}
  17. -->
  18. </style>
  19. </head>
  20. <body>
  21. <div align="center">
  22.   <table width="760" border="0" cellpadding="0" cellspacing="0">
  23.     <tr>
  24.       <td width="814" height="20"><table width="760" height="21" border="0" cellpadding="0" cellspacing="0" background="../../img/bw/line.gif">
  25.           <tr>
  26.             <td><div align="center"><span class="style36">递 交 给 审 批 人</span></div></td>
  27.           </tr>
  28.       </table></td>
  29.     </tr>
  30.   </table>
  31.   <table width="760" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
  32.     <tr>
  33.       <td bgcolor="#FFFFFF"><table width="99%" border="0" cellpadding="0" cellspacing="0">
  34.         <tr>
  35.           <td width="785"><form id="form1" runat="server">
  36.               <table width="99%" border="0" cellpadding="3" cellspacing="0" bgcolor="#AFDBFF">
  37.                 <tr bgcolor="#FFFFFF">
  38.                   <td height="12"></td>
  39.                   <td height="12"></td>
  40.                 </tr>
  41.                 <tr bgcolor="#FFFFFF">
  42.                   <td width="80"><div align="left" class="style5">选择审批人:</div></td>
  43.                   <td width="651"><div align="left">
  44.                       &nbsp;<asp:DropDownList ID="ddl_bumen" runat="server" AppendDataBoundItems="True"
  45.                           AutoPostBack="True" DataSourceID="ObjectDataSource1" DataTextField="dept_department"
  46.                           DataValueField="dept_id" OnSelectedIndexChanged="ddl_bumen_SelectedIndexChanged">
  47.                           <asp:ListItem Selected="True">选择部门</asp:ListItem>
  48.                       </asp:DropDownList><asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="Select"
  49.                           TypeName="COM.OA.BLL.departmentBLL"></asp:ObjectDataSource>
  50.                       &nbsp;<asp:DropDownList ID="ddl_em" runat="server">
  51.                           <asp:ListItem Selected="True">选择对象</asp:ListItem>
  52.                       </asp:DropDownList>&nbsp;
  53.                       <asp:Button ID="btnadd" runat="server" Text=" 增 加 " OnClick="btnadd_Click" /></div></td>
  54.                 </tr>
  55.                 <tr bgcolor="#FFFFFF">
  56.                   <td><span class="style5">接收人:</span></td>
  57.                   <td align="left">
  58.                       &nbsp;<asp:TextBox ID="txbnames" runat="server" TextMode="MultiLine" Width="460px"></asp:TextBox>
  59.                       <asp:Button ID="btnclean" runat="server" OnClick="btnclean_Click" Text=" 清 除 " /></td>
  60.                 </tr>
  61.                 <tr bgcolor="#FFFFFF">
  62.                   <td>&nbsp;</td>
  63.                   <td></td>
  64.                 </tr>
  65.                 <tr bgcolor="#FFFFFF">
  66.                   <td colspan="2" style="height: 11px">
  67.                       <asp:Button ID="btndj" runat="server" Text=" 递 交 " Height="27px" OnClick="btndj_Click" />
  68.                       &nbsp; &nbsp;&nbsp;
  69.                       <input name="按钮" type="button" style="FONT-SIZE: 12px; HEIGHT: 27px"   onClick="javascript:history.go(-1)" value= " 取 消 " /></td>
  70.                   </tr>
  71.               </table>
  72.           </form></td>
  73.         </tr>
  74.       </table></td>
  75.     </tr>
  76.   </table>
  77.   <p>&nbsp;</p>
  78. </div>
  79. </body>
  80. </html>