แก้ไข op 3550, 3567, 3568

This commit is contained in:
Nakorn Rientrakrunchai
2020-10-17 14:01:41 +07:00
parent 43cb1d0b1c
commit 916d24b976
26 changed files with 537 additions and 496 deletions

View File

@@ -100,13 +100,14 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_normal_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_normal_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_normal_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_adjust_postponement_normalTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -120,6 +121,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -72,13 +72,13 @@
<ol class="breadcrumb" style="">
<li class="breadcrumb-item "><a href="@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")">หน้าแรก</a></li>
<li class="breadcrumb-item "><a href="@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")@MyHelper.GetConfig(Configuration, "SiteInformation:appsite")">@Environment.GetEnvironmentVariable("SiteInformation_modulename")</a></li>
<li class="breadcrumb-item active">วงเงินที่กันไว้</li>
<li class="breadcrumb-item active">วงเงินส่วนที่กันไว้</li>
</ol>
</div>
</div>
<section class="wrapper">
<div class="title"><div class="line"></div>วงเงินที่กันไว้</div>
<div class="title"><div class="line"></div>วงเงินส่วนที่กันไว้</div>
<div class="tools">
<div class="row">
@@ -93,13 +93,14 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_quota_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_quota_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_quota_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_adjust_postponement_quotaTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -113,6 +114,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -102,13 +102,14 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_create_evaluationTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -122,6 +123,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -46,12 +46,13 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_detail_agreement_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_detail_agreement_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_create_evaluation_detail_agreementTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -73,6 +74,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -47,12 +47,13 @@
</div>
<div class="col-md-2">
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_detail_process_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_detail_process_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_create_evaluation_detail_processTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -73,6 +74,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -95,7 +95,7 @@
<input disabled class="form-control" type="text" id="date_to" data-provide="datepicker" data-date-language="th-th" iLabel="วันที่สิ้นสุด" />
</div>
<div class="col-md-2">
<button type="button" class="btn btn-outline" onclick="javascript:searchVacation();" style="background-color: #fff; display:none;">ค้นหา</button>
<button type="button" class="btn btn-outline" onclick="javascript:searchVacation();" style="background-color: #fff; display:none;"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
</div>
</div>
<div class="row">

View File

@@ -144,7 +144,7 @@
<input disabled class="form-control" type="text" id="date_to" data-provide="datepicker" data-date-language="th-th" iLabel="วันที่สิ้นสุด" />
</div>
<div class="col-md-2">
<button type="button" class="btn btn-outline" onclick="javascript:searchVacation();" style="background-color: #fff; display:none;">ค้นหา</button>
<button type="button" class="btn btn-outline" onclick="javascript:searchVacation();" style="background-color: #fff; display:none;"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
</div>
</div>

View File

@@ -21,6 +21,7 @@
<i class="fa fa-plus" style="color:white;"></i> เพิ่มรายการ
</button>
</div>
<div style="overflow-x: auto;">
<table id="eva_evaluation_achievement_process2Table" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -44,6 +45,7 @@
</thead>
<tbody class="thin-border-bottom" id="eva_evaluation_achievement_process2Body"></tbody>
</table>
</div>
<div style="text-align:right; padding-bottom:20px">
<label id="score_label">Total Score: 0</label>

View File

@@ -21,6 +21,7 @@
<i class="fa fa-plus" style="color:white;"></i> เพิ่มรายการ
</button>
</div>
<div style="overflow-x: auto;">
<table id="eva_evaluation_achievement_processTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -42,6 +43,7 @@
</thead>
<tbody class="thin-border-bottom" id="eva_evaluation_achievement_processBody"></tbody>
</table>
</div>
<div style="text-align:right; padding-bottom:20px">
<label id="score_label">Total Score: 0</label>

View File

@@ -21,6 +21,7 @@
<i class="fa fa-plus" style="color:white;"></i> เพิ่มรายการ
</button>
</div>
<div style="overflow-x: auto;">
<table id="eva_evaluation_behavior_process2Table" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -43,7 +44,7 @@
</thead>
<tbody class="thin-border-bottom" id="eva_evaluation_behavior_process2Body"></tbody>
</table>
</div>
<div style="text-align:right; padding-bottom:20px">
<label id="score_label">Total Score: 0</label>
</div>

View File

@@ -21,6 +21,7 @@
<i class="fa fa-plus" style="color:white;"></i> เพิ่มรายการ
</button>
</div>
<div style="overflow-x: auto;">
<table id="eva_evaluation_behavior_processTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -42,6 +43,7 @@
</thead>
<tbody class="thin-border-bottom" id="eva_evaluation_behavior_processBody"></tbody>
</table>
</div>
<div style="text-align:right; padding-bottom:20px">
<label id="score_label">Total Score: 0</label>

View File

