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

📄 calsellproductofsellerprint.ascx

📁 c#开发的经典ERP系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="CalSellProductOfSellerPrint.ascx.cs" Inherits="Storage.BillPrint.ASCX.CalSellProductOfSeller" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="cc2" Namespace="xImageButton" Assembly="xImageButton" %>
<table width="100%" cellSpacing="0" cellPadding="0" background="../images/button/in.gif"
	border="0" class="noprint">
	<tr>
		<td width="30"><IMG src="../images/button/left.gif" width="27"></td>
		<td><span class="STYLE1"><asp:label id="lblCaption" runat="server">业务员业绩统计</asp:label></span></td>
		<td width="60"><FONT face="宋体"><cc2:mouseimage id="miPreview" runat="server" ChangeImgUrl="../images/button/btnPreview_2.gif" returnImgUrl="../images/button/btnPreview.gif"
					ImageUrl="../../images/button/btnPreview.gif"></cc2:mouseimage></FONT></td>
		<td width="60"><FONT face="宋体"><cc2:mouseimage id="miPrintSetup" runat="server" ChangeImgUrl="../images/button/btnPrintsetup_2.gif"
					returnImgUrl="../images/button/btnPrintsetup.gif" ImageUrl="../../images/button/btnPrintsetup.gif"></cc2:mouseimage></FONT></td>
		<td width="60"><FONT face="宋体"><cc2:mouseimage id="miPrint" runat="server" ChangeImgUrl="../images/button/btnPrint_2.gif" returnImgUrl="../images/button/btnPrint.gif"
					ImageUrl="../../images/button/btnPrint.gif"></cc2:mouseimage></FONT></td>
		<td width="60"><FONT face="宋体"><cc2:mouseimage id="miClose" runat="server" ChangeImgUrl="../images/button/btnClose_2.gif" returnImgUrl="../images/button/btnClose.gif"
					ImageUrl="../../images/button/btnClose.gif"></cc2:mouseimage></FONT></td>
	</tr>
</table>
<table border="0" align="center" width="90%">
	<tr>
		<td align="center">
			<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
				<tr>
					<td height="20" width="20%" align="center" valign="middle">
						<asp:Image id="imgLogo" runat="server"></asp:Image></td>
					<td width="60%" align="center">
						<P align="center">
							<asp:Label id="lblTitle" runat="server" Font-Bold="True" Font-Size="Large"> 业务员业绩统计</asp:Label></P>
						<P><FONT face="宋体"></FONT>&nbsp;</P>
					</td>
					<td width="20%" align="center">
					</td>
				</tr>
			</table>
			<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
				<tr>
					<td height="45"><b><FONT face="宋体">启始日期:
								<asp:Label id="txStartDate" runat="server"></asp:Label>&nbsp;&nbsp;终止日期:
								<asp:Label id="txEndDate" runat="server"></asp:Label>&nbsp; 客户:
								<asp:Label id="txCsrName" runat="server"></asp:Label>&nbsp;&nbsp;业务员:
								<asp:Label id="txSellerName" runat="server"></asp:Label>&nbsp;&nbsp;</FONT> </b>
					</td>
				</tr>
			</table>
			<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
				<tr>
					<td align="center" valign="top" width="100%">
						<asp:DataGrid id="dgProOfSell" runat="server" AutoGenerateColumns="False" Width="100%" BorderColor="Black"
							BorderWidth="1px" DESIGNTIMEDRAGDROP="45">
							<ItemStyle Height="30px"></ItemStyle>
							<HeaderStyle Font-Size="Medium" Font-Bold="True" HorizontalAlign="Center"></HeaderStyle>
							<Columns>
								<asp:BoundColumn DataField="empNo" ReadOnly="True" HeaderText="员工编号">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="25%"></HeaderStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="empName" ReadOnly="True" HeaderText="员工名称">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="25%"></HeaderStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="SellMoney" HeaderText="销售额" DataFormatString="{0:C} 元">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="25%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
							</Columns>
						</asp:DataGrid>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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