zhengcaioa/zhengcaioa/Views/SalaryCheck/Employee.cshtml
@@ -130,6 +130,10 @@ var year = date.getFullYear(); var month = date.getMonth(); var strDate = date.getDate(); if (month == 0) { year = year - 1; month = 12; } if (month >= 1 && month <= 9) { month = "0" + month; }