@{ ViewBag.Title = "sqwzcgMessage"; } @model dccdc.Models.sqgwjdModel @section scripts{ }
| 申请科室 | @Html.TextBoxFor(m => m.ksmc, new { @class = "l-text", @readonly = "readonly" }) | 申请人 | @Html.TextBoxFor(m => m.sqr, new { @class = "l-text", @readonly = "readonly" }) | 申请日期 | @Html.TextBoxFor(m => m.sqsj, new { @class = "l-text", @readonly = "readonly" }) |
| 费用来源 | @Html.CheckBoxFor(m => m.fyly1)自有资金 @Html.CheckBoxFor(m => m.fyly2)项目经费 | 申请状态 | @Html.DropDownListFor(m => m.zt, ViewBag.ztD as SelectList, "----请选择----", new { @class = "l-text", @disabled = "disabled" }) | 申请金额 | @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number" }) |
| 接待时间 | @Html.TextBoxFor(m => m.jdsj, new { @class = "l-text" }) | 带队人员 | @Html.TextBoxFor(m => m.ddry, new { @class = "l-text" }) | 接待领导 | @Html.TextBoxFor(m => m.jdld, new { @class = "l-text" }) |
| 随行人数 | @Html.TextBoxFor(m => m.sxrs, new { @class = "l-text l-text-field-number", @type = "number" }) | 陪餐人数 | @Html.TextBoxFor(m => m.pcrs, new { @class = "l-text l-text-field-number", @type = "number" }) | 联系电话 | @Html.TextBoxFor(m => m.lxdh, new { @class = "l-text" }) |
| 总人数 | @Html.TextBoxFor(m => m.zrs, new { @class = "l-text l-text-field-number", @type = "number" }) | 用餐标准 | @Html.TextBoxFor(m => m.ycbz, new { @class = "l-text l-text-field-number", @type = "number" }) | 用酒标准 | @Html.TextBoxFor(m => m.yjbz, new { @class = "l-text l-text-field-number", @type = "number" }) |
| 其他标准 | @Html.TextBoxFor(m => m.qtbz, new { @class = "l-text l-text-field-number", @type = "number" }) | 工作餐标准 | @Html.TextBoxFor(m => m.gzcbz, new { @class = "l-text l-text-field-number", @type = "number" }) | 工作餐人数 | @Html.TextBoxFor(m => m.gzcrs, new { @class = "l-text l-text-field-number", @type = "number" }) |
| 住宿标准 | @Html.TextBoxFor(m => m.zsbz, new { @class = "l-text l-text-field-number", @type = "number" }) | 住宿人数 | @Html.TextBoxFor(m => m.zsrs, new { @class = "l-text l-text-field-number", @type = "number" }) | 其他 | @Html.TextBoxFor(m => m.qt, new { @class = "l-text" }) |
| 接待宾馆 | @Html.TextBoxFor(m => m.jdbg, new { @class = "l-text" }) | 就餐房间 | @Html.TextBoxFor(m => m.jcfj, new { @class = "l-text" }) | ||
| 接待理由 | @Html.TextAreaFor(m => m.bz, new { cols = "60", rows = "2" }) | ||||