ทดลองแก้ไข กรณีกดแล้ว ไม่ส่งข้อมูล
This commit is contained in:
@@ -549,10 +549,11 @@
|
|||||||
if (!ValidateForm('eva_create_evaluation_detail_review01', eva_create_evaluation_detail_review01_customValidation)) {
|
if (!ValidateForm('eva_create_evaluation_detail_review01', eva_create_evaluation_detail_review01_customValidation)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
startLoad();
|
||||||
saveAll();
|
saveAll();
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
eva_create_evaluation_detail_status_PutUpdate(s);
|
eva_create_evaluation_detail_status_PutUpdate(s);
|
||||||
}, 1000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function saveAll() {
|
function saveAll() {
|
||||||
|
|||||||
@@ -731,21 +731,24 @@
|
|||||||
saveAll();
|
saveAll();
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
eva_create_evaluation_detail_review02_PutUpdate(true);
|
eva_create_evaluation_detail_review02_PutUpdate(true);
|
||||||
}, 1000);
|
endLoad();
|
||||||
|
}, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function saveReview03() {
|
function saveReview03() {
|
||||||
saveAll();
|
saveAll();
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
eva_create_evaluation_detail_review03_PutUpdate(true);
|
eva_create_evaluation_detail_review03_PutUpdate(true);
|
||||||
}, 1000);
|
endLoad();
|
||||||
|
}, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function saveReview04() {
|
function saveReview04() {
|
||||||
saveAll();
|
saveAll();
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
eva_create_evaluation_detail_review04_PutUpdate(true);
|
eva_create_evaluation_detail_review04_PutUpdate(true);
|
||||||
}, 1000);
|
endLoad();
|
||||||
|
}, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function saveStatus(s) {
|
function saveStatus(s) {
|
||||||
@@ -753,31 +756,34 @@
|
|||||||
if (!ValidateForm('eva_create_evaluation_detail_review02', eva_create_evaluation_detail_review02_customValidation)) {
|
if (!ValidateForm('eva_create_evaluation_detail_review02', eva_create_evaluation_detail_review02_customValidation)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
startLoad();
|
||||||
saveAll();
|
saveAll();
|
||||||
eva_create_evaluation_detail_review02_PutUpdate(false);
|
eva_create_evaluation_detail_review02_PutUpdate(false);
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
eva_create_evaluation_detail_status_PutUpdate(s);
|
eva_create_evaluation_detail_status_PutUpdate(s);
|
||||||
}, 1000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
else if (s === "next3") {
|
else if (s === "next3") {
|
||||||
if (!ValidateForm('eva_create_evaluation_detail_review03', eva_create_evaluation_detail_review03_customValidation)) {
|
if (!ValidateForm('eva_create_evaluation_detail_review03', eva_create_evaluation_detail_review03_customValidation)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
startLoad();
|
||||||
saveAll();
|
saveAll();
|
||||||
eva_create_evaluation_detail_review03_PutUpdate(false);
|
eva_create_evaluation_detail_review03_PutUpdate(false);
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
eva_create_evaluation_detail_status_PutUpdate(s);
|
eva_create_evaluation_detail_status_PutUpdate(s);
|
||||||
}, 1000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
else if (s === "next4") {
|
else if (s === "next4") {
|
||||||
if (!ValidateForm('eva_create_evaluation_detail_review04', eva_create_evaluation_detail_review04_customValidation)) {
|
if (!ValidateForm('eva_create_evaluation_detail_review04', eva_create_evaluation_detail_review04_customValidation)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
startLoad();
|
||||||
saveAll();
|
saveAll();
|
||||||
eva_create_evaluation_detail_review04_PutUpdate(false);
|
eva_create_evaluation_detail_review04_PutUpdate(false);
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
eva_create_evaluation_detail_status_PutUpdate(s);
|
eva_create_evaluation_detail_status_PutUpdate(s);
|
||||||
}, 1000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user