ปรับปรุง การอนุมัติแบบข้อตกลง ของ ผอ
This commit is contained in:
@@ -70,12 +70,13 @@ function eva_create_evaluation_detail_firstdoc_InitialForm() {
|
||||
|
||||
function eva_create_evaluation_detail_firstdoc_SetEditForm(a) {
|
||||
var successFunc = function (result) {
|
||||
console.log(result)
|
||||
//console.log(result)
|
||||
eva_create_evaluation_detail_firstdoc_editMode = "UPDATE";
|
||||
eva_create_evaluation_detail_firstdoc_FeedDataToForm(result);
|
||||
endLoad();
|
||||
};
|
||||
startLoad();
|
||||
console.log(apisite + eva_create_evaluation_detail_firstdoc_API + a);
|
||||
AjaxGetRequest(apisite + eva_create_evaluation_detail_firstdoc_API + a, successFunc, AlertDanger);
|
||||
}
|
||||
|
||||
|
||||
@@ -88,6 +88,9 @@ function eva_create_evaluation_detail_status_PutUpdate(a) {
|
||||
else if (a === "nextB") {
|
||||
data.status_chief_a = "Y";
|
||||
}
|
||||
else if (a === "nextC") {
|
||||
data.status_supervisor_a = "Y";
|
||||
}
|
||||
else if (a === "next0") {
|
||||
data.status_self = "Y";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user