quotationespage.aspx

来自「为了便于企业对客户按照地区进行统计查询分析」· ASPX 代码 · 共 218 行

ASPX
218
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="QuotationesPage.aspx.cs" Inherits="QuotationesPage" %>

<!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>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
       
        报价单查询条件<br />
        <table>
            <tr>
                <td style="width: 135px">
        报价日期(起):</td>
                <td style="width: 100px">
                    <asp:TextBox ID="TextBox1" runat="server" Width="101px"></asp:TextBox></td>
                <td style="width: 131px">
                    报价日期(止):</td>
                <td style="width: 100px">
                    <asp:TextBox
            ID="TextBox2" runat="server" Width="101px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 135px">
        客 户 名 称:</td>
                <td style="width: 100px">
                    <asp:DropDownList ID="DropDownList1" runat="server"
            Width="106px">
        </asp:DropDownList></td>
                <td style="width: 131px">
                    &nbsp;报 价 单 号:</td>
                <td style="width: 100px">
        <asp:TextBox ID="TextBox4" runat="server" Width="101px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 135px">
        货 物 编 码:</td>
                <td style="width: 100px">
                    <asp:DropDownList ID="DropDownList2" runat="server" Width="106px">
        </asp:DropDownList></td>
                <td style="width: 131px">
                    部 门 名 称:</td>
                <td style="width: 100px">
                    <asp:DropDownList ID="DropDownList3" runat="server" Width="106px">
        </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 135px">
        销 售 员:   &nbsp;&nbsp;</td>
                <td colspan="3">
                    <asp:DropDownList
            ID="DropDownList4" runat="server" Width="106px">
        </asp:DropDownList></td>
            </tr>
            <tr>
                <td colspan="4" style="height: 21px">  
                &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;
        <asp:Button ID="Button1" runat="server" Text="全清" />  
        &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp; 
        <asp:Button ID="Button2" runat="server" Text="确定" OnClick="Button2_Click" />
          &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;
        <asp:Button ID="Button3" runat="server" Text="取消" />
                </td>
            </tr>
        </table>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp;<br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 报价单列表<br />
        <asp:GridView ID="GridView1" runat="server">
        </asp:GridView>
        <br />
        <table style="width: 503px; height: 192px;" border="1">
            <tr>
                <td style="width: 25px; height: 19px">
                    报价单号</td>
                <td style="width: 25px; height: 19px">
                    报价日期</td>
                <td style="width: 25px; height: 19px">
                    客户名称</td>
                <td style="width: 25px; height: 19px">
                    部门名称</td>
                <td style="width: 25px; height: 19px">
                    销售员</td>
                <td style="width: 25px; height: 19px">
                    货物名称</td>
                <td style="width: 25px; height: 19px">
                    货物名称</td>
                <td style="width: 25px; height: 19px">
                    数量</td>
                <td style="width: 25px; height: 19px">
                    参考售价</td>
                <td style="width: 25px; height: 19px">
                    单价</td>
                <td style="width: 25px; height: 19px">
                    报价单金额</td>
                <td style="width: 25px; height: 19px">
                    税额</td>
                <td style="width: 25px; height: 19px">
                    联系人</td>
                <td style="width: 25px; height: 19px">
                    联系方式</td>
                <td style="width: 25px; height: 19px">
                    审核人</td>
            </tr>
            <tr>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
            </tr>
            <tr>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
            </tr>
            <tr>
                <td style="width: 25px">
                    合计</td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
                <td style="width: 25px">
                </td>
            </tr>
        </table>
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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