<%}%>
<%
if(order_taxi[i].serviceid==2){
var type=self.lang.major_way_offAirport1
}else if(order_taxi[i].serviceid==3){
var type=self.lang.major_way_onAirport1
}
%>
<%=type%>
<%=order_taxi[i].vehiclemodel%>
- <%=order_taxi[i].minPax%>-<%=order_taxi[i].maxPax%>位乘客
- <%=order_taxi[i].luggageNum%>X手提箱
- <%=order_taxi[i].transferTime%>分钟
- 用车<%=order_taxi[i].productNum%>辆
¥<%=order_taxi[i].totalPrice%>
<%
if(order_taxi.length==2){
%>
<%=self.lang.major_way_offAirport1%>
<%=order_taxi[0].startname%>-<%=order_taxi[0].endname%>
<%=order_taxi[0].flightDate%>
<%=self.lang.major_way_onAirport1%>
<%=order_taxi[1].startname%>-<%=order_taxi[1].endname%>
<%=order_taxi[1].flightDate%>
<%}else if(order_taxi[0].serviceid==3){%>
<%=self.lang.major_way_onAirport1%>
<%=order_taxi[0].startname%>-<%=order_taxi[0].endname%>
<%=order_taxi[0].flightDate%>
<%}else if(order_taxi[0].serviceid==2){%>
<%=self.lang.major_way_offAirport1%>
<%=order_taxi[0].startname%>-<%=order_taxi[0].endname%>
<%=order_taxi[0].flightDate%>
<%}%>
<%if(order_taxi[0].noadults){%>
<%=lang.major_train_pepole%>
<%=lang.major_adult1%>×<%=order_taxi[0].noadults%>
<%if(order_taxi[0].nochildren>0){%>
<%=lang.major_children1%>×<%=order_taxi[0].nochildren%>
<%}%>
<%if(order_taxi[0].noinfants>0){%>
<%=lang.major_baby1%>×<%=order_taxi[0].noinfants%>
<%}%>
<%}%>