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

📄 stock_view.aspx

📁 金苹果进销存管理系统V1.2 运行环境: ASP.NET + SQL Server 2000
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="stock_View.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.stock.stock_View" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
  <HEAD>
		<title>进货详单</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="../styCss/sty1.css" type="text/css" rel="stylesheet">
		<LINK href="../styCss/fontsty.css" type="text/css" rel="stylesheet">
		<script language="javascript" src="../js/popcalendar.js"></script>
		<SCRIPT language="JavaScript">dateFormat='yyyy-mm-dd'</SCRIPT>
		<script language="javascript">
		function  selectPGroup()
		   {
		       window.open('selectPGroup.aspx','s','width=300px,height=350px,scroll=auto,status=yes');
		   }
		function  selectPType()
		   {
		       window.open('selectPType.aspx','s','width=300px,height=350px,scroll=auto,status=yes');
		   }
		 function  materielAdd()
		 {
		     window.showModalDialog('selectModalDialog.aspx?tempMateriel_Add.aspx?ph='+document.Form1.stockPh.value,'s','dialogWidth:650px;dialogHeight:230px;help:no;scroll:no;status:no');
			 window.parent.frames["tempMateriel"].location.href = window.parent.frames["tempMateriel"].location.href;
			 
		 }
		</script>
</HEAD>
	<body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table width="650" height="98%" cellPadding="0" cellSpacing="0" class="hTable_cro">
				<tr>
					<td class="whitFont" align="center" background="../Image/titleLine.gif" height="20">进货详单</td>
				</tr>
				<tr>
					<td align="center" height="20">
						<table width="630" border="0">
							<tr>
								<td>
									<table width="630" border="0">
              <TBODY>
										<tr>
											<td class="contentFont" align="right" width="169" height="15"></td>
											<td width="227"></td>
											<td class="contentFont" align="right" width="91"></td>
											<td width="235"></td>
										</tr>
										<tr>
											<td class="contentFont" align="right" width="169">进货批号:</td>
											<td width="227">
														<asp:Label id="stockPh" runat="server"></asp:Label>
											</td>
											<td class="contentFont" align="right" width="91">日期:</td>
											<td width="235"><FONT face="宋体">
													<asp:Label id="stockDate" runat="server"></asp:Label></FONT></td>
										</tr>
										<tr>
											<td class="contentFont" vAlign="top" align="right">备注:</td>
											<td colSpan="3">
												<asp:Label id="note" runat="server"></asp:Label>&nbsp;</td>
										</tr>
										<tr>
											<td colspan="4" class="contentFont">
											
											<table width="100%" cellpadding="0" cellspacing="0" id=storageTable>
							<asp:repeater id="materielListRp" runat="server">
								<HeaderTemplate>
									<tr class="table_botLine" align="center" bgcolor="#CCCCCC">
										
										<td width="102" class="table_botLine  table_topLine">物料编号</td>
										<td class="table_botLine table_leftLine table_topLine">物料名称</td>
										<td class="table_botLine table_leftLine table_topLine">规 格</td>
										<td class="table_botLine table_leftLine table_topLine">单 位</td>
										<td class="table_botLine table_leftLine table_topLine">单 价</td>
										<td class="table_botLine table_leftLine table_topLine">数 量</td>
										
									</tr>
								</HeaderTemplate>
								<ItemTemplate>
									<tr  onMouseOver="this.bgColor='LemonChiffon'"   onMouseOut="this.bgColor=''" class="table_botLine">
										
										<td  width="100" class="table_botLine  table_leftLine">&nbsp;<%#DataBinder.Eval(Container.DataItem,"materielID")%>	</td>
									  <td width="194" class="table_botLine  table_leftLine">&nbsp;<%#DataBinder.Eval(Container.DataItem,"materielName")%>									  </td>
										<td width="90" class="table_botLine  table_leftLine">&nbsp;<%#DataBinder.Eval(Container.DataItem,"spec")%>									  </td>
										<td width="77" class="table_botLine  table_leftLine">&nbsp;<%#DataBinder.Eval(Container.DataItem,"unit")%>
									  <td width="78" class="table_botLine  table_leftLine">&nbsp;<%#DataBinder.Eval(Container.DataItem,"price")%></td>
									  <td width="81" class="table_botLine  table_leftLine table_rightLine">&nbsp;<%#DataBinder.Eval(Container.DataItem,"num")%></td>	
									</tr>
								</ItemTemplate>
								
							</asp:repeater></table>
											</td>
										</tr>
										<tr>
											<td class="contentFont" align="right"><FONT face="宋体"></FONT></td>
											<td>&nbsp;</td>
											<td class="contentFont" align="right">&nbsp;</td>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td class="contentFont" align="right"></td>
											<td><INPUT onClick="javascript:window.print();" type="button" value="打 印" width="50">
												<INPUT onClick="javascript:window.close();" type="button" value="关 闭" width="50"></td>
											<td class="contentFont" align="right">&nbsp;</td>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td class="contentFont" align="right"><FONT face="宋体"></FONT></td>
											<td>&nbsp;</td>
											<td class="contentFont" align="right">&nbsp;</td>
											<td>&nbsp;</td>
										</tr>
									</table>
								</td>
							</tr>
		  </table></TD></TR><td valign="top"></TBODY></TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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