รวม code การแก้บัก จากทีม
This commit is contained in:
@@ -76,11 +76,11 @@ function eva_evaluation_behavior_process_Get(a, blankItem) {
|
||||
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_behavior_' + (i + 1)+'" /></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_weight_' + (i + 1)+'" /></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score1_' + (i + 1)+'">จำเป็นต้องพัฒนาอย่างยิ่ง</p></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score2_' + (i + 1)+'">ต้องพัฒนา</p></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score3_' + (i + 1)+'">พอใช้</p></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score4_' + (i + 1)+'">ดี</p></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score5_' + (i + 1)+'">ดีเยี่ยม</p></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score1_' + (i + 1)+'"></p></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score2_' + (i + 1)+'"></p></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score3_' + (i + 1)+'"></p></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score4_' + (i + 1)+'"></p></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_target_score5_' + (i + 1)+'"></p></td>';
|
||||
tag += '<td><input min="0" max="5" step=".01" onchange="Oneva_evaluation_behavior_process_scoreChange()" class="form-control" type="number" id="eva_evaluation_behavior_process_score_' + (i + 1)+'" /></td>';
|
||||
tag += '<td><p id="eva_evaluation_behavior_process_sumary_' + (i + 1)+'" /></td>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user