แก้ไข 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

@@ -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,31 +52,32 @@
</div>
</div>
</div>
<table id="search_employeeTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th></th>
<th><label id='h_search_employee_employee_number'>รหัสพนักงาน</label></th>
<th><label id='h_search_employee_fullname'>ชื่อ-สกุล</label></th>
<th><label id='h_search_employee_position_name'>ตำแหน่ง</label></th>
<th><label id='h_search_employee_level_name'>ระดับ</label></th>
<th><label id='h_search_employee_org_id'>หน่วยงาน</label></th>
<th><label id='h_search_employee_remark'>หมายเหตุ</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
<div style="overflow-x: auto;">
<table id="search_employeeTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th></th>
<th><label id='h_search_employee_employee_number'>รหัสพนักงาน</label></th>
<th><label id='h_search_employee_fullname'>ชื่อ-สกุล</label></th>
<th><label id='h_search_employee_position_name'>ตำแหน่ง</label></th>
<th><label id='h_search_employee_level_name'>ระดับ</label></th>
<th><label id='h_search_employee_org_id'>หน่วยงาน</label></th>
<th><label id='h_search_employee_remark'>หมายเหตุ</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{
<script src="~/js/search_employee/search_employee.js?version=@MyHelper.GetDummyText()"></script>
<script>
$(document).ready(function () {
search_employee_InitiateDataTable();
search_employee_InitialForm();
});
$(document).ready(function () {
search_employee_InitiateDataTable();
search_employee_InitialForm();
});
</script>
}