username@email.com
2022-11-25 d67cb0c9792e23be7ccf655675cb32ac1a236b7b
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>