แก้ไข op 3550, 3567, 3568
This commit is contained in:
@@ -21,27 +21,29 @@
|
||||
<i class="fa fa-plus" style="color:white;"></i> เพิ่มรายการ
|
||||
</button>
|
||||
</div>
|
||||
<table id="eva_evaluation_achievement_processTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ลำดับ</th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_id'>รหัสอ้างอิง</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_create_evaluation_detail_id'>อ้างอิงตาราง eva_create_evaluation_detail</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_achievement'>ผลสัมฤทธิ์ตัวชี้วัดผลงาน</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_weight'>น้ำหนัก</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_score'>คะแนน</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_sumary'>รวมคะแนน</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score1'>คะแนนตามค่าระดับเป้าหมาย1</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score2'>คะแนนตามค่าระดับเป้าหมาย2</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score3'>คะแนนตามค่าระดับเป้าหมาย3</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score4'>คะแนนตามค่าระดับเป้าหมาย4</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score5'>คะแนนตามค่าระดับเป้าหมาย5</label></th>
|
||||
<div style="overflow-x: auto;">
|
||||
<table id="eva_evaluation_achievement_processTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ลำดับ</th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_id'>รหัสอ้างอิง</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_create_evaluation_detail_id'>อ้างอิงตาราง eva_create_evaluation_detail</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_achievement'>ผลสัมฤทธิ์ตัวชี้วัดผลงาน</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_weight'>น้ำหนัก</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_score'>คะแนน</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_sumary'>รวมคะแนน</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score1'>คะแนนตามค่าระดับเป้าหมาย1</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score2'>คะแนนตามค่าระดับเป้าหมาย2</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score3'>คะแนนตามค่าระดับเป้าหมาย3</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score4'>คะแนนตามค่าระดับเป้าหมาย4</label></th>
|
||||
<th><label id='h_eva_evaluation_achievement_process_target_score5'>คะแนนตามค่าระดับเป้าหมาย5</label></th>
|
||||
|
||||
<th>กิจกรรม</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="thin-border-bottom" id="eva_evaluation_achievement_processBody"></tbody>
|
||||
</table>
|
||||
<th>กิจกรรม</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="thin-border-bottom" id="eva_evaluation_achievement_processBody"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="text-align:right; padding-bottom:20px">
|
||||
<label id="score_label">Total Score: 0</label>
|
||||
@@ -62,16 +64,16 @@
|
||||
@section FooterPlaceHolder{
|
||||
<script src="~/js/eva_evaluation_achievement_process/eva_evaluation_achievement_process_inline.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
//var id = getUrlParameter("id");
|
||||
//if (id) {
|
||||
// eva_evaluation_achievement_process_InitialForm(id);
|
||||
//}
|
||||
eva_evaluation_achievement_process_InitialForm('');
|
||||
});
|
||||
$(document).ready(function () {
|
||||
//var id = getUrlParameter("id");
|
||||
//if (id) {
|
||||
// eva_evaluation_achievement_process_InitialForm(id);
|
||||
//}
|
||||
eva_evaluation_achievement_process_InitialForm('');
|
||||
});
|
||||
|
||||
$(document).on("change", ".input_score", function () {
|
||||
eva_evaluation_achievement_process_Summary();
|
||||
});
|
||||
$(document).on("change", ".input_score", function () {
|
||||
eva_evaluation_achievement_process_Summary();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user