|
@@ -5479,10 +5479,12 @@ FROM
|
|
|
//insidePayTotal += _EnterExitCosts.Ticket;
|
|
|
row1_3 += $"参展门票:{_EnterExitCosts.Ticket.ToString("#0.00")} 人民币/人";
|
|
|
}
|
|
|
+
|
|
|
string row1 = "";
|
|
|
if (!string.IsNullOrEmpty(row1_1)) row1 += $"{row1_1}\r\n";
|
|
|
if (!string.IsNullOrEmpty(row1_2)) row1 += $"{row1_2}\r\n";
|
|
|
- if (!string.IsNullOrEmpty(row1_3)) row1 += $"{row1_3}";
|
|
|
+ if (!string.IsNullOrEmpty(row1_3)) row1 += $"{row1_3}\r\n";
|
|
|
+ row1 += $"备注:{_EnterExitCosts.Remark}";
|
|
|
|
|
|
dic.Add("InsidePay", insidePayTotal.ToString("#0.00"));
|
|
|
dic.Add("Row1Str", row1);
|