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

📄 bigcustomerreturnselect.aspx

📁 c#三层架构项目开发的全过程
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BigCustomerReturnSelect.aspx.cs"
    Inherits="WebApplication1.BigCustomerReturnSelect" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>大客户退货查询</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta content="MSHTML 6.00.2900.5848" name="GENERATOR" />
    <script src="../jinlilai.files/Right.files/Calendar.js" type="text/javascript"></script>
    <link href="../jinlilai.files/CSS/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="background-position-y: -120px; background-image: url(../images/bg.gif);
    background-repeat: repeat-x">
    <form id="form1" runat="server">
    <div>
        <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
            <tbody>
                <tr style="background-image: url(../images/bg_header.gif); background-repeat: repeat-x"
                    height="47">
                    <td width="10">
                        <span style="float: left; background-image: url(../images/main_hl.gif); width: 15px;
                            background-repeat: no-repeat; height: 47px"></span>
                    </td>
                    <td>
                        <span style="float: left; background-image: url(../images/main_hl2.gif); width: 15px;
                            background-repeat: no-repeat; height: 47px"></span><span style="padding-right: 10px;
                                padding-left: 10px; float: left; background-image: url(../images/main_hb.gif);
                                padding-bottom: 10px; color: white; padding-top: 10px; background-repeat: repeat-x;
                                height: 47px; text-align: center;">大客户退货查询</span> <span style="float: left; background-image: url(../images/main_hr.gif);
                                    width: 60px; background-repeat: no-repeat; height: 47px"></span>
                    </td>
                    <td style="background-position: 50% bottom; background-image: url(../images/main_rc.gif)"
                        width="10">
                    </td>
                </tr>
                <tr>
                    <td style="background-image: url(../images/main_ls.gif)">
                        &nbsp;
                    </td>
                    <td style="padding-right: 10px; padding-left: 10px; padding-bottom: 10px; color: #566984;
                        padding-top: 10px; background-color: white" valign="top" align="middle">
                        <div>
                            <br />
                            <asp:ScriptManager ID="ScriptManager1" runat="server">
                            </asp:ScriptManager>
                            <asp:UpdatePanel ID="UpdatePanel1" runat="server">
                            <ContentTemplate>
                          
                            <table>
                                <tr>
                                    <td>
                                        退货时间</td><td><asp:TextBox ID="txtTime" runat="server" CssClass="style1" 
        onfocus="SelectDate(this)" Width="80px" ></asp:TextBox>
    <asp:Button ID="btnSele" runat="server" onclick="btnSele_Click" 
        Text="获取该天单据编号" Width="129px" />
                                        销售单据号<asp:DropDownList ID="ddlSellID" runat="server">
                                            <asp:ListItem>请选择销售单据编号</asp:ListItem>
                                        </asp:DropDownList>
                                        审核状态<asp:DropDownList ID="ddlState" runat="server">
                                            <asp:ListItem>请选择审核状态</asp:ListItem>
                                            <asp:ListItem>未通过</asp:ListItem>
                                            <asp:ListItem>通过</asp:ListItem>
                                            <asp:ListItem>已出库</asp:ListItem>
                                        </asp:DropDownList>
                                        单据类型<asp:DropDownList ID="ddlType" runat="server">
                                            <asp:ListItem>请选择销售单据类型</asp:ListItem>
                                            <asp:ListItem>大客户销售</asp:ListItem>
                                            <asp:ListItem>大客户退货</asp:ListItem>
                                            <asp:ListItem>大客户换货</asp:ListItem>
                                        </asp:DropDownList>
                                        <asp:Button ID="btnBigReturnSeek" runat="server" Text="查看" Width="78px"
                                            Style="margin-bottom: 0px" OnClick="btnBigReturnSeek_Click" />
                                    </td>
                                </tr>
                                <tr><td></td><td>
                                    <asp:Label ID="lblTime" runat="server" ForeColor="Red" Text="请选择时间" 
                                        Visible="False"></asp:Label>
                                    </td></tr>
                            </table>
                            <br />
                            <asp:GridView ID="gvShow" runat="server" AutoGenerateColumns="False" Style="text-align: center"
                                Width="100%" OnRowDeleting="gvShow_RowDeleting" AllowPaging="True" 
                                    onpageindexchanging="gvShow_PageIndexChanging" PageSize="15">
                                <Columns>
                                    <asp:BoundField HeaderText="销售单据编号" DataField="bigclient_id" />
                                    <asp:BoundField HeaderText="填单人" DataField="Employee_ID" />
                                    <asp:BoundField HeaderText="销售单价" DataField="bigclient_price" />
                                    <asp:BoundField HeaderText="销售数量" DataField="bigclient_sum" />
                                    <asp:BoundField DataField="bigclient_time" HeaderText="销售时间" />
                                    <asp:BoundField DataField="bigclient_client" HeaderText="大客户" />
                                    <asp:BoundField DataField="bigclient_assessor" HeaderText="审核人" />
                                    <asp:BoundField DataField="bigclient_advice" HeaderText="审核意见" />
                                    <asp:BoundField DataField="bigclient_state" HeaderText="审核状态" />
                                    <asp:BoundField DataField="bigclient_type_name" HeaderText="单据类型" />
                                    <asp:HyperLinkField DataNavigateUrlFields="bigclient_id" DataNavigateUrlFormatString="BigClientInfroReport.aspx?bigclient_id={0}"
                                        Text="查看报表" />
                                    <asp:CommandField ShowDeleteButton="True" />
                                </Columns>
                            </asp:GridView>
                              </ContentTemplate>
                            </asp:UpdatePanel>
                            <br />
                        </div>
                    </td>
                    <td style="background-image: url(../images/main_rs.gif)">
                    </td>
                </tr>
                <tr style="background-image: url(../images/main_fs.gif); background-repeat: repeat-x"
                    height="10">
                    <td style="background-image: url(../images/main_lf.gif)">
                    </td>
                    <td style="background-image: url(../images/main_fs.gif)">
                    </td>
                    <td style="background-image: url(../images/main_rf.gif)">
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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