⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tjpost.aspx

📁 OA自动化办公系统,就是OA自动化办公系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="tjpost.aspx.cs" Inherits="lb_shenpi_tjpost" 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">
                      &nbsp;<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>
                      &nbsp;<asp:DropDownList ID="ddl_em" runat="server">
                          <asp:ListItem Selected="True">选择对象</asp:ListItem>
                      </asp:DropDownList>&nbsp;
                      <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">
                      &nbsp;<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>&nbsp;</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" />
                      &nbsp; &nbsp;&nbsp;
                      <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>&nbsp;</p>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -