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

📄 sellproductlist.aspx

📁 CRM系统源码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SellProductList.aspx.cs" Inherits="CRM.WEB.Bussiness.adteam.SellProductList" %>
<%@ Register Assembly="PowerEasy.Controls" Namespace="PowerEasy.Controls" TagPrefix="cc1" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>产品配件列表</title>
<link href="../../Css/repeater.css" type="text/css" rel="stylesheet" />
<link href="../../Css/Common.css" type="text/css" rel="stylesheet" />
<link href="../../Css/grid.css" type="text/css" rel="stylesheet" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body id="MasterPagebody" leftmargin="0" topmargin="0">
 <form id="form1" runat="server">  
 <br />
 <!--标题 开始-->
			<table border="0" width="100%" cellspacing="0" cellpadding="3" align="center">
				<tr>
				<td height="30" style="background-color: #b0d0f3">
                        <strong><span style="color: #ff0000; FONT-WEIGHT: lighter; FONT-SIZE: 18px; FONT-FAMILY: 黑体">
                            产品配件列表:</span></strong>
					</td>
				</tr>
			</table><%--DataKeyNames="c_orderId"--%>
     <cc1:ExtendedGridView ID="EgvProductList" runat="server" AllowPaging="True" AutoGenerateColumns="False" EmptyDataText="没有任何数据!" ItemName="记录" ItemUnit="条"
         MouseOverCssClass="tdbgmouseover" Width="100%">
         <HeaderStyle CssClass="gridtitle" />
         <Columns>
             <asp:BoundField DataField="c_productNo"  HeaderText="产品编号"
                 HtmlEncode="False">
             </asp:BoundField>
              <asp:BoundField DataField="c_productName" HeaderText="产品名称"
                 HtmlEncode="False">
             </asp:BoundField>
              <asp:BoundField DataField="c_sellPrice" HeaderText="销售价"
                 HtmlEncode="False">
             </asp:BoundField>
             <asp:BoundField DataField="c_selledCount" HeaderText="销售个数"
                 HtmlEncode="False">
             </asp:BoundField>
              <asp:BoundField DataField="c_orderTitle" HeaderText="相关订单"
                 HtmlEncode="False">
             </asp:BoundField>
              <asp:BoundField DataField="c_sellman" HeaderText="销售人"
                 HtmlEncode="False">
             </asp:BoundField>
             <asp:BoundField DataField="c_orderDate" DataFormatString="{0:yyyy-MM-dd}" HeaderText="创建日期"
                 HtmlEncode="False">
             </asp:BoundField>
         </Columns>
         <EmptyDataRowStyle Height="100px" HorizontalAlign="Center" />
     </cc1:ExtendedGridView>
     <asp:ObjectDataSource ID="OdsInfo" runat="server" SelectMethod="GetBindingTable" MaximumRowsParameterName="maxRows" StartRowIndexParameterName="startIndex"  TypeName="CRM.WEB.Bussiness.adteam.SellProductList"></asp:ObjectDataSource>
    </form>
</body>
</html>

⌨️ 快捷键说明

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