From c91f7e7a90c8ac3741bfeeffe7cea1c3ef086bf9 Mon Sep 17 00:00:00 2001 From: MahanCh Date: Tue, 6 May 2025 15:21:04 +0330 Subject: [PATCH] fix employee Document Style Bug --- .../PrintSelectionUD.cshtml | 2 +- .../WorkFlow/EmployeesDocuments.cshtml | 334 +++++++++--------- .../Areas/Client/Pages/Shared/_Menu.cshtml | 8 +- .../WorkFlow/css/EmployeesDocuments.css | 14 +- 4 files changed, 181 insertions(+), 177 deletions(-) diff --git a/ServiceHost/Areas/AdminNew/Pages/Company/EmployeesDocuments/PrintSelectionUD.cshtml b/ServiceHost/Areas/AdminNew/Pages/Company/EmployeesDocuments/PrintSelectionUD.cshtml index bcbc9f52..13eb450b 100644 --- a/ServiceHost/Areas/AdminNew/Pages/Company/EmployeesDocuments/PrintSelectionUD.cshtml +++ b/ServiceHost/Areas/AdminNew/Pages/Company/EmployeesDocuments/PrintSelectionUD.cshtml @@ -48,7 +48,7 @@ #printThis { width: 100%; - padding: 2rem 1rem; + padding: 0rem 1rem; } #printThis .section-leave { diff --git a/ServiceHost/Areas/AdminNew/Pages/Company/WorkFlow/EmployeesDocuments.cshtml b/ServiceHost/Areas/AdminNew/Pages/Company/WorkFlow/EmployeesDocuments.cshtml index 88802adb..5051065d 100644 --- a/ServiceHost/Areas/AdminNew/Pages/Company/WorkFlow/EmployeesDocuments.cshtml +++ b/ServiceHost/Areas/AdminNew/Pages/Company/WorkFlow/EmployeesDocuments.cshtml @@ -1,211 +1,205 @@ @page -@using _0_Framework.Application @model ServiceHost.Areas.AdminNew.Pages.Company.WorkFlow.EmployeesDocumentsModel @inject _0_Framework.Application.IAuthHelper AuthHelper; @{ - string clientVersion = _0_Framework.Application.Version.StyleVersion; - Layout = "Shared/_Layout"; - ViewData["title"] = " - بارگذاری مدارک توسط کارفرما"; - var currentAccount = AuthHelper.CurrentAccountInfo(); + string clientVersion = _0_Framework.Application.Version.StyleVersion; + Layout = "Shared/_Layout"; + ViewData["title"] = " - بارگذاری مدارک توسط کارفرما"; + var currentAccount = AuthHelper.CurrentAccountInfo(); - int index = 1; + int index = 1; } @section Styles { - - - - - - - - + + + + + + + + - - + + }
-
-
-
- -
-

بارگذاری مدارک توسط کارفرما

-
-
-
- - بازگشت - -
-
-
+
+
+
+ +
+

بارگذاری مدارک توسط کارفرما

+
+
+
+ + بازگشت + +
+
+
-
+
-
-
-
-
-
نام نقش
-
-
-
ردیف
-
نام کابران
-
عکس پرسنلی
-
کارت ملی
-
کارت پایان خدمت
-
شناسنامه
-
عملیات
-
-
-
-
-
+
+
+
+
+
نام نقش
+
+
+
ردیف
+
نام کابران
+
عکس پرسنلی
+
کارت ملی
+
کارت پایان خدمت
+
شناسنامه
+
عملیات
+
+
+
+
+ -
-
-
-
-
-
+
+
+
+
+
+
-
-
-
- @for (int j = 0; j < 30; j++) - { -
- } -
-
-
-
- - - - -
-
-
+
+
+
+ @for (int j = 0; j < 30; j++) + { +
+ } +
+
+
+
-
+ -
+ +
+
+
+ +
+ +
@section Script { - - - - + + + - + var loadClientRejectedDocumentWorkshopsForAdminUrl = `@Url.Page("./EmployeesDocuments", "ClientRejectedDocumentWorkshopsForAdmin")`; + var loadClientRejectedDocumentByWorkshopIdForAdminUrl = `@Url.Page("./EmployeesDocuments", "ClientRejectedDocumentByWorkshopIdForAdmin")`; + + var loadCreatedEmployeesWorkshopDocumentForAdminUrl = `@Url.Page("./EmployeesDocuments", "CreatedEmployeesWorkshopDocumentForAdmin")`; + var loadCreatedEmployeesDocumentByWorkshopIdForAdminUrl = `@Url.Page("./EmployeesDocuments", "CreatedEmployeesDocumentByWorkshopIdForAdmin")`; + + } diff --git a/ServiceHost/Areas/Client/Pages/Shared/_Menu.cshtml b/ServiceHost/Areas/Client/Pages/Shared/_Menu.cshtml index 02e9cf80..40911ddb 100644 --- a/ServiceHost/Areas/Client/Pages/Shared/_Menu.cshtml +++ b/ServiceHost/Areas/Client/Pages/Shared/_Menu.cshtml @@ -187,8 +187,8 @@
  • حضور و غیاب جاری
  • سوابق حضور و غیاب
  • گروه‌بندی
  • -
  • تنظیم ساعت فعالیت مجموعه
  • -
  • تنظیمات حساب کاربری دوربین
  • +
  • تنظیم ساعت فعالیت مجموعه
  • +
  • تنظیمات حساب کاربری دوربین
  • @@ -223,7 +223,7 @@