@{ ViewBag.Title = "pdd2Message"; } @model dccdc.Models.pdd2Model @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, "----请选择----") | *@备注 | @Html.TextBoxFor(m => m.bz, new { @class = "l-text" }) | 报损金额 | @Html.TextBoxFor(m => m.pdje, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |