@{ ViewBag.Title = "rkdMessage"; } @model dccdc.Models.rkdModel @using Newtonsoft.Json; @section scripts{ }
物资类别 @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.gysid, ViewBag.gysD as SelectList, "----请选择----", new { @class = "l-text" })* 入库状态 @Html.DropDownListFor(m => m.zt, ViewBag.ztD as SelectList, "----请选择----", new { @class = "l-text" })
仓库: @Html.DropDownListFor(m => m.sign, ViewBag.kD as SelectList, "----请选择----", new { @class = "l-text" })* 入库金额 @Html.TextBoxFor(m => m.rkje, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" })*