ปรับปรุง การอนุมัติแบบข้อตกลง ของ ผอ
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user