ปรับปรุงหลายข้อ
This commit is contained in:
@@ -28,7 +28,7 @@ function eva_create_evaluation_detail_FeedDataToForm(data) {
|
||||
$("#eva_create_evaluation_detail_work_period").val(data.work_period);
|
||||
$("#eva_create_evaluation_detail_order_of_data").val(data.order_of_data);
|
||||
DropDownClearFormAndFeedWithData($("#eva_create_evaluation_detail_help_org_id"), data, "id", "external_name", "item_help_org_id", data.help_org_id);
|
||||
|
||||
$("#eva_create_evaluation_detail_remark").val(data.remark);
|
||||
}
|
||||
|
||||
function eva_create_evaluation_detail_GetFromForm() {
|
||||
@@ -43,6 +43,7 @@ function eva_create_evaluation_detail_GetFromForm() {
|
||||
eva_create_evaluation_detailObject.work_period = $("#eva_create_evaluation_detail_work_period").val();
|
||||
eva_create_evaluation_detailObject.order_of_data = $("#eva_create_evaluation_detail_order_of_data").val();
|
||||
eva_create_evaluation_detailObject.help_org_id = $("#eva_create_evaluation_detail_help_org_id").val();
|
||||
eva_create_evaluation_detailObject.remark = $("#eva_create_evaluation_detail_remark").val();
|
||||
|
||||
return eva_create_evaluation_detailObject;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user