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