username@email.com
2021-08-10 1a377b23dc06ea31d0c0a368072ff1b52a4e6a40
tijiao
1个文件已修改
6 ■■■■ 已修改文件
zhengcaioa/zhengcaioa/Views/SalaryCheck/Appeal.cshtml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/SalaryCheck/Appeal.cshtml
@@ -80,9 +80,9 @@
                                <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>