แก้ไข op 3550, 3567, 3568
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<input class="form-control" type="hidden" id="eva_performance_plan_id" />
|
||||
|
||||
|
||||
<div class='row'>
|
||||
<div class="form-group col-md-6">
|
||||
<label id="lab_eva_performance_plan_fiscal_year" for="eva_performance_plan_fiscal_year">ปีงบประมาณ</label>
|
||||
@@ -73,34 +73,36 @@
|
||||
</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>
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_performance_plan_fiscal_year'>ปีงบประมาณ</label></th>
|
||||
<th><label id='h_eva_performance_plan_theTime'>รอบการประเมินที่</label></th>
|
||||
|
||||
<table id="eva_performance_planTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_performance_plan_fiscal_year'>ปีงบประมาณ</label></th>
|
||||
<th><label id='h_eva_performance_plan_theTime'>รอบการประเมินที่</label></th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@section FooterPlaceHolder{
|
||||
<script src="~/js/eva_performance_plan/eva_performance_plan.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
eva_performance_plan_InitiateDataTable();
|
||||
eva_performance_plan_InitialForm();
|
||||
SetupValidationRemark("eva_performance_plan");
|
||||
});
|
||||
$(document).ready(function () {
|
||||
eva_performance_plan_InitiateDataTable();
|
||||
eva_performance_plan_InitialForm();
|
||||
SetupValidationRemark("eva_performance_plan");
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user