ปรับปรุง รายงานการเลื่อนเงินเดือน

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-03-25 12:12:29 +07:00
parent 4859e4bdbd
commit 3be03e16d7
6 changed files with 60 additions and 77 deletions

View File

@@ -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) {

View File

@@ -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) {

View File

@@ -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> ";
}
},
//{