แก้ไข op 3550, 3567, 3568
This commit is contained in:
@@ -77,35 +77,37 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<button class="btn btn-info" onclick="javascript:eva_level_score_DoSearch();">ค้นหา</button>
|
||||
<br />
|
||||
<button class="btn btn-info" onclick="javascript:eva_level_score_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
|
||||
<button style="display:none;" class="btn btn-info" onclick="javascript:eva_level_score_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table id="eva_level_scoreTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_level_score_code'>รหัสระดับผลงาน</label></th>
|
||||
<th><label id='h_eva_level_score_detail'>ระดับผลการประเมิน</label></th>
|
||||
<th><label id='h_eva_level_score_min_score'>ช่วงคะแนนต่ำสุด</label></th>
|
||||
<th><label id='h_eva_level_score_max_score'>ช่วงคะแนนสูงสุด</label></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
<div style="overflow-x: auto;">
|
||||
<table id="eva_level_scoreTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_level_score_code'>รหัสระดับผลงาน</label></th>
|
||||
<th><label id='h_eva_level_score_detail'>ระดับผลการประเมิน</label></th>
|
||||
<th><label id='h_eva_level_score_min_score'>ช่วงคะแนนต่ำสุด</label></th>
|
||||
<th><label id='h_eva_level_score_max_score'>ช่วงคะแนนสูงสุด</label></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@section FooterPlaceHolder{
|
||||
<script src="~/js/eva_level_score/eva_level_score.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
eva_level_score_InitiateDataTable();
|
||||
eva_level_score_InitialForm();
|
||||
SetupValidationRemark("eva_level_score");
|
||||
});
|
||||
$(document).ready(function () {
|
||||
eva_level_score_InitiateDataTable();
|
||||
eva_level_score_InitialForm();
|
||||
SetupValidationRemark("eva_level_score");
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user