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

📄 billofbuyprint.ascx

📁 c#开发的经典ERP系统
💻 ASCX
字号:
<%@ Register TagPrefix="cc2" Namespace="xImageButton" Assembly="xImageButton" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="BillOfBuyPrint.ascx.cs" Inherits="Storage.BillPrint.ASCX.BillOfBuyPrint" 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="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><b> 供应商:
							<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>
						</b>
					</td>
				</tr>
				<tr>
					<td><b><FONT face="宋体">采购员:
							<asp:TextBox id="txBuyer" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox>&nbsp;申请部门:
							<asp:TextBox id="txDept" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox>&nbsp;申请人:
							<asp:TextBox id="txApplyer" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox>&nbsp;申请时间:
							<asp:TextBox id="txAppleDate" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox></FONT></b>
					</td>
				</tr>
				<tr>
					<td><b> 供应商详细地址:
							<asp:TextBox id="txCsrAddr" runat="server" Width="512px" Font-Bold="True" ReadOnly="True">地址</asp:TextBox>
						</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="14%"></HeaderStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="GoodsName" ReadOnly="True" HeaderText="产品名称">
									<HeaderStyle Font-Bold="True" Width="12%"></HeaderStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="Color" ReadOnly="True" HeaderText="颜   色">
									<HeaderStyle Font-Bold="True" Width="9%"></HeaderStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="UnitName" ReadOnly="True" HeaderText="单    位">
									<HeaderStyle Font-Bold="True" Width="8%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Center"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="Nums" 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="10%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="SubMoney" ReadOnly="True" HeaderText="金    额" DataFormatString="{0}元">
									<HeaderStyle Font-Bold="True" Width="12%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="Rate" ReadOnly="True" HeaderText="折扣率" DataFormatString="{0}%">
									<HeaderStyle Font-Bold="True" Width="5%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Center"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="FactMoney" ReadOnly="True" HeaderText="实际金额" DataFormatString="{0}元 ">
									<HeaderStyle Font-Bold="True" Width="12%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="Memo" ReadOnly="True" HeaderText="备注">
									<HeaderStyle Font-Bold="True" Width="15%"></HeaderStyle>
								</asp:BoundColumn>
							</Columns>
						</asp:DataGrid>
					</td>
				</tr>
			</table>
			<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
				<tr>
					<td><b>预收订金:
							<asp:TextBox id="txUpfrontMoney" runat="server" Width="100px" Font-Bold="True" ReadOnly="True"></asp:TextBox>元&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
							收款方式:
							<asp:TextBox id="txGatheringType" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>
							出纳:
							<asp:TextBox id="txPayouter" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>&nbsp;&nbsp; 
							审核:
							<asp:TextBox id="txCheckMan" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
						</b>
					</td>
				</tr>
				<tr>
					<td>
						<b>制&nbsp;&nbsp; 单:
							<asp:TextBox id="txMakeBillMan" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>
							&nbsp;&nbsp;&nbsp;库&nbsp;&nbsp; 管:
							<asp:TextBox id="txStoreMan" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>&nbsp;&nbsp;质&nbsp;&nbsp; 
							检:
							<asp:TextBox id="txQualityMan" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>&nbsp; 
							备注:
							<asp:TextBox id="txMemo" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox>
						</b>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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