ปรับปรุงหน้าจอ ประวัติการแก้ไข

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-09-11 15:00:56 +07:00
parent fdb09a2427
commit 656d991f07
13 changed files with 1143 additions and 19 deletions

View File

@@ -122,6 +122,10 @@ function eva_create_evaluation_detail_firstdoc_RefreshTable() {
//window.parent.eva_create_evaluation_detail_firstdoc_DoSearch();
}
function openHistory(s) {
window_open(s + "&history_group=1");
}
//================= Update and Delete =========================================
var eva_create_evaluation_detail_firstdoc_customValidation = function (group) {

View File

@@ -6,6 +6,7 @@ var eva_create_evaluation_detail_history_API = "/api/eva_create_evaluation_detai
function eva_create_evaluation_detail_history_GetSearchParameter() {
var eva_create_evaluation_detail_historySearchObject = new Object();
eva_create_evaluation_detail_historySearchObject.evaluation_detail_id = getUrlParameter("id");
eva_create_evaluation_detail_historySearchObject.history_group = getUrlParameter("history_group");
return eva_create_evaluation_detail_historySearchObject;
}
@@ -22,7 +23,6 @@ function eva_create_evaluation_detail_history_FeedDataToForm(data) {
$("#eva_create_evaluation_detail_history_evaluation_detail_id").val(data.evaluation_detail_id);
$("#eva_create_evaluation_detail_history_action_dt").val(formatDate(data.action_dt));
$("#eva_create_evaluation_detail_history_action_detail").val(data.action_detail);
//DropDownClearFormAndFeedWithData($("#eva_create_evaluation_detail_history_action_emp_id"), data, "id", "employee_type", "item_action_emp_id", data.action_emp_id);
}

View File

@@ -124,6 +124,10 @@ function eva_create_evaluation_detail_process_RefreshTable() {
//window.parent.eva_create_evaluation_detail_process_DoSearch();
}
function openHistory(s) {
window_open(s+"&history_group=2");
}
//================= Update and Delete =========================================
var eva_create_evaluation_detail_process_customValidation = function (group) {