<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> 订单列表
导出Excel 共有数据:${prepList.size()}
序号 订单编号 会员信息ID 乘车人详细信息 车次 起始站 终点站 开车时间 到达时间 票价 付款情况 订票时间 操作
${status.index+1} ${prep.prepId} ${prep.pmemberId} <%-- --%> 点击查看 ${prep.trainNumber} ${prep.startStation} ${prep.endStation} ${prep.startTime} ${prep.endTime} ${prep.price} 已付款 未付款