From 8df0daba9144b8edeebe7c5e5c1b2eabb5174a20 Mon Sep 17 00:00:00 2001 From: Nakorn Rientrakrunchai Date: Tue, 8 Dec 2020 20:16:33 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B9=81?= =?UTF-8?q?=E0=B8=9A=E0=B8=9A=E0=B8=9F=E0=B8=AD=E0=B8=A3=E0=B9=8C=E0=B8=A1?= =?UTF-8?q?=20=E0=B9=83=E0=B8=AB=E0=B9=89=E0=B8=84=E0=B9=89=E0=B8=99?= =?UTF-8?q?=E0=B8=AB=E0=B8=B2=20=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=8A?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=9E=E0=B8=99=E0=B8=B1=E0=B8=81?= =?UTF-8?q?=E0=B8=87=E0=B8=B2=E0=B8=99=E0=B9=84=E0=B8=94=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...eva_adjust_postponement_migration_d.cshtml | 222 +++++++++--------- ...va_adjust_postponement_detail_migration.js | 6 +- 2 files changed, 118 insertions(+), 110 deletions(-) diff --git a/Views/eva_adjust_postponement_migrationView/eva_adjust_postponement_migration_d.cshtml b/Views/eva_adjust_postponement_migrationView/eva_adjust_postponement_migration_d.cshtml index 1c5572c..97254a8 100644 --- a/Views/eva_adjust_postponement_migrationView/eva_adjust_postponement_migration_d.cshtml +++ b/Views/eva_adjust_postponement_migrationView/eva_adjust_postponement_migration_d.cshtml @@ -5,113 +5,7 @@ Layout = "_LayoutDirect"; } -
@@ -224,7 +118,9 @@ -
+
+ +
รายชื่อผู้ได้ปรับเลื่อนเงินเดือน ในครั้งนี้
@@ -264,6 +160,116 @@
+
+ +
+
บันทึกรายละเอียด
+ +
+
+ +
+
+ + + + + +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+
+ +
+ + +
+ +
+ + +
+
+
+ +
+ + +
+ + + +
+ + +
+ +
+ + +
+
+
+
+ + +
+ +
+ + +
+ +
+ + +
+
+
+ + +
+ + +
+ +
+ + +
+
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+ +
+ @section FooterPlaceHolder{ @@ -274,7 +280,7 @@ eva_adjust_postponement_migration_SetEditForm(id); eva_adjust_postponement_detail_migration_InitiateDataTable(); eva_adjust_postponement_detail_migration_InitialForm(); - + } else { eva_adjust_postponement_migration_SetCreateForm(); } diff --git a/wwwroot/js/eva_adjust_postponement_detail_migration/eva_adjust_postponement_detail_migration.js b/wwwroot/js/eva_adjust_postponement_detail_migration/eva_adjust_postponement_detail_migration.js index 39853de..d05e2f7 100644 --- a/wwwroot/js/eva_adjust_postponement_detail_migration/eva_adjust_postponement_detail_migration.js +++ b/wwwroot/js/eva_adjust_postponement_detail_migration/eva_adjust_postponement_detail_migration.js @@ -68,7 +68,7 @@ function eva_adjust_postponement_detail_migration_InitialForm(s) { eva_adjust_postponement_detail_migration_FeedDataToSearchForm(result); if (s) { // Incase model popup - $("#eva_adjust_postponement_detail_migrationModel").modal("show"); + //$("#eva_adjust_postponement_detail_migrationModel").modal("show"); } endLoad(); }; @@ -80,6 +80,7 @@ function eva_adjust_postponement_detail_migration_InitialForm(s) { function eva_adjust_postponement_detail_migration_GoCreate() { // Incase model popup + alert("กรุณาเลื่อนจอ ไปด้านล่างสุด เพื่อกรอกแบบฟอร์มเพิ่มข้อมูล"); eva_adjust_postponement_detail_migration_SetCreateForm(true); // Incase open new page @@ -88,6 +89,7 @@ function eva_adjust_postponement_detail_migration_GoCreate() { function eva_adjust_postponement_detail_migration_GoEdit(a) { // Incase model popup + alert("กรุณาเลื่อนจอ ไปด้านล่างสุด เพื่อกรอกแบบฟอร์มแก้ไขข้อมูล"); eva_adjust_postponement_detail_migration_SetEditForm(a); // Incase open new page @@ -98,7 +100,7 @@ function eva_adjust_postponement_detail_migration_SetEditForm(a) { var successFunc = function (result) { eva_adjust_postponement_detail_migration_editMode = "UPDATE"; eva_adjust_postponement_detail_migration_FeedDataToForm(result); - $("#eva_adjust_postponement_detail_migrationModel").modal("show"); + //$("#eva_adjust_postponement_detail_migrationModel").modal("show"); endLoad(); }; startLoad();