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

@@ -96,38 +96,40 @@
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_salary_cylinder_DoSearch();">ค้นหา</button>
<br />
<button class="btn btn-info" onclick="javascript:eva_salary_cylinder_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:eva_salary_cylinder_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<div style="overflow-x: auto;">
<table id="eva_salary_cylinderTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th>เครื่องมือ</th>
<th><label id='h_eva_salary_cylinder_position_type'>ประเภทตำแหน่ง</label></th>
<th><label id='h_eva_salary_cylinder_position_level'>ระดับตำแหน่ง</label></th>
<th><label id='h_eva_salary_cylinder_temporary_min'>ขั้นต่ำชั่วคราว</label></th>
<th><label id='h_eva_salary_cylinder_themin'>ขั้นต่ำ</label></th>
<th><label id='h_eva_salary_cylinder_themax'>ขั้นสูง</label></th>
<th><label id='h_eva_salary_cylinder_middle'>ค่ากลาง</label></th>
<th><label id='h_eva_salary_cylinder_cost_living '>ค่าครองชีพ</label></th>
<table id="eva_salary_cylinderTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th>เครื่องมือ</th>
<th><label id='h_eva_salary_cylinder_position_type'>ประเภทตำแหน่ง</label></th>
<th><label id='h_eva_salary_cylinder_position_level'>ระดับตำแหน่ง</label></th>
<th><label id='h_eva_salary_cylinder_temporary_min'>ขั้นต่ำชั่วคราว</label></th>
<th><label id='h_eva_salary_cylinder_themin'>ขั้นต่ำ</label></th>
<th><label id='h_eva_salary_cylinder_themax'>ขั้นสูง</label></th>
<th><label id='h_eva_salary_cylinder_middle'>ค่ากลาง</label></th>
<th><label id='h_eva_salary_cylinder_cost_living '>ค่าครองชีพ</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</section>
@section FooterPlaceHolder{
<script src="~/js/eva_salary_cylinder/eva_salary_cylinder.js?version=@MyHelper.GetDummyText()"></script>
<script>
$(document).ready(function () {
eva_salary_cylinder_InitiateDataTable();
eva_salary_cylinder_InitialForm();
SetupValidationRemark("eva_salary_cylinder");
});
$(document).ready(function () {
eva_salary_cylinder_InitiateDataTable();
eva_salary_cylinder_InitialForm();
SetupValidationRemark("eva_salary_cylinder");
});
</script>
}