diff --git a/Frontend/_alert.html b/Frontend/_alert.html index 7ca1713..1938618 100644 --- a/Frontend/_alert.html +++ b/Frontend/_alert.html @@ -89,7 +89,7 @@ -
+
@@ -218,7 +218,7 @@ pageAct.alrSelSysSub = []; pageAct.selAllSysSub = false; first = true; - let dataAlarm = []; + // let dataAlarm = []; var historyTable = null; var elemIndex = 0; var index = 0; @@ -386,8 +386,8 @@ $('#inpFixDoCode').val(alr_fixDoCode); }); - onEvent('click', '#OpeRecSendBtn', function () { - let form = $("#opeRecForm"); + onEvent('click', '#alr_OpeRecSendBtn', function () { + let form = $("#alr_opeRecForm"); $(form).validate({ rules: { inpWorTyp: { required: true }, @@ -441,7 +441,7 @@ } else { //toast_ok(common.AddSuc); //$("#opeFirmModal").modal("hide"); - $("#OpeRecCanBtn").click(); + $("#alr_OpeRecCanBtn").click(); getData(); } }