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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchArticlesInfo.aspx.cs" Inherits="Articles_SearchArticlesInfo" %>
  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.                 <div id="pnlMain">
  20.                     <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
  21.                         width="450">
  22.                         <tr>
  23.                             <td class="usertablerow2" nowrap="nowrap" style="width: 135px">
  24.                                 物品名称:
  25.                             </td>
  26.                             <td class="usertablerow2" nowrap="nowrap">
  27.                                 <asp:TextBox ID="KeyValue_YPMC" runat="server" MaxLength="150" ToolTip="用品名称"></asp:TextBox>&nbsp;
  28.                             </td>
  29.                         </tr>
  30.                         <tr>
  31.                             <td class="usertablerow2" nowrap="nowrap" style="width: 135px">
  32.                                 物品类别:</td>
  33.                             <td class="usertablerow2" nowrap="nowrap">
  34.                                 <asp:DropDownList ID="KeyValue_YPLB" runat="server">
  35.                                     <asp:ListItem Value="0">无</asp:ListItem>
  36.                                     <asp:ListItem Value="1">总部</asp:ListItem>
  37.                                 </asp:DropDownList></td>
  38.                         </tr>
  39.                         <tr>
  40.                             <td class="usertablerow2" nowrap="nowrap" style="width: 135px">
  41.                                 物品描述:
  42.                             </td>
  43.                             <td class="usertablerow2" nowrap="nowrap">
  44.                                 <asp:TextBox ID="KeyValue_YPMS" runat="server" MaxLength="350" ToolTip="用品描述"></asp:TextBox>&nbsp;
  45.                             </td>
  46.                         </tr>
  47.                         <tr>
  48.                             <td class="usertablerow2" nowrap="nowrap" style="width: 135px">
  49.                                 低于警戒库存:
  50.                             </td>
  51.                             <td class="usertablerow2" nowrap="nowrap">
  52.                                 <label for="ckbLowStock">
  53.                                     <asp:TextBox ID="KeyValue_JJKC" runat="server" MaxLength="4" ToolTip="警戒库存" Width="136px"></asp:TextBox>低于</label></td>
  54.                         </tr>
  55.                       
  56.                 
  57.                     </table>
  58.                 </div>
  59.             </td>
  60.         </tr>
  61.         <tr>
  62.           <td align="center" class="usertablerow1" colspan="2">
  63.                       &nbsp;&nbsp;
  64.                 <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  65.                     Text="查询" />
  66.                         &nbsp;&nbsp;
  67.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='ArticlesInfoManager.aspx'" /><div id="Div2">
  68.                                 </div>   </td>
  69.          
  70.         </tr>
  71.      
  72.     </table>
  73.     <br>
  74.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  75.         border="0">
  76.         <tr>
  77.             <th colspan="2">
  78.                 使用方法</th>
  79.         </tr>
  80.         <tr>
  81.             <td class="usertablerow1" align="right" width="11%">
  82.                 <strong>特殊说明</strong></td>
  83.             <td class="usertablerow1" width="89%">
  84.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  85.         </tr>
  86.     </table>
  87.     </form>
  88.     
  89. </body>
  90. </html>