⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 borrowregister.aspx

📁 具有仓库管理信息系统的基本功能。。入库
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="borrowregister.aspx.cs" Inherits="Manager_borrowregister" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>管理借书申请</title>
</head>
<body>
    <form id="form1" runat="server">
<div id="container">
        <div id="header" align="center"><asp:Image ID="topimage" runat="server" Height=100px Width=100% ImageUrl="~/Images/image.jpg" /></div>
        <div id="tips" align="center"><asp:Button ID="showallbutton" runat="server" Text="所有货物信息" OnClick="showallbutton_Click"/>
                                      <asp:Button ID="manageborrowbutton" runat="server" Text="管理出库申请" OnClick="manageborrowbutton_Click"/>&nbsp;
                                      <asp:Button ID="managereturnbutton" runat="server" Text="管理入库申请" OnClick="managereturnbutton_Click1"/>&nbsp;
                                      <asp:Button ID="addbookbutton" runat="server" Text="添加货物入库" OnClick="addbookbutton_Click"/>
                                      <asp:Button ID="logoutbutton" runat="server" Text="注销登录页面" OnClick="logoutbutton_Click"/>
        </div>
        <div id="welcomearea"><asp:Label ID="wellabel" runat="server"></asp:Label>,欢迎你!<br />
            <br />
            &nbsp;</div>
        <div id="maincontent">
            <table>
            <tr>
                <td>
            <asp:GridView ID="GridView1" runat="server" AllowPaging="true" PageSize="15" OnPageIndexChanging="GridView1_PageIndexChanging">
            </asp:GridView>
                </td>
                <td><asp:Button  ID="allborrowbutton" runat="server" Text="查看所有出库申请" OnClick="allborrowbutton_Click"/><br /><br /><br />
                    <asp:Label ID="snumlabel" runat="server" Text="职工号"></asp:Label>
                    &nbsp; &nbsp; &nbsp; &nbsp;
                    <asp:TextBox ID="snumtextbox" runat="server"></asp:TextBox><br />
                    <asp:Label ID="booknum" runat="server" Text="货物编号"></asp:Label>
                    <asp:TextBox ID="booknumtextbox" runat="server"></asp:TextBox><br /><br />
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    <asp:Button ID="okbutton" runat="server" Text="货物出库" OnClick="okbutton_Click" />&nbsp;
                </td>
            </tr>
            </table>
            &nbsp;</div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -