diff --git a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml index d5ed24f..31e7a05 100644 --- a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml +++ b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d.cshtml @@ -549,10 +549,11 @@ if (!ValidateForm('eva_create_evaluation_detail_review01', eva_create_evaluation_detail_review01_customValidation)) { return; } + startLoad(); saveAll(); setTimeout(function () { eva_create_evaluation_detail_status_PutUpdate(s); - }, 1000); + }, 2000); } function saveAll() { diff --git a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml index f6c724b..0ca24a5 100644 --- a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml +++ b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml @@ -731,21 +731,24 @@ saveAll(); setTimeout(function () { eva_create_evaluation_detail_review02_PutUpdate(true); - }, 1000); + endLoad(); + }, 2000); } function saveReview03() { saveAll(); setTimeout(function () { eva_create_evaluation_detail_review03_PutUpdate(true); - }, 1000); + endLoad(); + }, 2000); } function saveReview04() { saveAll(); setTimeout(function () { eva_create_evaluation_detail_review04_PutUpdate(true); - }, 1000); + endLoad(); + }, 2000); } function saveStatus(s) { @@ -753,31 +756,34 @@ if (!ValidateForm('eva_create_evaluation_detail_review02', eva_create_evaluation_detail_review02_customValidation)) { return; } + startLoad(); saveAll(); eva_create_evaluation_detail_review02_PutUpdate(false); setTimeout(function () { eva_create_evaluation_detail_status_PutUpdate(s); - }, 1000); + }, 2000); } else if (s === "next3") { if (!ValidateForm('eva_create_evaluation_detail_review03', eva_create_evaluation_detail_review03_customValidation)) { return; } + startLoad(); saveAll(); eva_create_evaluation_detail_review03_PutUpdate(false); setTimeout(function () { eva_create_evaluation_detail_status_PutUpdate(s); - }, 1000); + }, 2000); } else if (s === "next4") { if (!ValidateForm('eva_create_evaluation_detail_review04', eva_create_evaluation_detail_review04_customValidation)) { return; } + startLoad(); saveAll(); eva_create_evaluation_detail_review04_PutUpdate(false); setTimeout(function () { eva_create_evaluation_detail_status_PutUpdate(s); - }, 1000); + }, 2000); } }