|
@@ -6298,7 +6298,7 @@ FROM
|
|
|
if (_EnterExitCosts.Visa > 0)
|
|
|
{
|
|
|
//insidePayTotal += _EnterExitCosts.Visa;
|
|
|
- row1_1 = $"签证费: {_EnterExitCosts.Visa.ToString("#0.00")} 人民币/人";
|
|
|
+ row1_1 = $"签证费:{_EnterExitCosts.Visa.ToString("#0.00")} 人民币/人";
|
|
|
//if (!string.IsNullOrEmpty(_EnterExitCosts.VisaRemark))
|
|
|
//{
|
|
|
// row1_1 += $"\t签证费用描述: {_EnterExitCosts.VisaRemark} 人民币/人";
|
|
@@ -6888,9 +6888,9 @@ FROM
|
|
|
dic.Add("CityTranffic", _EnterExitCosts.CityTranffic.ToString("#0.00"));
|
|
|
|
|
|
string otherFeeStr = "";
|
|
|
- if (_EnterExitCosts.Visa > 0) otherFeeStr += $"签证费: {_EnterExitCosts.Visa.ToString("#0.00")} 元,";
|
|
|
- if (_EnterExitCosts.Safe > 0) otherFeeStr += $"保险费: {_EnterExitCosts.Safe.ToString("#0.00")} 元,";
|
|
|
- if (_EnterExitCosts.Ticket > 0) otherFeeStr += $"参展门票费: {_EnterExitCosts.Ticket.ToString("#0.00")} 元,";
|
|
|
+ if (_EnterExitCosts.Visa > 0) otherFeeStr += $"签证费:{_EnterExitCosts.Visa.ToString("#0.00")} 元,";
|
|
|
+ if (_EnterExitCosts.Safe > 0) otherFeeStr += $"保险费:{_EnterExitCosts.Safe.ToString("#0.00")} 元,";
|
|
|
+ if (_EnterExitCosts.Ticket > 0) otherFeeStr += $"参展门票费:{_EnterExitCosts.Ticket.ToString("#0.00")} 元,";
|
|
|
|
|
|
#region 其他款项费用 增加位置:模板第6项其他费用字符串追加
|
|
|
|
|
@@ -8413,7 +8413,7 @@ FROM
|
|
|
if (_EnterExitCosts.Visa > 0)
|
|
|
{
|
|
|
//insidePayTotal += _EnterExitCosts.Visa;
|
|
|
- row1_1 = $"签证费: {_EnterExitCosts.Visa.ToString("#0.00")} 人民币/人";
|
|
|
+ row1_1 = $"签证费:{_EnterExitCosts.Visa.ToString("#0.00")} 人民币/人";
|
|
|
//if (!string.IsNullOrEmpty(_EnterExitCosts.VisaRemark))
|
|
|
//{
|
|
|
// row1_1 += $"\t签证费用描述: {_EnterExitCosts.VisaRemark} 人民币/人";
|
|
@@ -8968,9 +8968,9 @@ FROM
|
|
|
dic.Add("CityTranffic", _EnterExitCosts.CityTranffic.ToString("#0.00"));
|
|
|
|
|
|
string otherFeeStr = "";
|
|
|
- if (_EnterExitCosts.Visa > 0) otherFeeStr += $"签证费: {_EnterExitCosts.Visa.ToString("#0.00")} 元,";
|
|
|
- if (_EnterExitCosts.Safe > 0) otherFeeStr += $"保险费: {_EnterExitCosts.Safe.ToString("#0.00")} 元,";
|
|
|
- if (_EnterExitCosts.Ticket > 0) otherFeeStr += $"参展门票费: {_EnterExitCosts.Ticket.ToString("#0.00")} 元,";
|
|
|
+ if (_EnterExitCosts.Visa > 0) otherFeeStr += $"签证费:{_EnterExitCosts.Visa.ToString("#0.00")} 元,";
|
|
|
+ if (_EnterExitCosts.Safe > 0) otherFeeStr += $"保险费:{_EnterExitCosts.Safe.ToString("#0.00")} 元,";
|
|
|
+ if (_EnterExitCosts.Ticket > 0) otherFeeStr += $"参展门票费:{_EnterExitCosts.Ticket.ToString("#0.00")} 元,";
|
|
|
|
|
|
#region 其他款项费用 增加位置:模板第6项其他费用字符串追加
|
|
|
|