📄 stockshoppingselebyctid.jsp
字号:
<%@ page language="java" import="java.util.*,com.jxc.vo.*" pageEncoding="UTF-8"%>
<head>
<style type="text/css">
.style2 {font-size: 12}
.style3 {font-size: 12px}
</style></head>
<body bgcolor="#F1F4F8">
<%
if (session.getAttribute("yid")==null) {
%>
<script language=javascript>
alert("对不起,您没有登录,请先登录!");
window.location.href="../erro.jsp";
</script>
<%} %>
<table width="660" height="450">
<tr>
<td width="660" height="25"><span class="style3"><strong><font color="#CC33CC">---->商品信息查询<----</font></strong> </span> <center class="style3 style2">
</center></td>
</tr>
<tr>
<td width="660" height="20" valign="middle">
<div align="center" class="style6 style3">
<%if(session.getAttribute("erro")=="false"){
%>
没有该编号的商品信息!
<%
session.removeAttribute("erro");
}%>
</div></td>
</tr>
<tr>
<td width="660" height="340" valign="baseline">
<span class="style2">
<%
if(session.getAttribute("shop")!=null){
Shopping shop=new Shopping();
shop=(Shopping)session.getAttribute("shop");
%>
</span>
<table width="379" height="221" align="center" bgcolor="#cccccc">
<tr>
<td width="134" bgcolor="#F1F4F8" class="style2"><div align="right" class="style3">
<div align="right">商品编号:</div>
</div></td>
<td width="260" bgcolor="#F1F4F8" class="style2"><div align="left" class="style3"> <%=shop.getSid() %></div></td>
</tr>
<tr>
<td bgcolor="#F1F4F8" class="style2"><div align="right" class="style3">
<div align="right">商品名:</div>
</div></td>
<td bgcolor="#F1F4F8" class="style2"><div align="left" class="style3"> <%=shop.getSname() %></div></td>
</tr>
<tr>
<td bgcolor="#F1F4F8" class="style2"><div align="right" class="style3">
<div align="right">类别:</div>
</div></td>
<td bgcolor="#F1F4F8" class="style2"><div align="left" class="style3"> <%=shop.getStype() %> </div></td>
</tr>
<tr>
<td bgcolor="#F1F4F8" class="style2"><div align="right" class="style3">
<div align="right">供货商编号:</div>
</div></td>
<td bgcolor="#F1F4F8" class="style2"><div align="left" class="style3"> <%=shop.getGid() %> </div></td>
</tr>
<tr>
<td bgcolor="#F1F4F8" class="style2"><div align="right" class="style3">
<div align="right">说明:</div>
</div></td>
<td bgcolor="#F1F4F8" class="style2"><div align="left" class="style3"> <%=shop.getSinfo() %> </div></td>
</tr>
<tr>
<td height="40" bgcolor="#F1F4F8" class="style2"><div align="right" class="style3">
<div align="right">生产厂商:</div>
</div></td>
<td bgcolor="#F1F4F8" class="style2"><div align="left" class="style3"> <%=shop.getSsccs() %></div></td>
</tr>
</table>
<span class="style2">
<%}
session.removeAttribute("shop");
%>
</span></td>
</tr>
<tr>
<td width="660" height="40"> </td>
</tr>
</table>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -