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

📄 orders_detail.jsp

📁 J2EE客户关系管理系统!!!!!!!!!!!!!!!!!!!!
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
<title>jb-aptech毕业设计项目</title>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/engine.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/util.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/interface/Pager.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/interface/custservice.js'></script>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script src="../script/common.js"></script>
<script type="text/javascript" src="js/cust.js"></script>
</head>
<body onload="lian()">
<input type="hidden" id="orderid" value="${param.orderId}">
<div class="page_title">客户信息 &gt; 历史订单 &gt; 订单明细 </div>
<div class="button_bar">
	<button class="common_button" onclick="alert('暂时还没有实现..');">帮助</button>
	<button class="common_button" onclick="history.back();">返回</button>  
</div>
<table class="query_form_table" height="59">
	<tr>
		<th>订单编号</th>
		<td id="odrId">&nbsp;</td>
		<th>日期</th>
		<td id="odrStringDate">2007年11月13日</td>
	</tr>
	<tr>
		<th height="28">送货地址</th>
		<td id="odrAddr">&nbsp;</td>
		<th height="28">总金额(元)</th>
		<td id="summomey">&nbsp;</td>
	</tr>
	<tr>
		<th height="28">状态</th>
		<td id="odrStatus">&nbsp;</td>
		<th height="28">&nbsp;</th>
		<td>&nbsp;</td>
	</tr>
	</table>
<br />
<table class="data_list_table">
	<tr>
		<th>商品</th>
		<th>数量</th>
		<th>单位</th>
		<th>单价(元)</th>
		<th>金额(元)</th>
	</tr>
	<tbody id="tablebody">
	<tr id="template" style="display:none">
		<td id="product" class="list_data_text">&nbsp;</td>
		<td id="oddCount" class="list_data_ltext">&nbsp;</td>
		<td id="oddUnit" class="list_data_text">&nbsp;</td>
		<td id="oddPrice" class="list_data_text">&nbsp;</td>
		<td id="momey" class="list_data_text">&nbsp;</td>
	</tr>	
	</tbody>
	</table>
</body>
</html>

⌨️ 快捷键说明

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