%@ page language="java" import="java.util.*,com.ace.shopping.beans.*" pageEncoding="utf-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %>
查看订单 |
||||||||
编号 | 订单编号 | 购买商品 | 价格 | 数量 | 收货地址 | 订单状态 | 下订单时间 | 卖家留言 |
---|---|---|---|---|---|---|---|---|
${ss.count} | ${list.o_Id} | ${list.orderDetails.g_Name} | ${list.orderDetails.g_Price} | ${list.orderDetails.o_Count} | ${list.o_Address} | ${list.orderDetails.o_Status==0?"未发货":"已发货"} | ${list.o_date} | ${list.o_Msg} |
${ss.count} | ${list.o_Id} | ${list.orderDetails.g_Name} | ${list.orderDetails.g_Price} | ${list.orderDetails.o_Count} | ${list.o_Address} | ${list.orderDetails.o_Status==0?"未发货":"已发货"} | ${list.o_date} | ${list.o_Msg} |