@using YLErp.Enums; @model margin_template_v2 @{ ViewBag.Title = "预付金模板 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { isAdd = Model == null || Model.id == 0, marginTemplate = Model, detail = new margin_template_detail() { ValueDate = new DateTime(2020, 1, 1), ComparedInitialMarginRate = 1 }, etfSubtypeItems = YLErp.BLL.DictionaryBLL.GetDictionaryItems("ETF 子类").Select(x => x.Name).ToList() }; } @section CSS{ } @section JS{ }

新模板信息

选择模板规则

@if (PS.Config.Company == CompanyEnum.厦门象屿) { @*厦门象屿原本就不渲染此下拉,保持原样*@ } else { @*预付金模板V2迁移:本部署(TRS)只开放 无预付金 和 区间追保结构 两种规则(2026-08 按业务要求)。 原"其他公司显示完整规则列表"的代码以注释形式保留在下方,如需恢复取消注释即可。*@ @* 原完整规则列表(保留备查): *@ }