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

📄 branchsaleselectall.aspx

📁 c#三层架构项目开发的全过程
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BranchSaleSelectall.aspx.cs" Inherits="金利来分销管理系统.Branch.BranchSaleSelectall" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <TITLE>分店销售查询</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META content="MSHTML 6.00.2900.5848" name="GENERATOR" />
</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; 0px: ">分店销售查询</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>
<table style="width: 875px; height: 27px;">
<tr>
<td>分店销售查询</td>
<td align="right"> 
   <asp:DropDownList ID="ddlBranchReturnSelect" runat="server">
        <asp:ListItem>请选择搜索条件</asp:ListItem>
        <asp:ListItem>分店名称</asp:ListItem>
    </asp:DropDownList>
    <asp:TextBox ID="txtBranchReturnSelectData" runat="server">请输入查询的数据</asp:TextBox>
    
    <asp:Button ID="btnBranchReturnSelect" runat="server" Text="搜索" onclick="btnBranchReturnSelect_Click"
         />
    </td>
</tr>
</table>
            <br />
    <asp:GridView ID="gvBranchSaleSelectShow" runat="server" 
        AutoGenerateColumns="False" style="text-align: center; margin-right: 0px;" 
        AllowPaging="True" 
        onpageindexchanging="gvBranchSaleSelectShow_PageIndexChanging" 
        PageSize="15" Width="100%">
        <Columns>
            <asp:BoundField HeaderText="销售单据号" DataField="vendition_id" />
            <asp:BoundField HeaderText="分店名称" DataField="Shop_Name" />
            <asp:BoundField HeaderText="销售人" DataField="Employee_ID" />
            <asp:BoundField HeaderText="销售数量" DataField="vendition_sum" />
            <asp:BoundField DataField="vendition_sumprice" HeaderText="总金额" />
            <asp:BoundField HeaderText="销售日期" DataField="vendition_time" />
            <asp:HyperLinkField DataNavigateUrlFields="vendition_id" 
                DataNavigateUrlFormatString="BranchSaleReportSelect.aspx?vid={0}" HeaderText="查看报表" 
                Text="查看报表" />
        </Columns>
    </asp:GridView>
    <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 + -