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

📄 productinfo.aspx

📁 网站开发非常之旅
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ProductInfo.aspx.cs" Inherits="Admin_Product_ProductInfo" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
     <title>查看商品</title>
    <link href="../../Css/BaseCss.css" type="text/css" rel="stylesheet" />
</head>
	<body style="margin-left:0;margin-top:0">
		<form id="MyForm" method="post" runat="server">
			<table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse;" width="100%">
				<tr style="height: 30px;">
					<td class="Text" style="background-color: #6666ff; width: 3%;"><font color="#006699" size="3"><img alt="" src="../../Images/moduleheaher.gif" width="16" height="16"></font></td>
					<td class="Text" style="background-color: #6666ff;"><b>查看商品</b></td>
				</tr>
			</table>
			<table class="Text" bordercolor="#006699" style="border-collapse:collapse;border-color:ActiveCaption;border-width:1" width="100%" border="1">
				<tr>
					<td colspan="2">下面是必填内容:</td>
				</tr>
				<tr>
					<td colspan="2"><hr /></td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						商品名称:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="Name" runat="server" Width="300px" CssClass="InputCss"></asp:textbox>
						</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						供应商或厂家:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="Sell" runat="server" Width="300px" CssClass="InputCss"></asp:textbox>
						</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						生产日期:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="CreateDate" runat="server" Width="150px" CssClass="InputCss"></asp:textbox>&nbsp;
					</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						进货日期:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="SellInDate" runat="server" Width="150px" CssClass="InputCss"></asp:textbox>&nbsp;
					</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						商品单位:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="Unit" runat="server" Width="150px" CssClass="InputCss"></asp:textbox>
						</td>
				</tr>				
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						进货数量:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="Quantity" runat="server" Width="150px" CssClass="InputCss"></asp:textbox>&nbsp;
					</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						库存最大数量:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="Upper" runat="server" Width="150px" CssClass="InputCss"></asp:textbox>&nbsp;
					</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						库存最低数量:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="Lower" runat="server" Width="150px" CssClass="InputCss"></asp:textbox>&nbsp;
					</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						进货价格:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="InPrice" runat="server" Width="150px" CssClass="InputCss"></asp:textbox>&nbsp;
					</td>
				</tr>
				<tr>
					<td colspan="2" style="height: 17px">下面是选填内容:</td>
				</tr>
				<tr>
					<td colspan="2"><hr /></td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						销售价格:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="OutPrice" runat="server" Width="150px" CssClass="InputCss"></asp:textbox>
						</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						商品图片:</td>
					<td align="left" style="height: 30px;">
						&nbsp;<asp:Image ID="PictureImg" runat="server" Height="60px" Width="80px" />
						</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						详细描述:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="Desn" runat="server" Width="400px" CssClass="InputCss" Height="100px" TextMode="MultiLine"></asp:textbox>
						</td>
				</tr>
				<tr style="height:30px;">
					<td align="right" style="width:150px;height:30px;">
						备注信息:</td>
					<td align="left" style="height: 30px;">
						<asp:textbox id="Remark" runat="server" Width="400px" CssClass="InputCss" TextMode="MultiLine" Height="150px"></asp:textbox>
						</td>
				</tr>
				<tr style="height: 30px;">
					<td align="right" style="width: 150px">&nbsp;</td>
					<td align="left"><asp:button id="SureBtn" runat="server" Width="100px" CssClass="ButtonCss" Text="关闭窗口" OnClick="SureBtn_Click"></asp:button><font face="宋体">&nbsp;&nbsp;&nbsp;
						</font>
						</td>
				</tr>
			</table>
		</form>
	</body>
</html>

⌨️ 快捷键说明

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