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

📄 sellbackprint.ascx

📁 c#开发的经典ERP系统
💻 ASCX
字号:
<%@ Register TagPrefix="cc2" Namespace="xImageButton" Assembly="xImageButton" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="SellBackPrint.ascx.cs" Inherits="Storage.BillPrint.ASCX.SellBackPrint" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table cellSpacing="0" cellPadding="0" width="100%" 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="35" width="25%" align="center" valign="middle">
						<asp:Image id="imgLogo" runat="server"></asp:Image></td>
					<td height="35" width="50%" 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 height="35" width="25%" align="center">
						<b>
							<asp:Label id="lblOrderNo" runat="server" ForeColor="Red" Font-Size="Small">退货单编号</asp:Label></b></td>
				</tr>
			</table>
			<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
				<tr>
					<td height="45"><b><FONT face="宋体">&nbsp; 客户:
								<asp:TextBox id="txCustomerName" runat="server" Width="160px" Font-Bold="True" ReadOnly="True">客户名称</asp:TextBox>
								&nbsp;&nbsp;&nbsp;联系电话:
								<asp:TextBox id="txTel" runat="server" Width="100px" Font-Bold="True" ReadOnly="True">联系电话</asp:TextBox>&nbsp; 
								退货日期:
								<asp:TextBox id="txBuyDate" runat="server" Width="100px" Font-Bold="True" ReadOnly="True">退货日期</asp:TextBox></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="dgList" 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="GoodsCode" ReadOnly="True" HeaderText="产品编号">
									<HeaderStyle Font-Bold="True" Width="15%"></HeaderStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="GoodsName" ReadOnly="True" HeaderText="产品名称">
									<HeaderStyle Font-Bold="True" Width="35%"></HeaderStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="CancelNums" ReadOnly="True" HeaderText="退货数量">
									<HeaderStyle Font-Bold="True" Width="10%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Center"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="UnitName" ReadOnly="True" HeaderText="单    位">
									<HeaderStyle Font-Bold="True" Width="10%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Center"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="Price" ReadOnly="True" HeaderText="单    价" DataFormatString="{0} 元 ">
									<HeaderStyle Font-Bold="True" Width="12%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="CancelMoney" ReadOnly="True" HeaderText="退款额" DataFormatString="{0} 元 ">
									<HeaderStyle Font-Bold="True" Width="13%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
							</Columns>
						</asp:DataGrid>
					</td>
				</tr>
			</table>
			<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
				<tr>
					<td height="45"><b><FONT face="宋体">&nbsp; 退款合计:
								<asp:TextBox id="txAllMoney" runat="server" Width="100px" Font-Bold="True" ReadOnly="True"></asp:TextBox>元
							</FONT></b>
					</td>
				</tr>
				<tr>
					<td height="45"><FONT face="宋体"></FONT>
						<br>
						<br>
						<div align="right"><STRONG>客户签名:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</STRONG></div>
						<br>
						<br>
						<br>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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