From fcc514608587174e1b3c7e1aa8aa23c88722c7ac Mon Sep 17 00:00:00 2001 From: Nakorn Rientrakrunchai Date: Tue, 9 Mar 2021 11:18:51 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B8=E0=B8=87=E0=B9=81=E0=B8=A5=E0=B8=B0=E0=B9=81?= =?UTF-8?q?=E0=B8=81=E0=B9=89=E0=B8=9B=E0=B8=B1=E0=B8=8D=E0=B8=AB=E0=B8=B2?= =?UTF-8?q?=E0=B8=AB=E0=B8=99=E0=B9=89=E0=B8=B2=E0=B8=88=E0=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eva_create_evaluation_d.cshtml | 8 ++++++-- .../eva_create_evaluation_detail_process_d.cshtml | 4 ++-- .../eva_create_evaluation_detail_process_d2.cshtml | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Views/eva_create_evaluationView/eva_create_evaluation_d.cshtml b/Views/eva_create_evaluationView/eva_create_evaluation_d.cshtml index a9899e7..8b45973 100644 --- a/Views/eva_create_evaluationView/eva_create_evaluation_d.cshtml +++ b/Views/eva_create_evaluationView/eva_create_evaluation_d.cshtml @@ -211,8 +211,12 @@ $("#eva_create_evaluation_employee_id").select2(); $("#eva_create_evaluation_supervisor1_id").select2(); $("#eva_create_evaluation_supervisor2_id").select2(); - $("#eva_create_evaluation_detail_employee_id").select2(); - $("#eva_create_evaluation_detail_chief").select2(); + $("#eva_create_evaluation_detail_employee_id").select2({ + dropdownParent: $('#eva_create_evaluation_detailModel') + }); + $("#eva_create_evaluation_detail_chief").select2({ + dropdownParent: $('#eva_create_evaluation_detailModel') + }); }); function go_next(){ diff --git a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml index 6739b73..37cbd15 100644 --- a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml +++ b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml @@ -177,7 +177,7 @@ - + @@ -230,7 +230,7 @@ - + diff --git a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml index eaddb41..360dac3 100644 --- a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml +++ b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml @@ -226,7 +226,7 @@ - + @@ -282,7 +282,7 @@ - +