📄 sellproductslistprint.ascx
字号:
<%@ Register TagPrefix="cc2" Namespace="xImageButton" Assembly="xImageButton" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="SellProductsListPrint.ascx.cs" Inherits="Storage.BillPrint.ASCX.SellProductsListPrint" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<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> </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">
<P><b><FONT face="宋体">销售单号:
<asp:Label id="txBillOfSellNo" runat="server"></asp:Label> 产品编号:
<asp:Label id="txProName" runat="server"></asp:Label> 客户名称:
<asp:Label id="txCsrName" runat="server"></asp:Label> 业务员:
<asp:Label id="txSellerName" runat="server"></asp:Label> </FONT> </b>
<br>
<br>
<B><FONT face="宋体">产品分类:
<asp:Label id="txProClassName" runat="server"></asp:Label> 启始日期:
<asp:Label id="txStartDate" runat="server"></asp:Label> 终止日期:
<asp:Label id="txEndDate" runat="server"></asp:Label> </FONT> </B>
</P>
</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="dgBillOfSellList" runat="server" AutoGenerateColumns="False" Width="100%" BorderColor="Black"
BorderWidth="1px">
<ItemStyle Height="30px"></ItemStyle>
<HeaderStyle Font-Size="Medium" Font-Bold="True" HorizontalAlign="Center"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="BillNo" ReadOnly="True" HeaderText="销售单号">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="SellerName" ReadOnly="True" HeaderText="业务员">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="GoodsName" HeaderText="产品名称">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
<ItemStyle HorizontalAlign="Right"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="unitName" HeaderText="单位">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
<ItemStyle HorizontalAlign="Right"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="spec" HeaderText="规格">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Nums" HeaderText="销售数量">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="BuyPrice" HeaderText="进价" DataFormatString="{0:C} 元">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="TotalBuyPrice" HeaderText="进价金额" DataFormatString="{0:C} 元">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Price" HeaderText="售价" DataFormatString="{0:C} 元">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="FactMoney" HeaderText="销售金额" DataFormatString="{0:C} 元">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
</asp:BoundColumn>
</Columns>
</asp:DataGrid>
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -