@model EMIS.ViewModel.DQPSystem.SOCDetailView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @using EMIS.ViewModel; @{ } @section scripts{ }
@Html.LabelFor(x => x.Name): | @Html.DisplayFor(x => x.Name) | @Html.LabelFor(x => x.Credit): | @Html.DisplayFor(x => x.Credit) |
@Html.LabelFor(x => x.Weight): | @Html.DisplayFor(x => x.Weight) | @Html.Label("") | @Html.Label("") |
@Html.LabelFor(x => x.Description): | @Html.DisplayFor(x => x.Description) | ||
@Html.Uploader(new uploaderOption { IsEnabled = false, Name = "SOCAttachment", MainTableID = Model.SOCDetailID, Title = "SOC说明文件" }) | |||
@Html.DataGrid(new DataGridOptions
{
Columns = new List |