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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchCheckIn.aspx.cs" Inherits="Articles_SearchCheckIn" %>
  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.     <script type="text/javascript">
  7.         function GetMyValue2(contrlname,myvalue)
  8.         {
  9.             if(typeof(myvalue)=="undefined")
  10.             {}
  11.             else
  12.             {
  13.                 document.getElementById(contrlname).value = myvalue;
  14.             }
  15.         }
  16.         function clr(contrlname)
  17.         {
  18.             document.getElementById(contrlname).value='';
  19.         }
  20.     </script>
  21. </head>
  22.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  23. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  24. <form runat="server" id="fm1">
  25.     <br>
  26.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  27.         border="0">
  28.         <tr>
  29.             <th colspan="3" style="height: 25px">
  30.                 登记查询</th>
  31.         </tr>
  32.                <tr>
  33.             <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
  34.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  35.                     class="small" width="70%">
  36.                     <tr>
  37.                         <td class="usertablerow2" nowrap="nowrap" style="height: 17px" align="right">
  38.                             登记标示:</td>
  39.                         <td class="usertablerow2" style="height: 17px">
  40.                             <asp:DropDownList ID="KeyValue_DJBS" runat="server">
  41.                             </asp:DropDownList>
  42.                         </td>
  43.                     </tr>
  44.           
  45.            
  46.                     <tr>
  47.                         <td class="usertablerow2" nowrap="nowrap" align="right">
  48.                             物品:</td>
  49.                         <td class="usertablerow2">
  50.                             <asp:TextBox ID="KeyValue_WP" runat="server" MaxLength="150" ToolTip="用品名称"></asp:TextBox>
  51.                             &nbsp;<input class="SmallButton" name="button" onclick="GetMyValue2('KeyValue_WP',window.showModalDialog('../SelectForm/SelectGoodsForm.aspx'))" title="选择"
  52.                                 type="button" value="选 择" />
  53.                             &nbsp;<input class="SmallButton" name="button" onclick="clr('KeyValue_WP')"
  54.                                 title="清空" type="button" value="清 空" />
  55.                         </td>
  56.                     </tr>
  57.                     <tr>
  58.                         <td class="usertablerow2" nowrap="nowrap" align="right">
  59.                             数量:</td>
  60.                         <td class="usertablerow2">
  61.                             <asp:TextBox ID="KeyValue_SL1" runat="server" MaxLength="150" ToolTip="数量"></asp:TextBox>
  62.                             <img src="../images/calendar.gif" />至<asp:TextBox ID="KeyValue_SL2" runat="server" MaxLength="150"
  63.                                 ToolTip="数量"></asp:TextBox>
  64.                             <img src="../images/calendar.gif" /></td>
  65.                     </tr>
  66.           
  67.            
  68.                 </table>
  69.          
  70.             </td>
  71.         </tr>
  72.         <tr>
  73.             <td align="center" class="usertablerow1" colspan="2">
  74.                 &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  75.                     Text="查询" />
  76.                         &nbsp;&nbsp;
  77.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='CheckInManager.aspx'" /><div id="Div2">
  78.                                 </div>   </td>
  79.          
  80.         </tr>
  81.      
  82.     </table>
  83.     <br>
  84.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  85.         border="0">
  86.         <tr>
  87.             <th colspan="2">
  88.                 使用方法</th>
  89.         </tr>
  90.         <tr>
  91.             <td class="usertablerow1" align="right" width="11%">
  92.                 <strong>特殊说明</strong></td>
  93.             <td class="usertablerow1" width="89%">
  94.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  95.         </tr>
  96.     </table>
  97.     </form>
  98.     
  99. </body>
  100. </html>