ปรับปรุงหน้า migration ให้ดูง่ายขึ้น และอื่นๆ อีกหลายจุด
This commit is contained in:
@@ -207,6 +207,7 @@ var eva_adjust_postponement_detail_migration_setupTable = function (result) {
|
||||
{ "data": "id" },
|
||||
{ "data": "order_at_this_time" },
|
||||
{ "data": "employee_id_external_linkage_external_name" },
|
||||
{ "data": "workingstatus" },
|
||||
{ "data": "sarary" },
|
||||
{ "data": "cost_living" },
|
||||
{ "data": "middle" },
|
||||
|
||||
@@ -184,6 +184,7 @@ var eva_adjust_postponement_migration_setupTable = function (result) {
|
||||
{ "data": "id" },
|
||||
{ "data": "fiscal_year" },
|
||||
{ "data": "theRound" },
|
||||
{ "data": "txt_data_type" },
|
||||
{ "data": "limit" },
|
||||
{ "data": "limit_frame" },
|
||||
{ "data": "limit_quota" },
|
||||
|
||||
@@ -4,11 +4,12 @@ var eva_adjust_postponement_migration_API = "/api/eva_adjust_postponement_migrat
|
||||
//================= Form Data Customizaiton =========================================
|
||||
|
||||
function eva_adjust_postponement_migration_FeedDataToForm(data) {
|
||||
//console.log(data);
|
||||
$("#eva_adjust_postponement_migration_id").val(data.id);
|
||||
$("#eva_adjust_postponement_migration_fiscal_year").val(data.fiscal_year);
|
||||
$("#eva_adjust_postponement_migration_theDate").val(formatDate(data.theDate));
|
||||
$("#eva_adjust_postponement_migration_theRound").val(data.theRound);
|
||||
DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_migration_create_evaluation_id"), data, "id", "performance_plan_id", "item_create_evaluation_id", data.create_evaluation_id);
|
||||
DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_migration_create_evaluation_id"), data, "external_id", "external_name", "item_create_evaluation_id", data.create_evaluation_id);
|
||||
$("#eva_adjust_postponement_migration_limit").val(data.limit);
|
||||
$("#eva_adjust_postponement_migration_limit_frame").val(data.limit_frame);
|
||||
$("#eva_adjust_postponement_migration_limit_quota").val(data.limit_quota);
|
||||
|
||||
Reference in New Issue
Block a user