ปรับปรุงหลายข้อ
This commit is contained in:
@@ -26,6 +26,7 @@ function eva_performance_plan_FeedDataToForm(data) {
|
||||
$("#eva_performance_plan_percent").val(data.percent);
|
||||
$("#eva_performance_plan_start_leave").val(formatDate(data.start_leave));
|
||||
$("#eva_performance_plan_end_leave").val(formatDate(data.end_leave));
|
||||
$("#eva_performance_plan_remark").val(data.remark);
|
||||
}
|
||||
|
||||
function eva_performance_plan_GetFromForm() {
|
||||
@@ -36,6 +37,7 @@ function eva_performance_plan_GetFromForm() {
|
||||
eva_performance_planObject.percent = $("#eva_performance_plan_percent").val();
|
||||
eva_performance_planObject.start_leave = getDate($("#eva_performance_plan_start_leave").val());
|
||||
eva_performance_planObject.end_leave = getDate($("#eva_performance_plan_end_leave").val());
|
||||
eva_performance_planObject.remark = $("#eva_performance_plan_remark").val();
|
||||
|
||||
return eva_performance_planObject;
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ function eva_performance_plan_FeedDataToForm(data) {
|
||||
$("#eva_performance_plan_percent").val(data.percent);
|
||||
$("#eva_performance_plan_start_leave").val(formatDate(data.start_leave));
|
||||
$("#eva_performance_plan_end_leave").val(formatDate(data.end_leave));
|
||||
$("#eva_performance_plan_remark").val(data.remark);
|
||||
}
|
||||
|
||||
function eva_performance_plan_GetFromForm() {
|
||||
@@ -20,6 +21,7 @@ function eva_performance_plan_GetFromForm() {
|
||||
eva_performance_planObject.percent = $("#eva_performance_plan_percent").val();
|
||||
eva_performance_planObject.start_leave = getDate($("#eva_performance_plan_start_leave").val());
|
||||
eva_performance_planObject.end_leave = getDate($("#eva_performance_plan_end_leave").val());
|
||||
eva_performance_planObject.remark = $("#eva_performance_plan_remark").val();
|
||||
|
||||
return eva_performance_planObject;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user