แก้ไข op 3550, 3567, 3568
This commit is contained in:
@@ -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,29 +83,31 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table id="eva_evaluation_group_detailTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>เลือก</th>
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_evaluation_group_detail_id'>รหัสอ้างอิง</label></th>
|
||||
<th><label id='h_eva_evaluation_group_detail_evaluation_group_id'>อ้างอิงตาราง eva_evaluation_group</label></th>
|
||||
<th><label id='h_eva_evaluation_group_detail_employee_id'>รหัสพนักงาน อ้างอิงตาราง hrm_employee</label></th>
|
||||
<div style="overflow-x: auto;">
|
||||
<table id="eva_evaluation_group_detailTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>เลือก</th>
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_evaluation_group_detail_id'>รหัสอ้างอิง</label></th>
|
||||
<th><label id='h_eva_evaluation_group_detail_evaluation_group_id'>อ้างอิงตาราง eva_evaluation_group</label></th>
|
||||
<th><label id='h_eva_evaluation_group_detail_employee_id'>รหัสพนักงาน อ้างอิงตาราง hrm_employee</label></th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@section FooterPlaceHolder{
|
||||
<script src="~/js/eva_evaluation_group_detail/eva_evaluation_group_detail.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
eva_evaluation_group_detail_InitiateDataTable();
|
||||
eva_evaluation_group_detail_InitialForm();
|
||||
SetupValidationRemark("eva_evaluation_group_detail");
|
||||
});
|
||||
$(document).ready(function () {
|
||||
eva_evaluation_group_detail_InitiateDataTable();
|
||||
eva_evaluation_group_detail_InitialForm();
|
||||
SetupValidationRemark("eva_evaluation_group_detail");
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user