ปรับปรุงหน้าจอ ประวัติการแก้ไข
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user