|
@@ -418,6 +418,7 @@ const rptCustomObj = (function () {
|
|
|
postData('/report/cDefine', data, function (result) {
|
|
|
reloadReportData(result);
|
|
|
$('#audit-select').modal('hide');
|
|
|
+ rptArchiveObj.toggleBtn(true);
|
|
|
});
|
|
|
};
|
|
|
|
|
@@ -517,6 +518,7 @@ const rptCustomObj = (function () {
|
|
|
}
|
|
|
$('#gather-select-count').html(data[sGatherSelect].tenders.length);
|
|
|
$('#gather-select').modal('hide');
|
|
|
+ rptArchiveObj.toggleBtn(true);
|
|
|
});
|
|
|
}
|
|
|
};
|
|
@@ -551,6 +553,7 @@ const rptCustomObj = (function () {
|
|
|
}
|
|
|
$('#stage-select-count').html(data[sStageSelect].stages.length);
|
|
|
$('#stage-select').modal('hide');
|
|
|
+ rptArchiveObj.toggleBtn(true);
|
|
|
});
|
|
|
}
|
|
|
};
|