@{ ViewBag.Title = "tkdMessage"; } @model dccdc.Models.tkdModel @using Newtonsoft.Json; @section scripts{ }
| 物资类别 | @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.tkry, ViewBag.tkrys as SelectList, new { @class = "l-text" }) | |
| 仓库: | @Html.DropDownListFor(m => m.sign, ViewBag.kD as SelectList, "----请选择----", new { @class = "l-text" }) | 退库金额 | @Html.TextBoxFor(m => m.tkje, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |