แก้บัก หลังจากตรวจงานทีม

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-06 08:17:06 +07:00
parent 9ffe9c30d3
commit 39c11f277a
4 changed files with 9 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ function eva_adjust_postponement_detail_normal_02_Save(id) {
var eacheva_adjust_postponement_detail_normal_02 = eva_adjust_postponement_detail_normal_02_GetFromForm($(this), i);
eva_adjust_postponement_detail_normal_02.push(eacheva_adjust_postponement_detail_normal_02);
});
//console.log(eva_adjust_postponement_detail_normal_02);
var successFunc = function (result) {
AlertSuccess("ปรับปรุงข้อมูลเรียบร้อยแล้ว");
endLoad();

View File

@@ -59,8 +59,9 @@ function eva_adjust_postponement_normal_SetEditForm(a) {
var successFunc = function (result) {
eva_adjust_postponement_normal_editMode = "UPDATE";
eva_adjust_postponement_normal_FeedDataToForm(result);
Oneva_adjust_postponement_normal_limit_frameChange();
Oneva_adjust_postponement_normal_percentageChange();
//Oneva_adjust_postponement_normal_limit_frameChange();
//Oneva_adjust_postponement_normal_percentageChange();
Oneva_adjust_postponement_detail_normal_02_promoted_percentageChanged();
endLoad();
};
startLoad();
@@ -88,7 +89,8 @@ function eva_adjust_postponement_normal_PutUpdate() {
//Update Mode
if (eva_adjust_postponement_normal_editMode === "UPDATE") {
var successFunc1 = function (result) {
AlertSuccess(result.code+" "+result.message);
eva_adjust_postponement_detail_normal_02_Save(getUrlParameter("id"));
//AlertSuccess(result.code+" "+result.message);
endLoad();
};
startLoad();