@{ ViewBag.Title = "sqysMessage"; } @model dccdc.Models.sqysmxModel @section scripts{ }
| 经费类别 | @Html.DropDownListFor(m => m.jflbid, ViewBag.xmjflbD as SelectList, "----请选择----", new { @class = "l-text" })@Html.ValidationMessageFor(m => m.jflbid) |
| 经费名称 | @Html.TextBoxFor(m => m.jfid) |
| 科目名称 | @Html.DropDownListFor(m => m.kmid, ViewBag.kemuD as SelectList, "----请选择----", new { @class = "l-text" })@Html.ValidationMessageFor(m => m.kmid) |
| 预算金额 | @Html.TextBoxFor(m => m.dj, new { @class = "l-text l-text-field-number", @type = "number" }) |
| 测算依据 | @Html.TextAreaFor(m => m.csyj, new { rows = 2, cols = 40 }) |
| 项目内容 | @Html.TextAreaFor(m => m.xmnr, new { rows = 2, cols = 40 }) |
| 项目目标 | @Html.TextAreaFor(m => m.xmmb, new { rows = 2, cols = 40 }) |