%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>
订单管理
<%--静态包含:base标签,css样式,js脚本--%>
<%@ include file="/pages/common/head.jsp"%>
商品名 |
数量 |
价格 |
总价 |
订单号 |
${orderItem.name} |
${orderItem.count} |
${orderItem.price} |
${orderItem.total_price} |
${orderItem.order_id} |
<%--
日期 |
金额 |
详情 |
发货 |
2015.04.23 |
90.00 |
查看详情 |
点击发货 |
2015.04.20 |
20.00 |
查看详情 |
已发货 |
2014.01.23 |
190.00 |
查看详情 |
等待收货 |
--%>
<%--静态包含:页脚--%>
<%@include file="/pages/common/footer.jsp"%>