@{ ViewBag.Title = "sqwzcgshMessage"; } @model dccdc.Models.sqgwjdModel @section scripts{ }
| 申 请 人: | @Html.DisplayFor(m => m.sqr) | ||||
| 申请科室: | @Html.DisplayFor(m => m.ksmc) | 申请金额: | @Html.TextBoxFor(m => m.je, new { @class = "l-text l-text-field-number", @type = "number", @readonly = "readonly" }) | 费用来源: | @Html.CheckBoxFor(m => m.fyly1, new { @disabled = "disabled" })自有资金 @Html.CheckBoxFor(m => m.fyly2, new { @disabled = "disabled" })项目经费 |
| 接待理由 | @Html.TextAreaFor(m => m.bz, new { @rows = "2", @style = "width:90%", @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.sxrs, 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.jdld, new { @class = "l-text", @readonly = "readonly" }) | 陪餐人数 | @Html.TextBoxFor(m => m.pcrs, new { @class = "l-text l-text-field-number", @type = "number", @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.zsbz, 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.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.DisplayTextFor(m => m.fydh) 查看三重一大:@Html.DisplayTextFor(m => m.fydh2) |
||
| 科室领导 | @if (ViewBag.zw == "科室领导") { @Html.TextArea("spnr1", new { @cols = "77", @rows = "2" }) } else { @Html.TextArea("spnr1", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } |
@Html.DisplayTextFor(m => m.spr1) @Html.DisplayTextFor(m => m.sptime1) |
| 分管领导 | @if (ViewBag.zw == "分管领导") { @Html.TextArea("spnr2", new { @cols = "77", @rows = "2" }) } else { @Html.TextArea("spnr2", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } |
@Html.DisplayTextFor(m => m.spr2) @Html.DisplayTextFor(m => m.sptime2) |
| 中心主任 | @if (ViewBag.zw == "中心主任") { @Html.TextArea("spnr3", new { @cols = "77", @rows = "2" }) @Html.Hidden("yzm1", ""); @Html.TextBox("yzm2", "", new { @placeholder = "验证码" }); } else { @Html.TextArea("spnr3", new { @cols = "77", @rows = "2", @readonly = "readonly", @disabled = "disabled" }) } |
@Html.DisplayTextFor(m => m.spr3) @Html.DisplayTextFor(m => m.sptime3) |