📄 orderselectcontent.jsp~3~
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<%@page import="com.domain.GoodsOrderVO"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/style.css" rel="stylesheet" type="text/css">
<title>系统设置控制台</title>
</head>
<%GoodsOrderVO order=(GoodsOrderVO)request.getAttribute("order");%>
<body>
<table width="80%" height="100%" border="1" align="center" cellpadding="0" cellspacing="0">
<tr align="left" valign="top">
<td height="20%" colspan="3"><jsp:include page="../top.jsp"/></td>
</tr>
<tr>
<td width="189" height="80%" scope="row"><jsp:include page="../op.jsp"/></td>
<td width="612" height="80%" scope="row"><div align="center">
<p><strong>详细内容</strong> </p>
</div> <table width="77%" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30">定货名称</td>
<td> </td>
<td> </td>
<td>定货数量</td>
</tr>
<tr>
<td height="30">定货价格</td>
<td> </td>
<td>定货客户名称</td>
<td> </td>
</tr>
<tr>
<td height="30">定货单据</td>
<td> </td>
<td>定货经办人</td>
<td> </td>
</tr>
<tr>
<td height="30">定货时间</td>
<td colspan="3"> </td>
</tr>
</table>
<table width="77%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="12%" height="30"> </td>
<td width="12%"> </td>
<td width="51%"> </td>
<td width="25%"><div align="center">删除订货</div></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -