<%-- 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.buyer} ${o.name} ${o.product} ${o.price} ${o.amount} ${o.totalprice} ${o.id}${o.saler}${o.time}
查看
发货