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

📄 returnoutbank_count.aspx

📁 c++builder开发的一个仓库信息管理系统
💻 ASPX
字号:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="ReturnOutBank_count.aspx.vb" Inherits="Mode3_Default" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 800px; background-color: #ebffff">
        <tr>
            <td align="center" colspan="6" style="background-color: #f4ffff">
                <strong>返还货品统计 &nbsp; </strong>
            </td>
        </tr>
        <tr>
            <td align="left" colspan="6" style="background-image: url(images/lantian.jpg); background-repeat: repeat">
                请选择您要统计的条件:</td>
        </tr>
        <tr>
            <td align="center" colspan="6">
                <asp:CheckBox ID="CheckBox5" runat="server" Text="出库单号" />
                &nbsp; &nbsp;&nbsp;
                <asp:CheckBox ID="CheckBox1" runat="server" Text="出库日期" />
                &nbsp; &nbsp;&nbsp; &nbsp;<asp:CheckBox ID="CheckBox2" runat="server" Text="退货货商" />
                &nbsp; &nbsp; &nbsp; &nbsp;<asp:CheckBox ID="CheckBox3" runat="server" CausesValidation="True"
                    Text="货品类别" />
                &nbsp; &nbsp; &nbsp;&nbsp;
                <asp:CheckBox ID="CheckBox4" runat="server" Text="货品名称" />
            </td>
        </tr>
        <tr>
            <td align="left" colspan="6" style="background-image: url(images/lantian.jpg); background-repeat: repeat">
                确定否:</td>
        </tr>
        <tr>
            <td align="center" colspan="6">
                &nbsp;
                <asp:Button ID="Button1" runat="server" Text="确定条件" Width="100px" />
                <asp:Button ID="Button2" runat="server" Text="重新选择" Width="100px" />
                &nbsp;
            </td>
        </tr>
        <tr>
            <td align="left" colspan="6" style="background-image: url(images/lantian.jpg); background-repeat: repeat">
                请输入检索条件:</td>
        </tr>
        <tr>
            <td style="width: 82px; height: 22px">
                入库单号</td>
            <td style="width: 100px; height: 22px">
                <asp:DropDownList ID="DropDownList1" runat="server" Width="100px">
                </asp:DropDownList></td>
            <td align="center" colspan="4" style="height: 22px">
                从<asp:DropDownList ID="DropDownList2" runat="server" Width="60px">
                </asp:DropDownList>年<asp:DropDownList ID="DropDownList3" runat="server" Width="40px">
                </asp:DropDownList>月<asp:DropDownList ID="DropDownList4" runat="server" Width="40px">
                </asp:DropDownList>
                &nbsp;&nbsp; 至 &nbsp;&nbsp;
                <asp:DropDownList ID="DropDownList8" runat="server" Width="60px">
                </asp:DropDownList>年<asp:DropDownList ID="DropDownList9" runat="server" Width="40px">
                </asp:DropDownList>月<asp:DropDownList ID="DropDownList10" runat="server" Width="40px">
                </asp:DropDownList></td>
        </tr>
        <tr>
            <td style="width: 82px; height: 50px">
                退货货商</td>
            <td style="width: 100px">
                <asp:DropDownList ID="DropDownList5" runat="server" Width="100px">
                </asp:DropDownList></td>
            <td colspan="4">
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;类别<asp:DropDownList
                    ID="DropDownList6" runat="server" Width="100px">
                </asp:DropDownList>
                &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; 货品名称<asp:DropDownList ID="DropDownList7"
                    runat="server" Width="100px">
                    <asp:ListItem></asp:ListItem>
                </asp:DropDownList>
            </td>
        </tr>
        <tr>
            <td align="center" colspan="6" style="height: 50px">
                <asp:Button ID="count" runat="server" Text="统计" Width="100px" />
                <asp:Button ID="cancel" runat="server" Text="返回" Width="100px" /></td>
        </tr>
    </table>
    <asp:DataGrid ID="DataGrid1" runat="server" AutoGenerateColumns="False" CellPadding="4"
        ForeColor="#333333" GridLines="None" Width="800px">
        <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
        <EditItemStyle BackColor="#2461BF" />
        <SelectedItemStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
        <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
        <AlternatingItemStyle BackColor="White" />
        <ItemStyle BackColor="#EFF3FB" />
        <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
        <Columns>
            <asp:BoundColumn DataField="ReturnOutNo" HeaderText="出库单号">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Left" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="ReturnOutDate" HeaderText="出库日期">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="ProviderName" HeaderText="供货单位">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="Remark" HeaderText="附注">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="ThingNo" HeaderText="货品编号">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="ThingName" HeaderText="货品名称">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="ClassName" HeaderText="所属类别">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="returnoutNumber" HeaderText="入库数量">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="ProviderPrice" HeaderText="入库单价">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="minmoney" HeaderText="金额">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
            <asp:BoundColumn DataField="Remark" HeaderText="备注">
                <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
                    Font-Underline="False" HorizontalAlign="Center" />
            </asp:BoundColumn>
        </Columns>
    </asp:DataGrid>
</asp:Content>

⌨️ 快捷键说明

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