@Html.HiddenFor(m => m.id)
@Html.HiddenFor(m => m.fydh)
@Html.HiddenFor(m => m.fydh2)
| 申请科室 |
@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, new { @disabled = "disabled" })自有资金 @Html.CheckBoxFor(m => m.fyly2, new { @disabled = "disabled" })项目经费
|
申请状态 |
@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", @readonly = "readonly" }) |
| 接待时间 |
@Html.TextBoxFor(m => m.jdsj, new { @class = "l-text", @readonly = "readonly" }) |
带队人员 |
@Html.TextBoxFor(m => m.ddry, new { @class = "l-text", @readonly = "readonly" }) |
接待领导 |
@Html.TextBoxFor(m => m.jdld, new { @class = "l-text", @readonly = "readonly" }) |
| 随行人数 |
@Html.TextBoxFor(m => m.sxrs, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
陪餐人数 |
@Html.TextBoxFor(m => m.pcrs, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
联系电话 |
@Html.TextBoxFor(m => m.lxdh, new { @class = "l-text", @readonly = "readonly" }) |
| 总人数 |
@Html.TextBoxFor(m => m.zrs, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
用餐标准 |
@Html.TextBoxFor(m => m.ycbz, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
用酒标准 |
@Html.TextBoxFor(m => m.yjbz, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
| 其他标准 |
@Html.TextBoxFor(m => m.qtbz, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
工作餐标准 |
@Html.TextBoxFor(m => m.gzcbz, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
工作餐人数 |
@Html.TextBoxFor(m => m.gzcrs, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
| 住宿标准 |
@Html.TextBoxFor(m => m.zsbz, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
住宿人数 |
@Html.TextBoxFor(m => m.zsrs, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) |
其他 |
@Html.TextBoxFor(m => m.qt, new { @class = "l-text", @readonly = "readonly" }) |
| 接待宾馆 |
@Html.TextBoxFor(m => m.jdbg, new { @class = "l-text", @readonly = "readonly" }) |
就餐房间 |
@Html.TextBoxFor(m => m.jcfj, new { @class = "l-text", @readonly = "readonly" }) |
|
|
| 加班理由 |
@Html.TextAreaFor(m => m.bz, new { cols = "60", rows = "2", @readonly = "readonly" }) |
|
|