@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 } }; } @section CSS{ } @section JS{ }
新模板信息
选择模板规则