ปรับแบบฟอร์ม ให้ค้นหา รายชื่อพนักงานได้
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user