| | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">工资月份<i class="red">*</i></label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input class="form-control" id="YearMonth" name="YearMonth" type="text" value="@Model.Year-@Model.Month" readonly="readonly"> |
| | | <input type="hidden" name="Year" value="@Model.Year" /> |
| | | <input type="hidden" name="Month" value="@Model.Month" /> |
| | | <input class="form-control" id="YearMonth" name="YearMonth" type="text" value="@Model.year-@Model.year" readonly="readonly"> |
| | | <input type="hidden" name="Year" value="@Model.year" /> |
| | | <input type="hidden" name="Month" value="@Model.month" /> |
| | | </div> |
| | | </div> |
| | | |