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

📄 product_edit.aspx

📁 金苹果进销存管理系统V1.2 运行环境: ASP.NET + SQL Server 2000
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="product_Edit.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.product.product_Edit" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>product_Edit</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" rel="stylesheet" type="text/css">
		<link href="../styCss/fontsty.css" rel="stylesheet" type="text/css">
		<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');
		   }
		</script>
	</HEAD>
	<body MS_POSITIONING="GridLayout" topmargin="0" leftmargin="0">
		<form id="Form1" method="post" runat="server">
			<table width="650" cellpadding="0" cellspacing="0" class="hTable_cro">
				<tr>
					<td height="20" align="center" background="../Image/titleLine.gif" class="whitFont">编辑产品信息</td>
				</tr>
				<tr>
					<td height="20" align="center">
						<table width="630" border="0">
							<tr>
								<td><table width="630" border="0">
										<tr>
											<td width="169" align="right" height="15" class="contentFont"></td>
											<td width="227"></td>
											<td width="91" align="right" class="contentFont"></td>
											<td width="235"></td>
										</tr>
										<tr>
											<td align="right" class="contentFont"><FONT face="宋体">产品编码:</FONT></td>
											<td><FONT face="宋体">
													<asp:TextBox id="pCode" runat="server"></asp:TextBox>*</FONT></td>
											<td align="right" class="contentFont">所属产品组:</td>
											<td>
												<asp:TextBox id="productGroupName" runat="server" ReadOnly="True"></asp:TextBox>*<input id="pGroupSelect" onClick="selectPGroup()" type="image" alt="选择产品分组" src="../Image/download.gif"
													name="pGroupSelect">
												<asp:TextBox id="productGroupID" style="DISPLAY:none" runat="server"></asp:TextBox>
											</td>
										</tr>
										<tr>
											<td align="right" class="contentFont"><FONT face="宋体">产品中文名:</FONT></td>
											<td>
												<asp:TextBox id="pCName" runat="server"></asp:TextBox><FONT face="宋体">*</FONT></td>
											<td align="right" class="contentFont">型号:</td>
											<td>
												<asp:TextBox id="productTypeName" ReadOnly="True" runat="server"></asp:TextBox>*<input id="pTypeSelect" onClick="selectPType()" type="image" alt="选择产品型号" src="../Image/download.gif"
													name="pTypeSelect">
												<asp:TextBox id="productTypeID" style="DISPLAY:none" runat="server"></asp:TextBox></td>
										</tr>
										<tr>
											<td align="right" class="contentFont">产品英文名:</td>
											<td><FONT face="宋体">
													<asp:TextBox id="pEName" runat="server"></asp:TextBox></FONT></td>
											<td align="right" class="contentFont">计量单位:</td>
											<td>
												<asp:dropdownlist id="Unit" runat="server" Width="136px">
													<asp:ListItem value="" Selected>请选择</asp:ListItem>
													<asp:ListItem value="1">件</asp:ListItem>
													<asp:ListItem value="2">双</asp:ListItem>
													<asp:ListItem value="3">箱</asp:ListItem>
													<asp:ListItem value="4">袋</asp:ListItem>
													<asp:ListItem value="5">打</asp:ListItem>
													<asp:ListItem value="6">米</asp:ListItem>
													<asp:ListItem value="7">千克</asp:ListItem>
													<asp:ListItem value="8">套</asp:ListItem>
													<asp:ListItem value="9">卷</asp:ListItem>
													<asp:ListItem value="10">吨</asp:ListItem>
													<asp:ListItem value="11">包</asp:ListItem>
													<asp:ListItem value="12">条</asp:ListItem>
													<asp:ListItem value="13">块</asp:ListItem>
													<asp:ListItem value="14">册</asp:ListItem>
													<asp:ListItem value="15">瓶</asp:ListItem>
													<asp:ListItem value="16">盘</asp:ListItem>
													<asp:ListItem value="17">纸箱</asp:ListItem>
													<asp:ListItem value="18">木箱</asp:ListItem>
													<asp:ListItem value="19">对打</asp:ListItem>
													<asp:ListItem value="20">罗</asp:ListItem>
													<asp:ListItem value="21">卷</asp:ListItem>
													<asp:ListItem value="22">磅</asp:ListItem>
													<asp:ListItem value="23">千件</asp:ListItem>
													<asp:ListItem value="24">盎司</asp:ListItem>
													<asp:ListItem value="25">幅</asp:ListItem>
													<asp:ListItem value="26">台</asp:ListItem>
													<asp:ListItem value="27">本</asp:ListItem>
													<asp:ListItem value="28">只</asp:ListItem>
													<asp:ListItem value="29">个</asp:ListItem>
													<asp:ListItem value="30">匹</asp:ListItem>
													<asp:ListItem value="31">卷</asp:ListItem>
													<asp:ListItem value="32">袋</asp:ListItem>
													<asp:ListItem value="33">张</asp:ListItem>
													<asp:ListItem value="34">盒</asp:ListItem>
													<asp:ListItem value="35">平方米</asp:ListItem>
													<asp:ListItem value="36">立方米</asp:ListItem>
													<asp:ListItem value="37">万枚</asp:ListItem>
													<asp:ListItem value="38">码</asp:ListItem>
												</asp:dropdownlist>*
											</td>
										</tr>
										<tr>
											<td align="right" class="contentFont">产品简称:</td>
											<td><FONT face="宋体">
													<asp:TextBox id="pSName" runat="server"></asp:TextBox></FONT></td>
											<td align="right" class="contentFont">规格:</td>
											<td><FONT face="宋体">
													<asp:TextBox id="pSpec" runat="server"></asp:TextBox></FONT></td>
										</tr>
										<tr>
											<td align="right" class="contentFont">&nbsp;</td>
											<td>&nbsp;</td>
											<td align="right" class="contentFont">&nbsp;</td>
											<td>&nbsp;</td>
										</tr>
									</table>
								</td>
							</tr>
							<tr>
								<td><table width="630" border="0">
										<tr>
											<td width="126" align="right" class="contentFont">无税产品单价(RMB):</td>
											<td width="143">
												<asp:TextBox id="price1" runat="server"></asp:TextBox>*</td>
											<td width="135" align="right" class="contentFont">销售含税指导价(RMB):</td>
											<td width="208"><FONT face="宋体">
													<asp:TextBox id="price2" runat="server"></asp:TextBox>*</FONT></td>
										</tr>
									</table>
								</td>
							</tr>
							<tr>
								<td><table width="630" border="0">
										<tr>
											<td colspan="2" align="left" class="contentFont">
												<table width="630" border="0" cellpadding="0" cellspacing="0">
													<tr>
														<td width="126" height="10" align="right" class="contentFont"></td>
														<td width="504">
														</td>
													</tr>
													<tr>
														<td width="126" align="right" class="contentFont" valign="top">产品图片:</td>
														<td width="504"><INPUT type="file" name="CLogoPic" id="CLogoPic" runat="server">&nbsp;&nbsp;&nbsp;&nbsp;
														</td>
													</tr>
													<tr>
														<td width="126" align="right" class="contentFont">&nbsp;</td>
														<td width="504" class="hFont">(产品图片支持jpg,gif格式,文件小于1M,建议尺寸不超过200×200)</td>
													</tr>
												</table>
											</td>
										</tr>
										<tr>
											<td colspan="2" align="left" class="contentFont">
												<table width="630" border="0" cellpadding="0" cellspacing="0">
													<tr>
														<td width="124" align="right" class="contentFont">附件:</td>
														<td width="506"><INPUT type="file" name="attFile" id="attFile" runat="server">&nbsp;&nbsp;&nbsp;&nbsp;
														</td>
													</tr>
												</table>
											</td>
										</tr>
										<tr>
											<td width="124" align="right" class="contentFont">产品描述:</td>
											<td width="502"><label>
													<asp:TextBox id="pContents" runat="server" Width="403px" TextMode="MultiLine" Height="84px"></asp:TextBox>&nbsp;
												</label>
											</td>
										</tr>
									</table>
								</td>
							</tr>
							<tr align="center" class="contentFont">
								<td>&nbsp;
									<asp:Button id="saveBtn" runat="server" Text="保 存"></asp:Button>
									&nbsp;&nbsp;&nbsp; <INPUT onClick="window.close();" type="button" value="取 消" width="50">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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