- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchCheckIn.aspx.cs" Inherits="Articles_SearchCheckIn" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- <script type="text/javascript">
- function GetMyValue2(contrlname,myvalue)
- {
- if(typeof(myvalue)=="undefined")
- {}
- else
- {
- document.getElementById(contrlname).value = myvalue;
- }
- }
- function clr(contrlname)
- {
- document.getElementById(contrlname).value='';
- }
- </script>
- </head>
- <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 登记查询</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="70%">
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="height: 17px" align="right">
- 登记标示:</td>
- <td class="usertablerow2" style="height: 17px">
- <asp:DropDownList ID="KeyValue_DJBS" runat="server">
- </asp:DropDownList>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" align="right">
- 物品:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_WP" runat="server" MaxLength="150" ToolTip="用品名称"></asp:TextBox>
- <input class="SmallButton" name="button" onclick="GetMyValue2('KeyValue_WP',window.showModalDialog('../SelectForm/SelectGoodsForm.aspx'))" title="选择"
- type="button" value="选 择" />
- <input class="SmallButton" name="button" onclick="clr('KeyValue_WP')"
- title="清空" type="button" value="清 空" />
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" align="right">
- 数量:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_SL1" runat="server" MaxLength="150" ToolTip="数量"></asp:TextBox>
- <img src="../images/calendar.gif" />至<asp:TextBox ID="KeyValue_SL2" runat="server" MaxLength="150"
- ToolTip="数量"></asp:TextBox>
- <img src="../images/calendar.gif" /></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
- Text="查询" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='CheckInManager.aspx'" /><div id="Div2">
- </div> </td>
- </tr>
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
- </body>
- </html>