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

📄 branchstoreareturnselect.aspx

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

<!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" />
</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="ddlBranchReturnSelectXZSSTJ" runat="server">
        <asp:ListItem>请选择搜索条件</asp:ListItem>
        <asp:ListItem>分店名称</asp:ListItem>
        <asp:ListItem>商品名称</asp:ListItem>
    </asp:DropDownList>
    <asp:TextBox ID="txtBranchReturnSelectCXData" runat="server">请输入查询的数据</asp:TextBox>
    <asp:Button ID="btnBranchReturnSelectSS" runat="server" Text="搜索" 
        onclick="btnBranchReturnSelectSS_Click"  />
    </td>
</tr>
</table>
            <br />
    <asp:GridView ID="gvBranchReturnSelectShow" runat="server" 
        AutoGenerateColumns="False" style="text-align: center" AllowPaging="True" 
        onpageindexchanging="gvBranchReturnSelectShow_PageIndexChanging" 
        PageSize="15" Width="100%">
        <Columns>
            <asp:BoundField HeaderText="分店名称" DataField="Shop_Name" />
            <asp:BoundField HeaderText="商品编号" DataField="info_productID" />
            <asp:BoundField HeaderText="商品名称" DataField="info_name" />
            <asp:BoundField HeaderText="退货单据号" DataField="vendition_id" />
            <asp:BoundField HeaderText="32(XS)" DataField="info_size1" />
            <asp:BoundField HeaderText="33(S)" DataField="info_size2" />
            <asp:BoundField HeaderText="34(M)" DataField="info_size3" />
            <asp:BoundField HeaderText="35(L)" DataField="info_size4" />
            <asp:BoundField HeaderText="36(XL)" DataField="info_size5" />
            <asp:BoundField HeaderText="37(2XL)" DataField="info_size6" />
            <asp:BoundField HeaderText="38(3XL)" DataField="info_size7" />
            <asp:BoundField HeaderText="颜色" DataField="info_color" />
            <asp:BoundField HeaderText="申请人" DataField="Employee_ID" />
            <asp:BoundField HeaderText="退货数量" DataField="info_sum" />
            <asp:BoundField HeaderText="退货日期" DataField="vendition_time" />
            <asp:BoundField DataField="vendition_chck_id" HeaderText="审核人" />
            <asp:BoundField DataField="vendition_ok" HeaderText="审核状态" />
        </Columns>
        <PagerStyle HorizontalAlign="Center" />
    </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 + -