@{ ViewBag.Title = "xmjfsrMessageNew"; } @model dccdc.Models.xmjfsrModel @section scripts{ }
| 项目经费 | @Html.DropDownListFor(m => m.jfid, ViewData["xmjfList"] as SelectList, "----请选择----", new { @class = "l-text" })* |
| 年份: | @Html.TextBoxFor(m => m.nf, new { @class = "l-text" })* |
| 收入金额: | @Html.TextBoxFor(m => m.srje, new { @class = "l-text l-text-field-number", @type = "number" })* |
| 收入来源: | @Html.TextAreaFor(m => m.srly, new { @rows = "3", @style = "width:400px" })* |
| 依据: | @Html.TextAreaFor(m => m.yj, new { @rows = "3", @style = "width:400px" })* |
| 到账时间 | @Html.TextBoxFor(m => m.dzsj2, new { @class = "l-text" }) |
| 使用科室 | @Html.HiddenFor(m => m.ksids) @Html.TextBoxFor(m => m.ksmcs, new { @class = "l-text", @style = "width:400px", @readonly = "readonly" }) |
| 使用状态 | @Html.DropDownListFor(m => m.zt, ViewData["ztlist"] as SelectList, "----请选择----")* |