@{ ViewBag.Title = "物资出库"; } @model dccdc.Models.ckdModel @using Newtonsoft.Json; @section scripts{ }
| 仓库名称 | @Html.DropDownList("ckmc", ViewBag.kD as SelectList, "----请选择----", new { @class = "l-text" }) | |
| 物资类别 | @Html.DropDownList("wzlb", ViewBag.wzlbD as SelectList, "----请选择----", new { @class = "l-text" }) | |
| 物资名称 | @Html.TextBox("wzmc", "", new { @class = "l-text" }) |
| 领用科室 | @Html.DropDownListFor(m => m.ksid, ViewBag.ksD as SelectList, "----请选择----", new { @class = "l-text" }) | 领用人 | @Html.DropDownListFor(m => m.lyr, ViewBag.lyrs as SelectList, new { @class = "l-text" }) | 出库金额 | @Html.TextBoxFor(m => m.ckje, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |