@{ ViewBag.Title = "pddMessage"; } @model dccdc.Models.pddModel @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.HiddenFor(m => m.id) @**@
盘点科室 @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" })