diff --git a/YLErpDAL/Modules/ReportModule/SettlementReportModule/SettlementReportFotShanXiService.cs b/YLErpDAL/Modules/ReportModule/SettlementReportModule/SettlementReportFotShanXiService.cs index 5517fc74..6a129faf 100644 --- a/YLErpDAL/Modules/ReportModule/SettlementReportModule/SettlementReportFotShanXiService.cs +++ b/YLErpDAL/Modules/ReportModule/SettlementReportModule/SettlementReportFotShanXiService.cs @@ -205,7 +205,7 @@ namespace YLErp.Modules.ReportModule.SettlementReportModule Directory.CreateDirectory(targetPath); } var clientName = report.client.Name; - var fileName = report.ReportFrom == DateTime.MinValue ? $"估值表_{report.ReportEnd:yyyyMMdd}_{clientName}" : $"估值表_{report.ReportFrom:yyyyMMdd}_{report.ReportEnd:yyyyMMdd}_{clientName}"; + var fileName = report.ReportFrom == DateTime.MinValue ? $"浙商证券_估值表_{report.ReportEnd:yyyyMMdd}_{clientName}" : $"浙商证券_估值表_{report.ReportFrom:yyyyMMdd}_{report.ReportEnd:yyyyMMdd}_{clientName}"; var targetFileName = Path.Combine(targetPath, $"{fileName}.xlsx"); var excelDeclareModel = new ExcelDeclareModel() diff --git a/YLErpWeb/Views/BondPayment/BondPaymentEdit.cshtml b/YLErpWeb/Views/BondPayment/BondPaymentEdit.cshtml index ce6e7b93..d631980d 100644 --- a/YLErpWeb/Views/BondPayment/BondPaymentEdit.cshtml +++ b/YLErpWeb/Views/BondPayment/BondPaymentEdit.cshtml @@ -1,6 +1,6 @@ -@model BondPayment +@model BondPayment @{ - ViewBag.Title = "ծȯڼ丶Ϣ | ༭"; + ViewBag.Title = "债券期间付息 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section JS @@ -35,23 +35,23 @@ @Html.HiddenFor(model => model.payment_parvalue) @Html.HiddenFor(model => model.paying_price) @Html.HiddenFor(model => model.channel_source) -