@model ChinaBondValuation @{ 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.valuation_date) @Html.MyTextFor(model => model.dirty_price_close) @Html.MyTextFor(model => model.net_price) @Html.MyTextFor(model => model.yield)