@{ ViewBag.Title = "sqspMessage"; } @model dccdc.Models.xmjfsysqModel @section scripts{ }
@if (!string.IsNullOrEmpty(Model.spr1)) { @Html.DisplayTextFor(m => m.spr1)   @Html.DisplayTextFor(m => m.sptime1)   @Html.DisplayTextFor(m => m.spnr1)
} @if (!string.IsNullOrEmpty(Model.spr2)) { @Html.DisplayTextFor(m => m.spr2)   @Html.DisplayTextFor(m => m.sptime2)   @Html.DisplayTextFor(m => m.spnr2)
} @if (!string.IsNullOrEmpty(Model.spr3)) { @Html.DisplayTextFor(m => m.spr3)   @Html.DisplayTextFor(m => m.sptime3)   @Html.DisplayTextFor(m => m.spnr3)
}
@Html.HiddenFor(m => m.id)
科室 @Html.TextBoxFor(m => m.ksmc, new { @class = "l-text", @readonly = "readonly" }) 单号 @Html.TextBoxFor(m => m.sqdh, new { @class = "l-text", @readonly = "readonly" }) 申请日期 @Html.TextBoxFor(m => m.sqsj, new { @class = "l-text", @readonly = "readonly" })
申请人 @Html.TextBoxFor(m => m.sqr, new { @class = "l-text", @readonly = "readonly" }) 状态 @Html.DropDownListFor(m => m.zt, ViewBag.ztD as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) 金额 @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" })
拟申请内容 @Html.TextAreaFor(m => m.bz, new { @rows = "2", @readonly = "readonly" }) 申请依据 @Html.TextAreaFor(m => m.bz1, new { rows = "2", @readonly = "readonly" }) 项目要求 @Html.TextAreaFor(m => m.bz2, new { rows = "2", @readonly = "readonly" })
执行科室 @Html.TextAreaFor(m => m.bz3, new { rows = "1", @readonly = "readonly" }) 配合部门 @Html.TextAreaFor(m => m.bz4, new { rows = "1", @readonly = "readonly" }) 执行情况 @Html.TextAreaFor(m => m.bz5, new { rows = "1", @readonly = "readonly" })
内容 @Html.TextAreaFor(m => m.bz6, new { @rows = "2", @readonly = "readonly" }) 备注 @Html.TextArea("aaaaaaaa", new { rows = "2", @readonly = "readonly" })
审批意见 @Html.TextArea("yj", new { @cols = "60", @rows = "2" })