SearchArticlesInfo.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:4k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchArticlesInfo.aspx.cs" Inherits="Articles_SearchArticlesInfo" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </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">
- <div id="pnlMain">
- <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
- width="450">
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 135px">
- 物品名称:
- </td>
- <td class="usertablerow2" nowrap="nowrap">
- <asp:TextBox ID="KeyValue_YPMC" runat="server" MaxLength="150" ToolTip="用品名称"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 135px">
- 物品类别:</td>
- <td class="usertablerow2" nowrap="nowrap">
- <asp:DropDownList ID="KeyValue_YPLB" runat="server">
- <asp:ListItem Value="0">无</asp:ListItem>
- <asp:ListItem Value="1">总部</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 135px">
- 物品描述:
- </td>
- <td class="usertablerow2" nowrap="nowrap">
- <asp:TextBox ID="KeyValue_YPMS" runat="server" MaxLength="350" ToolTip="用品描述"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 135px">
- 低于警戒库存:
- </td>
- <td class="usertablerow2" nowrap="nowrap">
- <label for="ckbLowStock">
- <asp:TextBox ID="KeyValue_JJKC" runat="server" MaxLength="4" ToolTip="警戒库存" Width="136px"></asp:TextBox>低于</label></td>
- </tr>
-
-
- </table>
- </div>
- </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='ArticlesInfoManager.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>