รวม code แก้ไข Change Request จากทีม
This commit is contained in:
@@ -196,7 +196,6 @@ console.log(result);
|
||||
{ "data": "org_id_external_linkage_external_name" },
|
||||
{ "data": "status_chief" },
|
||||
{ "data": "status_supervisor" },
|
||||
|
||||
{ "data": "id" }
|
||||
|
||||
],
|
||||
@@ -214,10 +213,13 @@ console.log(result);
|
||||
"render": function (data, type, row, meta) {
|
||||
if(row.status_chief === "Y"){
|
||||
return "<button type='button' class='btn btn-warning btn-sm' onclick='javascript:eva_create_evaluation_detail_agreement_GoSelfReview(" + tmp + data + tmp + ")'><i class='fa fa-pencil'></i></button> ";
|
||||
}else{
|
||||
return "";
|
||||
}
|
||||
|
||||
}
|
||||
}],
|
||||
}
|
||||
],
|
||||
"language": {
|
||||
"url": appsite + "/DataTables-1.10.16/thai.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user