แก้ไข OP 3353,3651
This commit is contained in:
@@ -61,6 +61,9 @@ $("#w1").text(data.create_evaluation_score1.toFixed(2));
|
||||
$("#w2").text(data.create_evaluation_score2.toFixed(2));
|
||||
$("#w3").text((data.create_evaluation_score1+data.create_evaluation_score2).toFixed(2));
|
||||
|
||||
$("#eva_create_evaluation_detail_process_score1").text(data.create_evaluation_score1);
|
||||
$("#eva_create_evaluation_detail_process_score2").text(data.create_evaluation_score2);
|
||||
|
||||
}
|
||||
|
||||
function eva_create_evaluation_detail_process_GetFromForm() {
|
||||
|
||||
@@ -59,6 +59,9 @@ $("#w1").text(data.create_evaluation_score1.toFixed(2));
|
||||
$("#w2").text(data.create_evaluation_score2.toFixed(2));
|
||||
$("#w3").text((data.create_evaluation_score1+data.create_evaluation_score2).toFixed(2));
|
||||
|
||||
$("#eva_create_evaluation_detail_process_score1").text(data.create_evaluation_score1);
|
||||
$("#eva_create_evaluation_detail_process_score2").text(data.create_evaluation_score2);
|
||||
|
||||
}
|
||||
|
||||
function eva_create_evaluation_detail_process_GetFromForm() {
|
||||
|
||||
Reference in New Issue
Block a user