แก้ไข op 3550, 3567, 3568
This commit is contained in:
@@ -30,25 +30,27 @@
|
||||
<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>
|
||||
<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>
|
||||
</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>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@section FooterPlaceHolder{
|
||||
|
||||
@@ -29,29 +29,32 @@
|
||||
<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>
|
||||
<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>
|
||||
</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>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user