📄 adproduct.asp
字号:
<!--#include file="conn.asp"-->
<html><head><title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../img/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--#include file="adminsp_top.asp"-->
<table class="tableBorder" width="90%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td align="center" background="../images/admin_bg_1.gif"><b><font color="#ffffff">修改商品</font></b></td>
</tr>
<tr>
<form name="myform" method="post" action="saveaproduct.asp">
<td>
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#FFFFFF">
<tr >
<td width="30%" align="right"> <input type="text" name="mch" size="12" value="商品名称"></td>
<td>
<input name="productname" type="text" id="productname" size="30" value="<%=trim(rs1("productname"))%>"> </td>
</tr>
<tr >
<td align="right"><input type="text" name="mch2" size="12" value="品牌"></td>
<td>
<input name="pingpai" type="text" id="pingpai" value="<%=trim(rs1("ppai"))%>">
<select name="select" onChange="(document.myform.pingpai.value=this.options[this.selectedIndex].value)">
<option selected>请选择品牌</option>
</select>
</td>
</tr>
<tr >
<td align="right"><input type="text" name="mch3" size="12" value="商品编号"></td>
<td>
<input name="bh" type="text" id="bh" value="<%=trim(rs1("productbh"))%>"></td>
</tr>
<tr >
<td align="right"><input type="text" name="mch4" size="12" value="规格"></td>
<td>
<input name="isbn" type="text" id="isbn" value="<%=trim(rs1("productbn"))%>"></td>
</tr>
<tr >
<td align="right"><input type="text" name="mch5" size="12" value="单位"></td>
<td>
<input name="productdanwei" type="text" id="productdanwei" size="16" value="<%=trim(rs1("productdanwei"))%>">
<select name="select2" onChange="(document.myform.productdanwei.value=this.options[this.selectedIndex].value)">
<option selected>请选择单位</option>
</select>
</td>
</tr>
<tr >
<td align="right"><input type="text" name="mch6" size="12" value="商品的价格"></td>
<td>
市场价:
<input name="productdanwei2" type="text" id="productdanwei2" size="10" value="<%=trim(rs1("productvip1"))%>">
会员价:
<input name="productdanwei3" type="text" id="productdanwei3" size="10" value="<%=trim(rs1("productvip2"))%>">
VIP价: <input name="productdanwei4" type="text" id="productdanwei4" size="10" value="<%=trim(rs1("productvip3"))%>"> </td>
</tr>
<tr >
<td align="right"><input type="text" name="mch7" size="14" value="库存和积分情况"></td>
<td>
库 存: <input name="shengyucun" type="text" id="kucun" value="<%=rs1("shengyucun")%>" size="6">
已销售:
<input name="shengyucun2" type="text" id="shengyucun" value="<%=rs1("xiaoshoungyucu")%>" size="6">
积 分: <input name="shengyucun3" type="text" id="shengyucun2" value="<%=rs1("sjifen")%>" size="6"></td>
</tr>
<tr >
<td align="right"> </td>
<td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -