@{ ViewBag.Title = "thdMessage"; } @model dccdc.Models.thdModel @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.gysid, ViewBag.gysD as SelectList, "----请选择----", new { @class = "l-text" }) | 退货原因 | @Html.TextBoxFor(m => m.thyy, new { @class = "l-text" }) | 退货金额 | @Html.TextBoxFor(m => m.thje, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |