แก้ไขหลายอย่าง
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
<!--Date Picker-->
|
||||
<link href="~/BackendScript/assets/bootstrap-datepicker/css/datepicker.css" rel="stylesheet">
|
||||
|
||||
<!--Select2-->
|
||||
<link href='~/select2/css/select2.min.css' rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="~/BackendScript/css/style.css" rel="stylesheet">
|
||||
<link href="~/BackendScript/css/style-responsive.css" rel="stylesheet" />
|
||||
@@ -155,7 +158,7 @@
|
||||
</div>
|
||||
<!--main content end-->
|
||||
</div>
|
||||
|
||||
|
||||
<!-- js placed at the end of the document so the pages load faster -->
|
||||
<script src="~/BackendScript/js/jquery.js"></script>
|
||||
<script src="~/BackendScript/js/bootstrap.bundle.min.js"></script>
|
||||
@@ -181,6 +184,9 @@
|
||||
<script src="~/BackendScript/js/bootstrap-datepicker-th/bootstrap-datepicker.th.js"></script>
|
||||
<script src="~/BackendScript/assets/bootstrap-daterangepicker/moment.min.js"></script>
|
||||
|
||||
<!--Select2-->
|
||||
<script src='~/select2/js/select2.min.js' type='text/javascript'></script>
|
||||
|
||||
<!-- Loading -->
|
||||
<script src="~/BackendScript/js/loadingoverlay.js"></script>
|
||||
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
<!--Date Picker-->
|
||||
<link href="~/BackendScript/assets/bootstrap-datepicker/css/datepicker.css" rel="stylesheet">
|
||||
|
||||
<!--Select2-->
|
||||
<link href='~/select2/css/select2.min.css' rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="~/BackendScript/css/style.css" rel="stylesheet">
|
||||
<link href="~/BackendScript/css/style-responsive.css" rel="stylesheet" />
|
||||
@@ -175,6 +178,9 @@
|
||||
<script src="~/BackendScript/js/bootstrap-datepicker-th/bootstrap-datepicker.th.js"></script>
|
||||
<script src="~/BackendScript/assets/bootstrap-daterangepicker/moment.min.js"></script>
|
||||
|
||||
<!--Select2-->
|
||||
<script src='~/select2/js/select2.min.js' type='text/javascript'></script>
|
||||
|
||||
<!-- Loading -->
|
||||
<script src="~/BackendScript/js/loadingoverlay.js"></script>
|
||||
|
||||
|
||||
@@ -129,6 +129,7 @@
|
||||
eva_adjust_postponement_normal_InitiateDataTable();
|
||||
eva_adjust_postponement_normal_InitialForm();
|
||||
SetupValidationRemark("eva_adjust_postponement_normal");
|
||||
//$("#s_eva_adjust_postponement_normal_org_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -131,6 +131,11 @@
|
||||
eva_create_evaluation_InitiateDataTable();
|
||||
eva_create_evaluation_InitialForm();
|
||||
SetupValidationRemark("eva_create_evaluation");
|
||||
$("#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();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -203,6 +203,11 @@
|
||||
eva_create_evaluation_SetCreateForm();
|
||||
}
|
||||
SetupValidationRemark("eva_create_evaluation");
|
||||
$("#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();
|
||||
});
|
||||
|
||||
function go_next(){
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
$(document).ready(function () {
|
||||
rep_eva01_InitialForm();
|
||||
SetupValidationRemark("s_rep_eva01");
|
||||
$("#s_rep_eva01_org_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
$(document).ready(function () {
|
||||
rep_eva02_InitialForm();
|
||||
SetupValidationRemark("s_rep_eva02");
|
||||
$("#s_rep_eva02_org_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -0,0 +1,88 @@
|
||||
@using Microsoft.Extensions.Configuration
|
||||
@inject IConfiguration Configuration
|
||||
@{
|
||||
ViewData["Title"] = "search_employee_for_group";
|
||||
}
|
||||
|
||||
<div class="row page-title">
|
||||
<div class="col-md-5">
|
||||
<div class="page-title">
|
||||
@Configuration["SiteInformation:modulename"]
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-7">
|
||||
<ol class="breadcrumb" style="">
|
||||
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]">หน้าแรก</a></li>
|
||||
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]@Configuration["SiteInformation:appsite"]">@Configuration["SiteInformation:modulename"]</a></li>
|
||||
<li class="breadcrumb-item active">ค้นหา รายชื่อบุคคลากร</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="wrapper">
|
||||
<div class="title"><div class="line"></div>ค้นหา รายชื่อบุคคลากร</div>
|
||||
<div class="tools">
|
||||
<div class="row">
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_search_employee_for_group_org_id' for='s_search_employee_for_group_org_id'>หน่วยงาน</label>
|
||||
<select class="form-control" id="s_search_employee_for_group_org_id" iLabel="หน่วยงาน" iRequire="true" iGroup="s_search_employee_for_group" title='หน่วยงาน' placeholder='หน่วยงาน'></select>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_search_employee_for_group_position_id' for='s_search_employee_for_group_position_id'>ตำแหน่ง</label>
|
||||
<select class="form-control" id="s_search_employee_for_group_position_id" iLabel="ตำแหน่ง" iRequire="true" iGroup="s_search_employee_for_group" title='ตำแหน่ง' placeholder='ตำแหน่ง'></select>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_search_employee_for_group_employee_number' for='s_search_employee_for_group_employee_number'>รหัสพนักงาน</label>
|
||||
<input class="form-control" type="text" id="s_search_employee_for_group_employee_number" iLabel="รหัสพนักงาน" iRequire="true" iGroup="s_search_employee_for_group" title='รหัสพนักงาน' placeholder='รหัสพนักงาน' />
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_search_employee_for_group_fullname' for='s_search_employee_for_group_fullname'>ชื่อ-สกุล</label>
|
||||
<input class="form-control" type="text" id="s_search_employee_for_group_fullname" iLabel="ชื่อ-สกุล" iRequire="true" iGroup="s_search_employee_for_group" title='ชื่อ-สกุล' placeholder='ชื่อ-สกุล' />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<button class="btn btn-info" onclick="javascript:search_employee_SelectAll();">เลือก ทั้งหมด</button>
|
||||
<button class="btn btn-info" onclick="javascript:search_employee_DeselectAll();">ไม่เลือก ทั้งหมด</button>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<button class="btn btn-info" onclick="javascript:search_employee_for_group_DoSearch();">ค้นหา</button>
|
||||
<button class="btn btn-info" onclick="javascript:search_employee_for_group_GetSelect('id');">ดึงตัวเลือก</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table id="search_employee_for_groupTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>เลือก</th>
|
||||
<th><label id='h_search_employee_for_group_employee_number'>รหัสพนักงาน</label></th>
|
||||
<th><label id='h_search_employee_for_group_fullname'>ชื่อ-สกุล</label></th>
|
||||
<th><label id='h_search_employee_for_group_position_id'>ตำแหน่ง</label></th>
|
||||
<th><label id='h_search_employee_for_group_level_name'>ระดับ</label></th>
|
||||
<th><label id='h_search_employee_for_group_org_id'>หน่วยงาน</label></th>
|
||||
<th><label id='h_search_employee_for_group_remark'>หมายเหตุ</label></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
@section FooterPlaceHolder{
|
||||
<script src="~/js/search_employee_for_group/search_employee_for_group.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
search_employee_for_group_InitiateDataTable();
|
||||
search_employee_for_group_InitialForm();
|
||||
SetupValidationRemark("search_employee_for_group");
|
||||
$("#s_search_employee_for_group_org_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user