From 652334925d1482b72b9ce419fab258e88f48ae56 Mon Sep 17 00:00:00 2001 From: gongpei Date: Tue, 21 Oct 2025 16:44:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=B0=E5=80=BC=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettlementReportFotShanXiService.cs | 2 +- .../Views/BondPayment/BondPaymentEdit.cshtml | 14 +++++++------- .../Views/BondPayment/BondPaymentList.cshtml | 16 ++++++++-------- 3 files changed, 16 insertions(+), 16 deletions(-) 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) -

ծȯڼ丶Ϣ޸

+

债券期间付息修改

- +
- +
@Html.MyDateFor(model => model.payment_date) @Html.MyTextFor(model => model.payment_interest)
- - + +
\ No newline at end of file diff --git a/YLErpWeb/Views/BondPayment/BondPaymentList.cshtml b/YLErpWeb/Views/BondPayment/BondPaymentList.cshtml index 53d3737b..9d642daf 100644 --- a/YLErpWeb/Views/BondPayment/BondPaymentList.cshtml +++ b/YLErpWeb/Views/BondPayment/BondPaymentList.cshtml @@ -1,6 +1,6 @@ -@{ - var DataSources = new List { "Դ", "˹" }; - ViewBag.Title = "ծȯڼ丶Ϣ"; +@{ + var DataSources = new List { "聚源", "人工" }; + ViewBag.Title = "债券期间付息管理"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section CSS { @@ -31,12 +31,12 @@
- @Html.SearchDateRange("ValueDate", "֧") - @Html.MyAceDropdownInput2("DataSource", "Դ", GlobalData.GetSelectItems(DataSources)) - @Html.MyAceDropdownInput2("MarketName", "г", MarketController.GetAllmarketName()) - @Html.ShortInput("UnderlyingCode", "Ĵ") + @Html.SearchDateRange("ValueDate", "支付日期") + @Html.MyAceDropdownInput2("DataSource", "数据来源", GlobalData.GetSelectItems(DataSources)) + @Html.MyAceDropdownInput2("MarketName", "市场", MarketController.GetAllmarketName()) + @Html.ShortInput("UnderlyingCode", "标的代码") @MyControls.SearchBtn() - @MyControls.Btn("", "downloadExcel()") + @MyControls.Btn("导出", "downloadExcel()")
@Html.Raw(JqGridSimple.OutTable())