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

📄 contractespage.aspx

📁 为了便于企业对客户按照地区进行统计查询分析
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ContractesPage.aspx.cs" Inherits="ContractesPage" %>

<!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: 143px">
        合同日期(起):</td>
                <td style="width: 105px">
                    <asp:TextBox ID="TextBox1" runat="server" Width="101px"></asp:TextBox></td>
                <td style="width: 134px">
                    合同日期(止):</td>
                <td style="width: 100px">
                    <asp:TextBox ID="TextBox6" runat="server" Width="101px" Height="15px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 143px">
        客户名称:&nbsp; &nbsp;&nbsp;</td>
                <td style="width: 105px">
                    <asp:DropDownList ID="DropDownList1" runat="server" Width="106px">
        </asp:DropDownList></td>
                <td style="width: 134px">
                    &nbsp;&nbsp; 合同编号:&nbsp; &nbsp;&nbsp;</td>
                <td style="width: 100px">
        <asp:TextBox
            ID="TextBox2" runat="server" Width="101px" Height="7px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 143px">

        货物编码:</td>
                <td style="width: 105px">
                    <asp:DropDownList ID="DropDownList4" runat="server" Width="106px">
        </asp:DropDownList></td>
                <td style="width: 134px">
                    &nbsp;&nbsp;报价单号:</td>
                <td style="width: 100px">
        <asp:TextBox ID="TextBox4" runat="server" Width="101px" Height="15px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 143px">
        部门名称:</td>
                <td style="width: 105px">
                    <asp:DropDownList ID="DropDownList2"
            runat="server" Width="106px">
        </asp:DropDownList></td>
                <td style="width: 134px">
                    &nbsp;业务员:</td>
                <td style="width: 100px">
     <asp:DropDownList ID="DropDownList3" runat="server" Width="101px">
        </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 143px">
        合同到期日:</td>
                <td colspan="3">
        <asp:TextBox ID="TextBox9" runat="server" Width="101px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="4">
                    &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;
                    <asp:Button ID="Button3" runat="server" Text="全清" />
                      &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;
        <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="确定" />
          &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;  &nbsp;
        <asp:Button ID="Button1" 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;<br />
        <asp:GridView ID="GridView1" runat="server">
        </asp:GridView>
        &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp;&nbsp;
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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