@{ ViewBag.Title = "rkdMessage"; } @model dccdc.Models.sqwzcgModel @section scripts{ }
| 物资类别 | @Html.DropDownList("wzlb", ViewBag.wzlbD as SelectList, "----请选择----", new { @class = "l-text" }) | |
| 物资名称 | @Html.TextBox("wzmc", "", new { @class = "l-text" }) |
| 供应商 | @Html.DropDownList("gysid", ViewBag.gysD as SelectList, "----请选择----", new { @class = "l-text" })* | 入库状态 | @Html.DropDownList("zt", ViewBag.rkD as SelectList, "----请选择----", new { @class = "l-text" }) | 采购金额 | @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" })* |