Browse Source

PostSearchGrpCreditCardPayment --> 酒店模块标题tips “信用卡金额” 更改为 “酒店费用总额”;

LEIYI 4 weeks ago
parent
commit
4aeb7275f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -2129,7 +2129,7 @@ FROM
                                 string hotelCostTotalStr = "";// $"&nbsp;&nbsp;成本合计:{hotelCsotTotal.ToString("#0.00")}<br/>";
                                 _detail.PriceMsgContent = $"{hotelCostTitalStr}{hotelCostStr}{hotelCostTotalStr}{hotelCost_day}<br/>" +
                                                           $"<span style='font-weight:800;'>{hotelReservations.HotelName} [{hotelReservations.CheckInDate} - {hotelReservations.CheckOutDate}]</span><br/>" +
-                                                          $"信用卡金额:{_detail.WaitPay} ({hotelCurrncyName})<br/>" +
+                                                          $"酒店费用总额:{_detail.WaitPay} ({hotelCurrncyName})<br/>" +
                                                           $"房间说明: {hotelReservations.Remark} <br/>" +
                                                           $"房间费用: {roomCode} {roomName} 当时汇率:{roomData?.Rate.ToString("#0.0000")}{roomFeeStr}  <br/>是否由地接或其他人代付:{roomBool}<br/><br/>" +
                                                           $"{hotelBreakfastStr}" +