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

📄 storeroomcheck.ascx

📁 c#开发的经典ERP系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="StoreRoomCheck.ascx.cs" Inherits="Storage.BillPrint.ASCX.StoreRoomCheck" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="cc2" Namespace="xImageButton" Assembly="xImageButton" %>
<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" width="90%" align="center">
	<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="lblBillNO" 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="txCheckEmpName" runat="server" Width="80px" Font-Bold="True" ReadOnly="True">盘点人员</asp:TextBox>
								&nbsp;部门:
								<asp:TextBox id="txDeptName" runat="server" Width="104px" Font-Bold="True" ReadOnly="True">部门</asp:TextBox>
								&nbsp;库房:
								<asp:TextBox id="txStoreroomName" runat="server" Width="104px" Font-Bold="True" ReadOnly="True">库房</asp:TextBox>&nbsp;盘点日期:
								<asp:TextBox id="txCheckDate" runat="server" Font-Bold="True" ReadOnly="True" Width="80px">盘点日期</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%">
							<ItemStyle Height="30px"></ItemStyle>
							<HeaderStyle Font-Size="Medium" 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="CurStoreNums" ReadOnly="True" HeaderText="帐面数量">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="FactCheckNums" ReadOnly="True" HeaderText="实盘数量">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="DisNums" ReadOnly="True" HeaderText="盈亏数量">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="10%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="Price" ReadOnly="True" HeaderText="单价" DataFormatString="{0}元">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="9%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Right"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="DisMoney" ReadOnly="True" HeaderText="盈亏金额" DataFormatString="{0}元">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" 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 height="45">
						<P>
							<b>&nbsp;&nbsp;&nbsp; 制单:
								<asp:TextBox id="txMakeBillEmp" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
								审核:
								<asp:TextBox id="txCheckMan" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
								库管:
								<asp:TextBox id="txStorer" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>&nbsp;&nbsp;
							</b><B>
						</P>
						</B>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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