@model eod_commodity_future_price @{ ViewBag.Title = "日终商品期货价格 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; bool isNew = ViewBag.IsNew != null && (bool)ViewBag.IsNew; } @section JS { }
@if (isNew) { } else { }

日终商品期货价格修改

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