From ede59091b547560717eb0155f5249743ff260c58 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 26 Dec 2024 11:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E5=91=A8=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E8=AE=A1=E5=88=92+=E8=AF=81=E4=B9=A6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=BF=85=E5=A1=AB=E6=A0=A1=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/DepartmentWeek/Form.cshtml | 14 +++- .../Views/DepartmentWeek/Form.js | 8 +++ .../Views/DepartmentWeek/FormLook.cshtml | 14 +++- .../Views/DepartmentWeek/FormLook.js | 8 +++ .../Views/DepartmentWeek/FormView.cshtml | 12 +++- .../Views/DepartmentWeek/FormView.js | 8 +++ .../Views/DepartmentWeek/Index.cshtml | 12 +++- .../Views/DepartmentWeek/Index.js | 72 +++++++++++++------ .../Views/TeacherCertificate/Form.cshtml | 4 +- .../DepartmentWeek/DepartmentWeekEntity.cs | 11 +++ .../DepartmentWeek/DepartmentWeekService.cs | 11 +++ 11 files changed, 140 insertions(+), 34 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/DepartmentWeek/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/DepartmentWeek/Form.cshtml index 21e543510..5e41653ba 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/DepartmentWeek/Form.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/DepartmentWeek/Form.cshtml @@ -3,7 +3,7 @@ Layout = "~/Views/Shared/_Form.cshtml"; } @* -*@ + *@