@model eod_stock_price @{ ViewBag.Title = "日终股票价格 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; bool isNew = ViewBag.IsNew != null && (bool)ViewBag.IsNew; } @section JS { }
@if (!isNew) { }

日终股票价格修改

@if (isNew) {
} else {
} @Html.MyDateFor(model => model.ValueDate) @Html.MyTextFor(model => model.ClosePrice) @Html.MyTextFor(model => model.ReferencePrice)