username@email.com
2022-08-27 6e2b929cf381e2320ba6e7dec56c0371124d2b51
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.month" readonly="readonly">
                                        <input type="hidden" name="Year" value="@Model.year" />
                                        <input type="hidden" name="Month" value="@Model.month" />
                                    </div>
                                </div>