ปรับแบบฟอร์ม ให้ค้นหา รายชื่อพนักงานได้

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-08 20:16:33 +07:00
parent f0c43b11ff
commit 8df0daba91
2 changed files with 118 additions and 110 deletions

View File

@@ -68,7 +68,7 @@ function eva_adjust_postponement_detail_migration_InitialForm(s) {
eva_adjust_postponement_detail_migration_FeedDataToSearchForm(result);
if (s) {
// Incase model popup
$("#eva_adjust_postponement_detail_migrationModel").modal("show");
//$("#eva_adjust_postponement_detail_migrationModel").modal("show");
}
endLoad();
};
@@ -80,6 +80,7 @@ function eva_adjust_postponement_detail_migration_InitialForm(s) {
function eva_adjust_postponement_detail_migration_GoCreate() {
// Incase model popup
alert("กรุณาเลื่อนจอ ไปด้านล่างสุด เพื่อกรอกแบบฟอร์มเพิ่มข้อมูล");
eva_adjust_postponement_detail_migration_SetCreateForm(true);
// Incase open new page
@@ -88,6 +89,7 @@ function eva_adjust_postponement_detail_migration_GoCreate() {
function eva_adjust_postponement_detail_migration_GoEdit(a) {
// Incase model popup
alert("กรุณาเลื่อนจอ ไปด้านล่างสุด เพื่อกรอกแบบฟอร์มแก้ไขข้อมูล");
eva_adjust_postponement_detail_migration_SetEditForm(a);
// Incase open new page
@@ -98,7 +100,7 @@ function eva_adjust_postponement_detail_migration_SetEditForm(a) {
var successFunc = function (result) {
eva_adjust_postponement_detail_migration_editMode = "UPDATE";
eva_adjust_postponement_detail_migration_FeedDataToForm(result);
$("#eva_adjust_postponement_detail_migrationModel").modal("show");
//$("#eva_adjust_postponement_detail_migrationModel").modal("show");
endLoad();
};
startLoad();