returnmoneylistterm.aspx

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

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

<!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>
        <table style="width: 440px; height: 220px">
            <tr>
                <td style="width: 133px">
                    <asp:Label ID="Label1" runat="server" Text="回款日期(起)"></asp:Label></td>
                <td style="width: 74px">
                    <asp:DropDownList ID="DropDownList1" runat="server" Width="106px">
                    </asp:DropDownList></td>
                <td style="width: 100px">
                    <asp:Label ID="Label6" runat="server" Text="回款日期(止)"></asp:Label></td>
                <td style="width: 114px">
                    <asp:DropDownList ID="DropDownList5" runat="server" Width="106px">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 133px">
                    <asp:Label ID="Label2" runat="server" Text="客户名称"></asp:Label></td>
                <td style="width: 74px">
                    <asp:DropDownList ID="DropDownList2" runat="server" Width="106px">
                    </asp:DropDownList></td>
                <td style="width: 100px">
                    <asp:Label ID="Label7" runat="server" Text="回款单号"></asp:Label></td>
                <td style="width: 114px">
                    <asp:TextBox ID="TextBox1" runat="server" Width="101px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 133px">
                    <asp:Label ID="Label3" runat="server" Text="回款类型"></asp:Label></td>
                <td style="width: 74px">
                    <asp:DropDownList ID="DropDownList3" runat="server" Width="106px">
                    </asp:DropDownList></td>
                <td style="width: 100px">
                    <asp:Label ID="Label8" runat="server" Text="部门名称"></asp:Label></td>
                <td style="width: 114px">
                    <asp:DropDownList ID="DropDownList7" runat="server" Width="106px">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td style="width: 133px; height: 24px">
                    <asp:Label ID="Label4" runat="server" Text="业务员"></asp:Label>
                </td>
                <td style="width: 74px; height: 24px">
                    <asp:DropDownList ID="DropDownList4" runat="server" Width="106px">
                    </asp:DropDownList></td>
                <td style="width: 100px; height: 24px">
                    <asp:Label ID="Label9" runat="server" Text="结算方式"></asp:Label></td>
                <td style="width: 114px; height: 24px">
                    <asp:DropDownList ID="DropDownList8" runat="server" Width="106px">
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td colspan="2" style="height: 6px">
                    <asp:RadioButtonList ID="RadioButtonList2" runat="server" RepeatDirection="Horizontal">
                        <asp:ListItem Value="2">已审核</asp:ListItem>
                        <asp:ListItem Value="1">未审核</asp:ListItem>
                        <asp:ListItem Selected="True" Value="0">全部</asp:ListItem>
                    </asp:RadioButtonList></td>
                <td colspan="2" style="height: 6px">
                    &nbsp;<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal">
                        <asp:ListItem Value="2">已审核</asp:ListItem>
                        <asp:ListItem Value="1">未审核</asp:ListItem>
                        <asp:ListItem Selected="True" Value="0">全部</asp:ListItem>
                    </asp:RadioButtonList></td>
            </tr>
            <tr>
                <td style="width: 133px; height: 21px">
                </td>
                <td style="width: 74px; height: 21px">
                    <asp:Button ID="Button2" runat="server" Text="确 定" />
                </td>
                <td style="width: 100px; height: 21px">
                </td>
                <td style="width: 114px; height: 21px">
                    <asp:Button ID="Button3" runat="server" Text="取 消" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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