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

📄 stock_add.aspx

📁 进销存管理软件,包括服装,制造型销售企业等
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="stock_Add.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.stock.stock_Add" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>stock_Add</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 class="hTable_cro" cellSpacing="0" cellPadding="0" width="650">
				<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">
										<tr>
											<td class="contentFont" align="right" width="124" height="15"></td>
											<td width="156"></td>
											<td class="contentFont" align="right" width="43"></td>
											<td width="289"></td>
										</tr>
										<tr>
											<td class="contentFont" align="right" width="124">进货批号:</td>
											<td width="156"><label><span class="xingColor">
														<asp:TextBox id="stockPh" runat="server"></asp:TextBox>*</span> </label>
											</td>
											<td class="contentFont" align="right" width="43">日期:</td>
											<td width="289"><FONT face="宋体">
													<asp:TextBox id="stockDate" ReadOnly="true" onClick="popUpCalendar(this, Form1.stockDate, dateFormat,-1,-1)"
														runat="server"></asp:TextBox></FONT><img src="../Image/calendar.gif" width="30" height="17" onClick="popUpCalendar(this, Form1.stockDate, dateFormat,-1,-1)"></td>
										</tr>
										<tr>
											<td class="contentFont" vAlign="top" align="right">备注:</td>
											<td colSpan="3"><asp:textbox id="note" runat="server" Width="424px" Height="128px" TextMode="MultiLine"></asp:textbox>&nbsp;</td>
										</tr>
										<!--<tr>
											<td colspan="4" class="contentFont"><font face="宋体">物料详细信息 <a href="javascript:materielAdd()">
														新增</a> </font>
											</td>
										</tr>-->
										<tr>
											<td colspan="4" align="right" class="contentFont">
												<iframe name="tempMateriel" id="tempMateriel" scrolling="auto" src="tempMaterielList.aspx"
													width="100%" height="350" frameborder="0"></iframe>
											</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><asp:button id="saveBtn" runat="server" Text="保 存"></asp:button>
												<FONT face="宋体">&nbsp;</FONT> <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>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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