@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) }, isGFSM = PS.Config.Company == CompanyEnum.广发商贸 }; } @section CSS{ } @section JS{ }
新模板信息