WmOption.aspx
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:4k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WmOption.aspx.vb" Inherits="ioffice.WmOption"%>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <title></title>
  6. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  7. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
  13. <form id="Form1" method="post" runat="server">
  14. <FONT style="WIDTH: 100%" face="宋体" size="3">
  15. <TABLE style="LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="565" align="center" border="0">
  16. <TR>
  17. <TD style="HEIGHT: 12px" noWrap>
  18. </TD>
  19. </TR>
  20. <TR>
  21. <TD vAlign="top" noWrap align="middle">
  22. <TABLE style="WIDTH: 461px; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="461" border="0">
  23. <TR>
  24. <TD style="WIDTH: 732px; HEIGHT: 372px" vAlign="top">
  25. <TABLE style="WIDTH: 100%; HEIGHT: 20px" height="20" cellSpacing="0" cellPadding="0" width="410" border="0">
  26. <TR>
  27. <TD style="HEIGHT: 5px" vAlign="bottom" noWrap>
  28. <IMG alt="" src="../../img/button/wmoption.gif" align="absBottom" border="0">
  29. </TD>
  30. </TR>
  31. </TABLE>
  32. <DIV class="box" style="WIDTH: 99.78%; POSITION: relative; HEIGHT: 240px" ms_positioning="GridLayout">
  33. <asp:label id="Label1" style="Z-INDEX: 101; LEFT: 24px; POSITION: absolute; TOP: 12px" runat="server" CssClass="tttable">指定代批人</asp:label>
  34. <asp:image id="Image1" style="Z-INDEX: 102; LEFT: 384px; POSITION: absolute; TOP: 12px" runat="server" ImageUrl="../../img/button/bman.gif"></asp:image>
  35. <HR style="Z-INDEX: 103; LEFT: 20px; WIDTH: 94.59%; POSITION: absolute; TOP: 72px; HEIGHT: 1px" width="94.59%" SIZE="1">
  36. <asp:label id="Label2" style="Z-INDEX: 104; LEFT: 56px; POSITION: absolute; TOP: 44px" runat="server">你希望谁能代理你的职责,批复相关申请?</asp:label>
  37. <asp:label id="Label3" style="Z-INDEX: 105; LEFT: 120px; POSITION: absolute; TOP: 112px" runat="server" CssClass="tttable">部门</asp:label>
  38. <asp:dropdownlist id="dropDep" style="Z-INDEX: 106; LEFT: 180px; POSITION: absolute; TOP: 112px" runat="server" Width="188px" Height="23px" AutoPostBack="True" DataTextField="depname" DataValueField="depid"></asp:dropdownlist>
  39. <asp:label id="Label4" style="Z-INDEX: 107; LEFT: 120px; POSITION: absolute; TOP: 160px" runat="server" CssClass="tttable">代批人</asp:label>
  40. <asp:dropdownlist id="dropEmp" style="Z-INDEX: 108; LEFT: 180px; POSITION: absolute; TOP: 160px" runat="server" Width="188px" Height="23px" DataTextField="name" DataValueField="empid"></asp:dropdownlist>
  41. </DIV>
  42. <TABLE style="WIDTH: 100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  43. <TR>
  44. <TD style="HEIGHT: 10px">
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD>
  49. <asp:imagebutton id="cmdSavExi" runat="server" ImageUrl="../../img/button/saveexi.gif"></asp:imagebutton>
  50. <asp:imagebutton id="cmdExit" runat="server" ImageUrl="../../img/button/exit.gif" CausesValidation="False"></asp:imagebutton>
  51. </TD>
  52. </TR>
  53. <TR>
  54. <TD style="HEIGHT: 10px" align="right">
  55. </TD>
  56. </TR>
  57. </TABLE>
  58. </TD>
  59. </TR>
  60. </TABLE>
  61. </TD>
  62. </TR>
  63. </TABLE>
  64. </FONT>
  65. </form>
  66. </body>
  67. </HTML>