ปรับปรุง UI และ Flow ของงาน เพิ่มเติม

This commit is contained in:
Nakorn Rientrakrunchai
2021-02-13 12:31:34 +07:00
parent fc5cd13a6e
commit 2159daa300
15 changed files with 898 additions and 31 deletions

View File

@@ -171,6 +171,7 @@ var eva_evaluation_operating_agreement_setupTable = function (result) {
{
"targets": 0, //1,
"data": "id",
"visible": show_tool,
"render": function (data, type, row, meta) {
return "<button type='button' class='btn btn-warning btn-sm status_self' onclick='javascript:eva_evaluation_operating_agreement_GoEdit(" + tmp + data + tmp + ")'><i class='fa fa-pencil'></i></button> <button type='button' class='btn btn-danger btn-sm status_self' onclick='javascript:eva_evaluation_operating_agreement_GoDelete(" + tmp + data + tmp + ")'><i class='fa fa-trash-o '></i></button> ";
}
@@ -186,7 +187,7 @@ var eva_evaluation_operating_agreement_setupTable = function (result) {
"language": {
"url": appsite + "/DataTables-1.10.16/thai.json"
},
"paging": true,
"paging": false,
"searching": false,
"bSort": false
});