@{ ViewBag.Title = "sqgwjdMessageTx"; } @model dccdc.Models.sqgwjdModel @section scripts{ }
@Html.HiddenFor(m => m.id)

德城区疾控中心公务接待申请单补充填写

申 请 人: @Html.DisplayFor(m => m.sqr) 申请科室 @Html.DisplayFor(m => m.ksmc) 申请金额 @Html.DisplayFor(m => m.je)
接待时间 @Html.TextBoxFor(m => m.jdsj2, new { @class = "l-text", @disabled = "" })
接待理由 @Html.TextAreaFor(m => m.bz, new { @rows = "2", @style = "width:90%", @disabled = "" })
接待对象 @Html.HiddenFor(m => m.bcnr1)
公务活动 @Html.HiddenFor(m => m.bcnr2)        金额合计:@Html.TextBoxFor(m => m.bcje, new { @style = "width:90px", @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" })
备注 @Html.TextAreaFor(m => m.bcnr3, new { @rows = "2", @style = "width:90%" })