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

📄 myvieworder.jsp.svn-base

📁 spring+hibernate做的网上订餐系统
💻 SVN-BASE
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<html>
<head>
<title>128kc</title>
<%@ include file="meta.jsp" %>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script>home();</script>
<%@ include file="incSearchBar.jsp" %>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td align="center">
		<table width="778" border="0" align="center" cellpadding="0"
			cellspacing="0">
			<tr>
				<td>
				<table width="100%" cellpadding="0" cellspacing="0">
					<tr>
						<td valign="top">
						<div id="order">
						<table width="100%"  border="0" cellpadding="0" cellspacing="0">
							  <tr>
								<td>
								<table width="100%"  border="0" cellpadding="0" cellspacing="1">
								  <tr>
									<td height="25"><b>订单时间:</b>${order.orderDate}&nbsp;&nbsp;&nbsp;&nbsp;<b>订单号:</b>128kc-${order.id}</td>
								  </tr>
								</table>
								</td>
							  </tr>
						  </table>
							<table width="100%"  border="0" cellpadding="0" cellspacing="0">
							  <tr>
								<td bgcolor="#12740A">
								<table width="100%"  border="0" cellpadding="0" cellspacing="1">
								  <tr bgcolor="#FFFFFF" align="center">
									<th height="25" style="color:#477904">菜 名</th>
									<th  style="color:#477904">价 格</th>
									<th  style="color:#477904">份 数</th>
									<th  style="color:#477904">小 计</th>
								  </tr>
								  <c:forEach var="lineItem" items="${order.lineItems}">
								  <tr bgcolor="#FFFFFF">
									<td height="30">&nbsp;<img src="<c:url value="/images/icon_arrow_r.gif"/>" border="0"><a href="<c:url value="/viewDish.jspx"/>?dishId=${lineItem.dish.id}" target="_blank">${lineItem.dish.name}</a></td>
									<td width="15%" class="price_normal" align="right"><fmt:formatNumber value="${lineItem.unitprice}" pattern="¥#,##0.00" />&nbsp;</td>
									<td align="center" width="15%">${lineItem.quantity}</td>
									<td width="20%" class="price_normal" align="right"><fmt:formatNumber value="${lineItem.totalPrice}" pattern="¥#,##0.00" />&nbsp;</td>
								  </tr>
								  <c:set var="totalPrice" value="${lineItem.totalPrice+totalPrice}" scope="page"/>
								  </c:forEach>
								  <tr bgcolor="#FFFFFF">
									<td height="30" colspan="4" class="price_normal" align="right">总消费:<fmt:formatNumber value="${totalPrice}" pattern="¥#,##0.00" />&nbsp;</td>
								  </tr>
								</table></td>
							  </tr>
						  </table>
						<table width="100%"><tr><td height="10"></td></table>
						<table width="100%"  border="0" cellpadding="0" cellspacing="0">
							  <tr>
								<td>
								<table width="100%"  border="0" cellpadding="0" cellspacing="1">
								  <tr>
									<td height="25"><b>送餐地址信息:</b></td>
								  </tr>
								</table>
								</td>
							  </tr>
						  </table>
						<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#12740A">
						
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;姓 名:</td>
						  <td width="82%">&nbsp;${order.newname}</td>
						</tr>
						
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;公司名称:</td>
						  <td width="82%">&nbsp;${order.newcompany}</td>
						</tr>
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;送餐地址:</td>
						  <td width="82%">&nbsp;${order.newaddress}</td>
						</tr>
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;E-mail地址:</td>
						  <td width="82%">&nbsp;${order.newemail}</td>
						</tr>
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right"class="fieldname1">&nbsp;电 话:</td>
						  <td width="82%">&nbsp;${order.newtel}</td>
						</tr>
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;手 机:</td>
						  <td width="82%">&nbsp;${order.newhandset}</td>
						</tr>
						</table>
						<table width="100%"><tr><td height="10"></td></table>
						<table width="100%"  border="0" cellpadding="0" cellspacing="0">
							  <tr>
								<td>
								<table width="100%"  border="0" cellpadding="0" cellspacing="1">
								  <tr>
									<td height="25"><b>会员信息:</b></td>
								  </tr>
								</table>
								</td>
							  </tr>
						</table>
						<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#12740A">
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;姓 名:</td>
						  <td width="82%">&nbsp;${order.member.name}</td>
						</tr>
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;公司名称:</td>
						  <td width="82%">&nbsp;${order.member.company}</td>
						</tr>
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;送餐地址:</td>
						  <td width="82%">&nbsp;${order.member.address}</td>
						</tr>
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;E-mail地址:</td>
						  <td width="82%">&nbsp;${order.member.email}</td>
						</tr>
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right"class="fieldname1">&nbsp;电 话:</td>
						  <td width="82%">&nbsp;${order.member.tel}</td>
						</tr>
						<tr bgcolor="#FFFFFF">
						  <td width="18%" height="25" align="right" class="fieldname1">&nbsp;手 机:</td>
						  <td width="82%">&nbsp;${order.member.handset}</td>
						</tr>
						</table>
						</div>
						<table width="100%"><tr><td height="10"></td></table>
						<table width="100%"  border="0" cellpadding="0" cellspacing="0">
							  <tr>
								<td>
								<table width="100%"  border="0" cellpadding="0" cellspacing="1">
								  <tr>
									<td height="25" align="right"><img src="images/print_bt.gif" width="44" height="20" onmouseover="this.src='images/print_bt_over.gif'" onmouseout="this.src='images/print_bt.gif'" class="image_button" onClick="window.print();">&nbsp;&nbsp;<img src="images/goback_bt.gif" width="44" height="20" onmouseover="this.src='images/goback_bt_over.gif'" onmouseout="this.src='images/goback_bt.gif'" class="image_button" onClick="history.go(-1)"></td>
								  </tr>
								</table>
								</td>
							  </tr>
						</table>
						<table width="100%"><tr><td height="10"></td></table>
						</td>
					</tr>
				</table>
				</td>
			</tr>
		</table>
		</td>
	</tr>
</table>
<%@ include file="incCopyright.jsp" %>

⌨️ 快捷键说明

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