<%-- Created by IntelliJ IDEA. User: 91476 Date: 2019/12/12 Time: 9:32 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> 订货订单
订货订单管理
<%-- --%> <%-- --%>
卖家 产品 单价 数量 应付金额买家订购员 订单编号 下单时间 操作
${o.saler} ${o.product} $${o.price} ${o.amount} $${o.totalprice}${o.buyer}${o.name} ${o.id} ${o.time}
查看
退款