@{ ViewBag.Title = "sqwzcgMessage"; } @model dccdc.Models.sqwxModel @section scripts{ }
| 申 请 人: | @Html.DisplayFor(m => m.sqr) | ||||
| 申请科室: | @Html.DisplayFor(m => m.ksmc) | 申请金额: | @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number" })* | 费用来源: | @Html.CheckBoxFor(m => m.fyly1)自有资金 @Html.CheckBoxFor(m => m.fyly2)项目经费 |
| 维修理由 | @Html.TextAreaFor(m => m.bz, new { @rows = "3", @style = "width:400px" })* |
| 维修内容 | @Html.TextAreaFor(m => m.bz2, new { @rows = "3", @style = "width:400px" }) |