@@ -68,13 +68,14 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_evaluation_group_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_evaluation_group_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_evaluation_group_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_evaluation_groupTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -86,6 +87,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -74,7 +74,8 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_evaluation_group_detail_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_evaluation_group_detail_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_evaluation_group_detail_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
<button class="btn btn-info" onclick="javascript:eva_evaluation_group_detail_GetSelect('id');">ดึงตัวเลือก</button>
</div>
@@ -82,6 +83,7 @@
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_evaluation_group_detailTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -95,6 +97,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -77,13 +77,14 @@
</div>
<div class="col-md-6">
<button class="btn btn-info" onclick="javascript:eva_level_score_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_level_score_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button style="display:none;" class="btn btn-info" onclick="javascript:eva_level_score_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_level_scoreTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -96,6 +97,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -69,7 +69,7 @@
</div>
<section class="wrapper">
<div class="title"><div class="line"></div>ค้นหา ระดับการประเมิน</div>
<div class="title"><div class="line"></div>กำหนดระดับการประเมิน</div>
<div class="tools">
<div class="row">
@@ -79,13 +79,14 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_level_score_basic_DoSearch();">ค้นหา</button>
<br/>
<button class="btn btn-info" onclick="javascript:eva_level_score_basic_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_level_score_basic_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_level_score_basicTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -98,6 +99,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -73,13 +73,14 @@
</div>
<div class="col-md-6">
<button class="btn btn-info" onclick="javascript:eva_performance_plan_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_performance_plan_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_performance_plan_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_performance_planTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -91,6 +92,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -96,7 +96,8 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_performance_plan_detail_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_performance_plan_detail_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_performance_plan_detail_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
<button class="btn btn-info" onclick="javascript:eva_performance_plan_detail_GetSelect('id');">ดึงตัวเลือก</button>
</div>

View File

@@ -96,12 +96,13 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_salary_cylinder_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_salary_cylinder_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_salary_cylinder_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_salary_cylinderTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -118,6 +119,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -30,14 +30,15 @@
<input class="form-control" type="text" id="external_employee_search_box">
</div>
<div class="col-md-4">
<button class="btn btn-info" onclick="javascript:external_employee_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:external_employee_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:external_employee_GetSelect('id');">ดึงตัวเลือก</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="external_employeeTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -49,6 +50,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -29,17 +29,20 @@
<input class="form-control" type="text" id="external_employee_search_box">
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:external_employee_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:external_employee_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
</div>
<div class="col-md-3">
<select class="form-control" id="eva_performance_criteria_id"></select>
</div>
<div class="col-md-3">
<br />
<button class="btn btn-info" onclick="javascript:external_employee_GetSelect('id');">เลือกบุคลากร</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="external_employeeTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -51,7 +54,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>

View File

@@ -31,12 +31,13 @@
</div>
<div class="col-md-4">
<button class="btn btn-info" onclick="javascript:external_employee_DoSearch();">ค้นหา</button>
<button class="btn btn-info" onclick="javascript:external_employee_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="external_employeeTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -50,6 +51,8 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{

View File

@@ -20,7 +20,7 @@
</div>
<section class="wrapper">
<div class="title"><div class="line"></div>รายงานบัญชีรายละเอียดขั้นเงินเดือนและเงินเพิ่มการครองชีพชั่วคราวของพนักงาน เนติบัณฑิตยสภา</div>
<div class="title"><div class="line"></div>รายงานบัญชีรายละเอียดขั้นเงินเดือนและเงินเพิ่มการครองชีพชั่วคราวของพนักงาน</div>
<div class="tools">
<div class="row">
<div class="col-md-12">

View File

@@ -20,7 +20,7 @@
</div>
<section class="wrapper">
<div class="title"><div class="line"></div>รายงานประวัติการเลื่อนขั้นเงินเดือนของพนักงาน เนติบัณฑิตยสภา</div>
<div class="title"><div class="line"></div>รายงานประวัติการเลื่อนขั้นเงินเดือนของพนักงาน</div>
<div class="tools">
<div class="row">
<div class="col-md-12">

View File

@@ -20,7 +20,7 @@
</div>
<section class="wrapper">
<div class="title"><div class="line"></div>รายงานโครงสร้างของขั้นเงินเดือน เนติบัณฑิตยสภา</div>
<div class="title"><div class="line"></div>รายงานโครงสร้างของขั้นเงินเดือน</div>
<div class="tools">
<div class="row">
<div class="col-md-12">

View File

@@ -41,7 +41,7 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:search_employee_DoSearch();">ค้นหา</button>
<button class="btn btn-info" onclick="javascript:search_employee_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:search_employee_GetSelect('id');">ดึงตัวเลือก</button>
</div>
</div>
@@ -52,7 +52,7 @@
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="search_employeeTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -67,6 +67,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>

View File

@@ -52,12 +52,12 @@
<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_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:search_employee_for_group_GetSelect('id');">ดึงตัวเลือก</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="search_employee_for_groupTable" class="display table table-bordered table-striped">
<thead>
<tr>
@@ -73,6 +73,7 @@
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{