@model margin_template @{ ViewBag.Title = "预付金模板 | 查看"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section JS{ }
@MyControls.Btn("修改", "window.location.href=('/margin_template/margin_templateEdit/?enid=" + Model.EncryptId + "');") @MyControls.Btn("关闭", "layer.closeMe();")
@Html.HiddenFor(model => model.id)
@Html.MyDisplayFor(m => m.Name)@Html.MyDisplayFor(m => m.MarginType, margin_templateController.GetMarginType(Model.MarginType))@Html.MyDisplayFor(m => m.Comments)
初始预付金率@(Model.InitialMarginRatio.OtcFormatPercent())
持仓预付金率@(Model.PositionMarginRatio.OtcFormatPercent())