📄 product_add.aspx
字号:
<%@ Page language="c#" Codebehind="product_add.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.product.product_add" %>
<!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" 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 width="169" align="right" class="contentFont">产品编码:</td>
<td width="227"><label>
<asp:TextBox id="pCode" runat="server"></asp:TextBox>* </label>
</td>
<td width="91" align="right" class="contentFont">所属行业:</td>
<td width="235"><FONT face="宋体">
<asp:dropdownlist id="CBuss" runat="server" Width="136px">
<asp:ListItem Value="农业食品">农业食品</asp:ListItem>
<asp:ListItem Value="服装饰件">服装饰件</asp:ListItem>
<asp:ListItem Value="工艺品">工艺品</asp:ListItem>
<asp:ListItem Value="汽摩及配件">汽摩及配件</asp:ListItem>
<asp:ListItem Value="箱包和礼盒">箱包和礼盒</asp:ListItem>
<asp:ListItem Value="化工">化工</asp:ListItem>
<asp:ListItem Value="计算机产品">计算机产品</asp:ListItem>
<asp:ListItem Value="建筑和装饰材料">建筑和装饰材料</asp:ListItem>
<asp:ListItem Value="消费电子">消费电子</asp:ListItem>
<asp:ListItem Value="电气电子">电气电子</asp:ListItem>
<asp:ListItem Value="家具摆设">家具摆设</asp:ListItem>
<asp:ListItem Value="医药卫生">医药卫生</asp:ListItem>
<asp:ListItem Value="轻工日用品">轻工日用品</asp:ListItem>
<asp:ListItem Value="照明">照明</asp:ListItem>
<asp:ListItem Value="机械">机械</asp:ListItem>
<asp:ListItem Value="冶金矿产和能源">冶金矿产和能源</asp:ListItem>
<asp:ListItem Value="办公文教">办公文教</asp:ListItem>
<asp:ListItem Value="安全和防护">安全和防护</asp:ListItem>
<asp:ListItem Value="服务">服务</asp:ListItem>
<asp:ListItem Value="运动健身和休闲娱乐">运动健身和休闲娱乐</asp:ListItem>
<asp:ListItem Value="纺织">纺织</asp:ListItem>
<asp:ListItem Value="五金工具">五金工具</asp:ListItem>
<asp:ListItem Value="玩具">玩具</asp:ListItem>
<asp:ListItem Value="交通运输">交通运输</asp:ListItem>
</asp:dropdownlist></FONT></td>
</tr>
<tr>
<td align="right" class="contentFont"><FONT face="宋体">产品中文名:</FONT></td>
<td><FONT face="宋体">
<asp:TextBox id="pCName" 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">产品英文名:</td>
<td>
<asp:TextBox id="pEName" runat="server"></asp:TextBox></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="pSName" 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="宋体"></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"> </td>
<td> </td>
<td align="right" class="contentFont"> </td>
<td> </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 width="167" height="10" align="right" class="contentFont"></td>
<td width="563">
</td>
</tr>
<tr>
<td colspan="2" align="left" class="contentFont">
<table width="630" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="119" height="10" align="right" class="contentFont"></td>
<td width="501">
</td>
</tr>
<tr>
<td width="119" align="right" class="contentFont" valign="top">产品图片:</td>
<td width="501"><INPUT type="file" name="CLogoPic" id="CLogoPic" runat="server">
</td>
</tr>
<tr>
<td width="119" align="right" class="contentFont"> </td>
<td width="501" 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="119" align="right" class="contentFont">附件:</td>
<td width="501"><INPUT type="file" name="attFile" id="attFile" runat="server">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="167" align="right" class="contentFont">产品描述:</td>
<td width="563"><label>
<asp:TextBox id="pContents" runat="server" Width="403px" TextMode="MultiLine" Height="84px"></asp:TextBox>
</label>
</td>
</tr>
</table>
</td>
</tr>
<tr align="center" class="contentFont">
<td>
<asp:Button id="saveBtn" runat="server" Text="保 存"></asp:Button>
<INPUT onClick="javascript:window.close();" type="button" value="取 消" width="50"> </td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -