@Html.HiddenFor(m => m.id)
@Html.HiddenFor(m => m.fydh)
@Html.HiddenFor(m => m.fydhs)
@Html.HiddenFor(m => m.fydh2)
| 加班时间 |
@Html.TextBoxFor(m => m.jbsj2, new { @class = "l-text" }) |
| 加班标准 |
@Html.TextBoxFor(m => m.jbbz, new { @class = "l-text l-text-field-number", @type = "number", onkeyup = @"value=value.replace(/[^\d.-]/g,'')" })* |
| 加班人数 |
@Html.TextBoxFor(m => m.jbrs, new { @class = "l-text l-text-field-number", @type = "number", onkeyup = @"value=value.replace(/[^\d.-]/g,'')" })* |
| 加班人员 |
@Html.TextBoxFor(m => m.jbry, new { @class = "l-text", @style = "width:400px" }) |
| 加班理由 |
@Html.TextAreaFor(m => m.bz, new { @rows = "3", @style = "width:400px" })* |