@{ ViewBag.Title = "cgsqdMessage"; } @model dccdc.Models.cgsqdModel @section scripts{ }
| 物资类别 | @Html.DropDownList("wzlb", ViewBag.wzlbD as SelectList, "----请选择----") | |
| 物资名称 | @Html.TextBox("wzmc", "", new { @class = "l-text" }) |
| 经费来源 | @Html.DropDownListFor(m => m.jflyid, ViewBag.jflyD as SelectList, "----请选择----") | 申请原因 | @Html.TextBoxFor(m=>m.sqyy, new { @class = "l-text" }) | 采购金额 | @Html.TextBoxFor(m => m.cgje, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |