|
@@ -389,7 +389,7 @@
|
|
|
var list = new List<ChildFeeInfo>();
|
|
var list = new List<ChildFeeInfo>();
|
|
|
var otherSinglePrice = VisaSinglePrice + PolicySinglePrice + TicketSinglePrice + FerryTicketSinglePrice +
|
|
var otherSinglePrice = VisaSinglePrice + PolicySinglePrice + TicketSinglePrice + FerryTicketSinglePrice +
|
|
|
NucleicAcidTesSinglePrice + GroundSinglePrice + BusinessActivitySinglePrice + PettyCashSinglePrice;
|
|
NucleicAcidTesSinglePrice + GroundSinglePrice + BusinessActivitySinglePrice + PettyCashSinglePrice;
|
|
|
- //经济舱 TBR、经济舱 SGR、经济舱 JS/ES、经济舱 SUITE、公务舱 TBR、公务舱 SGR、公务舱 JS/ES、公务舱 SUITE、头等舱 JS/ES、头等舱 SUITE
|
|
|
|
|
|
|
+ //经济舱 TBR、经济舱 SGR、经济舱 JS/ES、经济舱 SUITE、
|
|
|
if (JJCRS > 0)
|
|
if (JJCRS > 0)
|
|
|
{
|
|
{
|
|
|
if (TBRNumber > 0)
|
|
if (TBRNumber > 0)
|
|
@@ -400,16 +400,17 @@
|
|
|
{
|
|
{
|
|
|
list.Add(new ChildFeeInfo("经济舱 SGR", EconomySinglePrice + HotelSGRSinglePrice + otherSinglePrice, JJCRS));
|
|
list.Add(new ChildFeeInfo("经济舱 SGR", EconomySinglePrice + HotelSGRSinglePrice + otherSinglePrice, JJCRS));
|
|
|
}
|
|
}
|
|
|
- else if(SGRNumber > 0)
|
|
|
|
|
|
|
+ else if(JSESNumber > 0)
|
|
|
{
|
|
{
|
|
|
list.Add(new ChildFeeInfo("经济舱 JS/ES", EconomySinglePrice + HotelJSESSinglePrice + otherSinglePrice, JJCRS));
|
|
list.Add(new ChildFeeInfo("经济舱 JS/ES", EconomySinglePrice + HotelJSESSinglePrice + otherSinglePrice, JJCRS));
|
|
|
}
|
|
}
|
|
|
- else if(SGRNumber > 0)
|
|
|
|
|
|
|
+ else if(SUITENumber > 0)
|
|
|
{
|
|
{
|
|
|
list.Add(new ChildFeeInfo("经济舱 SUITE", EconomySinglePrice + HotelSuiteSinglePrice + otherSinglePrice, JJCRS));
|
|
list.Add(new ChildFeeInfo("经济舱 SUITE", EconomySinglePrice + HotelSuiteSinglePrice + otherSinglePrice, JJCRS));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ //公务舱 TBR、公务舱 SGR、公务舱 JS/ES、公务舱 SUITE
|
|
|
if (GWCRS > 0)
|
|
if (GWCRS > 0)
|
|
|
{
|
|
{
|
|
|
if (TBRNumber > 0)
|
|
if (TBRNumber > 0)
|
|
@@ -420,23 +421,24 @@
|
|
|
{
|
|
{
|
|
|
list.Add(new ChildFeeInfo("公务舱 SGR", BusinessSinglePrice + HotelSGRSinglePrice + otherSinglePrice, GWCRS));
|
|
list.Add(new ChildFeeInfo("公务舱 SGR", BusinessSinglePrice + HotelSGRSinglePrice + otherSinglePrice, GWCRS));
|
|
|
}
|
|
}
|
|
|
- else if(SGRNumber > 0)
|
|
|
|
|
|
|
+ else if(JSESNumber > 0)
|
|
|
{
|
|
{
|
|
|
list.Add(new ChildFeeInfo("公务舱 JS/ES", BusinessSinglePrice + HotelJSESSinglePrice + otherSinglePrice, GWCRS));
|
|
list.Add(new ChildFeeInfo("公务舱 JS/ES", BusinessSinglePrice + HotelJSESSinglePrice + otherSinglePrice, GWCRS));
|
|
|
}
|
|
}
|
|
|
- else if(SGRNumber > 0)
|
|
|
|
|
|
|
+ else if(SUITENumber > 0)
|
|
|
{
|
|
{
|
|
|
list.Add(new ChildFeeInfo("公务舱 SUITE", BusinessSinglePrice + HotelSuiteSinglePrice + otherSinglePrice, GWCRS));
|
|
list.Add(new ChildFeeInfo("公务舱 SUITE", BusinessSinglePrice + HotelSuiteSinglePrice + otherSinglePrice, GWCRS));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ //头等舱 JS/ES、头等舱 SUITE
|
|
|
if (TDCRS > 0)
|
|
if (TDCRS > 0)
|
|
|
{
|
|
{
|
|
|
- if (SGRNumber > 0)
|
|
|
|
|
|
|
+ if (JSESNumber > 0)
|
|
|
{
|
|
{
|
|
|
list.Add(new ChildFeeInfo("头等舱 JS/ES", FirstClassSinglePrice + HotelJSESSinglePrice + otherSinglePrice, TDCRS));
|
|
list.Add(new ChildFeeInfo("头等舱 JS/ES", FirstClassSinglePrice + HotelJSESSinglePrice + otherSinglePrice, TDCRS));
|
|
|
}
|
|
}
|
|
|
- else if(SGRNumber > 0)
|
|
|
|
|
|
|
+ else if(SUITENumber > 0)
|
|
|
{
|
|
{
|
|
|
list.Add(new ChildFeeInfo("头等舱 SUITE", FirstClassSinglePrice + HotelSuiteSinglePrice + otherSinglePrice, TDCRS));
|
|
list.Add(new ChildFeeInfo("头等舱 SUITE", FirstClassSinglePrice + HotelSuiteSinglePrice + otherSinglePrice, TDCRS));
|
|
|
}
|
|
}
|