รวม code ที่แก้ไขทั้งหมดในทุกจุด
This commit is contained in:
@@ -91,7 +91,7 @@ function eva_evaluation_achievement_process2_Get(a, blankItem) {
|
||||
//tag += '<td><input class="form-control" id="eva_evaluation_achievement_process2_target_score5_' + (i + 1)+'"/></td>';
|
||||
tag += '<td><p id="eva_evaluation_achievement_process2_score_' + (i + 1)+'" /></td>';
|
||||
tag += '<td><p id="eva_evaluation_achievement_process2_sumary_' + (i + 1)+'" /></td>';
|
||||
tag += '<td><input class="form-control" type="number" min="0" max="5" step=".01" onchange="javascript:Oneva_evaluation_achievement_process2_scoreChange();" id="eva_evaluation_achievement_process2_score2_' + (i + 1)+'" /></td>';
|
||||
tag += '<td><input class="form-control myeditor" type="number" min="0" max="5" step=".01" onchange="javascript:Oneva_evaluation_achievement_process2_scoreChange();" id="eva_evaluation_achievement_process2_score2_' + (i + 1)+'" /></td>';
|
||||
tag += '<td><p id="eva_evaluation_achievement_process2_sumary2_' + (i + 1)+'" /></td>';
|
||||
tag += '</tr>';
|
||||
$('#eva_evaluation_achievement_process2Body').append($(tag));
|
||||
|
||||
Reference in New Issue
Block a user