ปรับปรุง รายงานการเลื่อนเงินเดือน
This commit is contained in:
@@ -23,6 +23,10 @@ function eva_self_review_FeedDataToSearchForm(data) {
|
||||
console.log(data);
|
||||
}
|
||||
|
||||
function vw_eva_performance_plan_GoAll() {
|
||||
window.location = appsite + "/rep_eva_self_review_allView/rep_eva_self_review_all_report";
|
||||
}
|
||||
|
||||
//================= Form Data Customizaiton =========================================
|
||||
|
||||
function eva_self_review_FeedDataToForm(data) {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//================= Search Customizaiton =========================================
|
||||
|
||||
function rep_eva_self_review_all_GoBack() {
|
||||
window.location = appsite + "/vw_eva_performance_planView/vw_eva_performance_plan";
|
||||
window.location = appsite + "/eva_self_reviewView/eva_self_review";
|
||||
}
|
||||
|
||||
function rep_eva_self_review_all_GetSearchParameter(fileType) {
|
||||
|
||||
@@ -158,7 +158,7 @@ var vw_eva_performance_plan_setupTable = function (result) {
|
||||
"targets": 0, //1,
|
||||
"data": "id",
|
||||
"render": function (data, type, row, meta) {
|
||||
return "<button type='button' class='btn btn-warning btn-sm' onclick='javascript:vw_eva_performance_plan_GoEdit(" + tmp + data + tmp + ")'><i class='fa fa-pencil-alt'></i></button> ";
|
||||
return "<button type='button' class='btn btn-warning btn-sm' onclick='javascript:vw_eva_performance_plan_GoEdit(" + tmp + data + tmp + ")'><i class='fa fa-pencil'></i></button> ";
|
||||
}
|
||||
},
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user