<%= lang.int_baggage_fees %>
<% var depInfo = flightInfo.depINOD;//去程信息 var isCn = store.getLang()=='en-us' ? false : true; var _right = ""; if(isCn){ _right = "right:128px;"; } if(params.query.journeyType == 1){ %>
<% var airlineArray = [];//相同航班不显示行李须知 for(var i in depInfo.inSegList){ var item = depInfo.inSegList[i]; var depCity = sgClient.getAirport(item.depApt).city ? sgClient.getAirport(item.depApt).city : item.depApt; var arrCity = sgClient.getAirport(item.arrApt).city ? sgClient.getAirport(item.arrApt).city : item.arrApt; var showAddress = depCity + "-" + arrCity; var showBaggage = utils.ifEmpty(item.baggageAllowancePieces) ? "-- " + lang.int_mount : (item.baggageAllowancePieces > 1 ? item.baggageAllowancePieces + " " + lang.int_mounts : item.baggageAllowancePieces + " " + lang.int_mount); %>

<%= showAddress %>: <% if(!utils.ifEmpty(item.baggageAllowancePieces) && item.baggageAllowancePieces != '0'){//COZYGO-1607 国际机票无明确行李额的显示调整 changed by zjf 2015-7-14 %> <%= showBaggage %> <% if(airlineArray.indexOf(item.marketingAirline) == -1){//不存在 airlineArray.push(item.marketingAirline); if(!utils.ifEmpty(data[depInfo.depAirport].baggUrlMap[item.marketingAirline])){//url不为空 %> <%= lang.int_airline_policy %> <% } }//end 不存在 }//end cozygo-1607 else { %> <%= lang.int_contact_consultant %> <% } %>

<% } airlineArray = null; %>
<% } else {//往返程 %>
<% var top_margin = (depInfo.inSegList.length - 1) * 10; var airlineArray = [];//相同航班不显示行李须知 for(var i in depInfo.inSegList){ var item = depInfo.inSegList[i]; var depCity = sgClient.getAirport(item.depApt).city ? sgClient.getAirport(item.depApt).city : item.depApt; var arrCity = sgClient.getAirport(item.arrApt).city ? sgClient.getAirport(item.arrApt).city : item.arrApt; var showAddress = depCity + "-" + arrCity; var showBaggage = utils.ifEmpty(item.baggageAllowancePieces) ? "-- " + lang.int_mount : (item.baggageAllowancePieces > 1 ? item.baggageAllowancePieces + " " + lang.int_mounts : item.baggageAllowancePieces + " " + lang.int_mount); %>

<%= showAddress %>: <% if(!utils.ifEmpty(item.baggageAllowancePieces) && item.baggageAllowancePieces != '0'){//COZYGO-1607 国际机票无明确行李额的显示调整 changed by zjf 2015-7-14 %> <%= showBaggage %> <% if(airlineArray.indexOf(item.marketingAirline) == -1){//不存在 airlineArray.push(item.marketingAirline); if(!utils.ifEmpty(data[depInfo.depAirport].baggUrlMap[item.marketingAirline])){//url不为空 %> <%= lang.int_airline_policy %> <% } }//end 不存在 }//end cozygo-1607 else { %> <%= lang.int_contact_consultant %> <% } %>

<% } %> <%= lang.int_go %>
<% var arrInfo = flightInfo.arrINOD; var top_margin = (arrInfo.inSegList.length - 1) * 10; airlineArray = []; for(var i in arrInfo.inSegList){ var item = arrInfo.inSegList[i]; var depCity = sgClient.getAirport(item.depApt).city ? sgClient.getAirport(item.depApt).city : item.depApt; var arrCity = sgClient.getAirport(item.arrApt).city ? sgClient.getAirport(item.arrApt).city : item.arrApt; var showAddress = depCity + "-" + arrCity; var showBaggage = utils.ifEmpty(item.baggageAllowancePieces) ? "-- " + lang.int_mount : (item.baggageAllowancePieces > 1 ? item.baggageAllowancePieces + " " + lang.int_mounts : item.baggageAllowancePieces + " " + lang.int_mount); %>

<%= showAddress %>: <% if(!utils.ifEmpty(item.baggageAllowancePieces) && item.baggageAllowancePieces != '0'){//COZYGO-1607 国际机票无明确行李额的显示调整 changed by zjf 2015-7-14 %> <%= showBaggage %> <% if(airlineArray.indexOf(item.marketingAirline) == -1){//不存在 airlineArray.push(item.marketingAirline); if(!utils.ifEmpty(data[depInfo.depAirport].baggUrlMap[item.marketingAirline])){//url不为空 %> <%= lang.int_airline_policy %> <% } }//end 不存在 }//end cozygo-1607 else { %> <%= lang.int_contact_consultant %> <% } %>

<% } airlineArray = null; %> <%= lang.int_back %>
<% } %>
<%= lang.int_fare_rules %>
<% var _depApt = depInfo.depAirport; if(params.query.journeyType == 1){ %>

<%= isCn ? data[_depApt].fareRule:data[_depApt].fareRuleEn %>

<% } else { var _arrApt = arrInfo.depAirport; var depCity = sgClient.getAirport(depInfo.depAirport).city ? sgClient.getAirport(depInfo.depAirport).city : depInfo.depAirport; var arrCity = sgClient.getAirport(depInfo.arrAirport).city ? sgClient.getAirport(depInfo.arrAirport).city : depInfo.arrAirport; var showDepAddress = depCity + "-" + arrCity; depCity = sgClient.getAirport(arrInfo.depAirport).city ? sgClient.getAirport(arrInfo.depAirport).city : arrInfo.depAirport; arrCity = sgClient.getAirport(arrInfo.arrAirport).city ? sgClient.getAirport(arrInfo.arrAirport).city : arrInfo.arrAirport; var showArrAddress = depCity + "-" + arrCity; %>

<%= showDepAddress %>

<%= isCn ? data[_depApt].fareRule:data[_depApt].fareRuleEn %>

<%= showArrAddress %>

<%= isCn ? data[_arrApt].fareRule:data[_arrApt].fareRuleEn %>

<% } %>
<% if(appConfig && !utils.ifEmpty(appConfig.airFareRulesTip)){//COZYGO-2103 changed by zjf 2015-8-19 %>
* <%= appConfig.airFareRulesTip %>
<% } %>