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

@@ -31,25 +31,28 @@
</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>
<table id="external_employeeTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th>เครื่องมือ</th>
<th><label id='h_external_employee_position_number'>เลขที่ตำแหน่ง</label></th>
<th><label id='h_external_employee_position_name'>ชื่อตำแหน่ง</label></th>
<th><label id='h_external_employee_fullname'>ชื่อ - สกุล</label></th>
<th><label id='user_id'>user_id</label></th>
<th><label id='user_id'>user_email</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
<div style="overflow-x: auto;">
<table id="external_employeeTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th>เครื่องมือ</th>
<th><label id='h_external_employee_position_number'>เลขที่ตำแหน่ง</label></th>
<th><label id='h_external_employee_position_name'>ชื่อตำแหน่ง</label></th>
<th><label id='h_external_employee_fullname'>ชื่อ - สกุล</label></th>
<th><label id='user_id'>user_id</label></th>
<th><label id='user_id'>user_email</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{