updatepost.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:4k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="updatepost.aspx.cs" Inherits="lb_shenpi_updatepost" validateRequest="false" %>
- <!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=gb2312"/>
- <title>短消息发送</title>
- <style type="text/css">
- <!--
- .style2 {color: #FF0000}
- .style5 {color: 12; font-size: 12px; }
- .style36 {
- font-size: 13px;
- color: #FFFFFF;
- font-weight: bold;
- }
- .style37 {font-size: 12px}
- -->
- </style>
- </head>
- <body>
- <div align="center">
- <table width="760" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="814" height="20"><table width="760" height="21" border="0" cellpadding="0" cellspacing="0" background="../../img/bw/line.gif">
- <tr>
- <td><div align="center"><span class="style36">递 交 给 审 批 人</span></div></td>
- </tr>
- </table></td>
- </tr>
- </table>
- <table width="760" border="0" cellpadding="0" cellspacing="1" bgcolor="#5AAE18">
- <tr>
- <td bgcolor="#FFFFFF"><table width="99%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="785"><form id="form1" runat="server">
- <table width="99%" border="0" cellpadding="3" cellspacing="0" bgcolor="#AFDBFF">
- <tr bgcolor="#FFFFFF">
- <td height="12"></td>
- <td height="12"></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td width="80"><div align="left" class="style5">选择审批人:</div></td>
- <td width="651"><div align="left">
- <asp:DropDownList ID="ddl_bumen" runat="server" AppendDataBoundItems="True"
- AutoPostBack="True" DataSourceID="ObjectDataSource1" DataTextField="dept_department"
- DataValueField="dept_id" OnSelectedIndexChanged="ddl_bumen_SelectedIndexChanged">
- <asp:ListItem Selected="True">选择部门</asp:ListItem>
- </asp:DropDownList><asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="Select"
- TypeName="COM.OA.BLL.departmentBLL"></asp:ObjectDataSource>
- <asp:DropDownList ID="ddl_em" runat="server">
- <asp:ListItem Selected="True">选择对象</asp:ListItem>
- </asp:DropDownList>
- <asp:Button ID="btnadd" runat="server" Text=" 增 加 " OnClick="btnadd_Click" /></div></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td><span class="style5">接收人:</span></td>
- <td align="left">
- <asp:TextBox ID="txbnames" runat="server" TextMode="MultiLine" Width="460px"></asp:TextBox>
- <asp:Button ID="btnclean" runat="server" OnClick="btnclean_Click" Text=" 清 除 " /></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td> </td>
- <td></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td colspan="2" style="height: 11px">
- <asp:Button ID="btndj" runat="server" Text=" 递 交 " Height="27px" OnClick="btndj_Click" />
-
- <input name="按钮" type="button" style="FONT-SIZE: 12px; HEIGHT: 27px" onClick="javascript:history.go(-1)" value= " 取 消 " /></td>
- </tr>
- </table>
- </form></td>
- </tr>
- </table></td>
- </tr>
- </table>
- <p> </p>
- </div>
- </body>
- </html>