• 机票

    <%=orderCreateDateTime%>

    <%if(orderStatus=="已出票"){%>
    <%=orderStatus%>
    <%}else if(orderStatus=="已取消"){%>
    <%=orderStatus%>
    <%}else{%>
    <%=orderStatus%>
    <%}%>

    <%=beginCity%>-<%=endCity%>

    <%=orderGoFlightNum%>

    订单合计:¥<%=fullPrice%>

    起飞时间<%=orderGoBeginDate%>

    <%=weekDay%>

    <%=orderGoBeginTimeDomVal%>

    <%if(isHasExtra){%>

    <%=auxiliaryListShow%>

    <%}%>
    <%if(orderStatus=="已出票" || orderStatus=="已预订"){%>
    <%if(orderStatus=="已出票"){%>

    购买增值服务

    退票

    <%}else if(orderStatus=="已预订"){%>

    支付

    取消

    <%}%>
    <%}%>