SearchDuty.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:5k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchDuty.aspx.cs" Inherits="Dutys_SearchDuty" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  8. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  9. <form runat="server" id="fm1">
  10.     <br>
  11.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  12.         border="0">
  13.         <tr>
  14.             <th colspan="3" style="height: 25px">
  15.                 值班查询</th>
  16.         </tr>
  17.                <tr>
  18.             <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
  19.                 <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
  20.                     class="small" style="width: 640px">
  21.                     <tr>
  22.                         <td class="usertablerow2" style="width: 61px" align="right">
  23.                             值班类别:</td>
  24.                         <td class="usertablerow2" style="width: 277px">
  25.                             <asp:DropDownList ID="KeyValue_ZBLB" runat="server">
  26.                             </asp:DropDownList></td>
  27.                     </tr>
  28.                        <tr>
  29.                         <td class="usertablerow2" style="width: 61px" align="right">
  30.                             值班人员:</td>
  31.                         <td class="usertablerow2" style="width: 277px">
  32.                             <asp:TextBox ID="KeyValue_ZBRY" runat="server" MaxLength="150" ToolTip="用品编码" Width="152px"></asp:TextBox>
  33.                             <input type="Button" id="Leader2Button1"  Class="ptsbutton" onclick="GetMyValue('KeyValue_ZBRY',window.showModalDialog('../SelectForm/SelectUserForm.aspx'))" value="添加"  />
  34.                             <input type="Button"  Class="ptsbutton" value="清空" onclick="clr('KeyValue_ZBRY')" /></td>
  35.                     </tr>
  36.                          <tr>
  37.                         <td class="usertablerow2" style="width: 61px; height: 25px;" align="right">
  38.                             值班时间:</td>
  39.                         <td class="usertablerow2" style="width: 277px; height: 25px;">
  40.                             <asp:TextBox ID="KeyValue_ZBKSSJ" runat="server" CssClass="BigInput" ToolTip="起始日期"  MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="152px"></asp:TextBox>
  41.                             <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  42.                             <img src="../images/clock.gif" /><br />
  43.                             至<br />
  44.                             <asp:TextBox ID="KeyValue_ZBJSSJ" runat="server" CssClass="BigInput" ToolTip="起始日期"  MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="152px"></asp:TextBox>
  45.                             <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  46.                             <img src="../images/clock.gif" /></td>
  47.                     </tr>
  48. <%--                    <tr>
  49.                         <td class="usertablerow2" style="width: 61px; height: 52px;" align="right">
  50.                             备注:</td>
  51.                         <td class="usertablerow2" style="width: 277px; height: 52px;">
  52.                             <asp:TextBox ID="KeyValue_BZ" runat="server" Height="42px" MaxLength="150" TextMode="MultiLine"
  53.                                 ToolTip="用品编码" Width="231px"></asp:TextBox></td>
  54.                     </tr>--%>
  55.                     </table>
  56.                 <br />
  57.                 
  58.          
  59.             </td>
  60.         </tr>
  61.         <tr>
  62.             <td align="center" class="usertablerow1" colspan="2">
  63.                 &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  64.                     Text="查询" />
  65.                         &nbsp;&nbsp;
  66.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='DutysManager.aspx'" /><div id="Div2">
  67.                                 </div>   </td>
  68.          
  69.         </tr>
  70.      
  71.     </table>
  72.     <br>
  73.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  74.         border="0">
  75.         <tr>
  76.             <th colspan="2">
  77.                 使用方法</th>
  78.         </tr>
  79.         <tr>
  80.             <td class="usertablerow1" align="right" width="11%">
  81.                 <strong>特殊说明</strong></td>
  82.             <td class="usertablerow1" width="89%">
  83.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  84.         </tr>
  85.     </table>
  86.     </form>
  87.     
  88. </body>
  89. </html>