From dd244589c572ca622a516c6a204bdc4dd7b9dbc0 Mon Sep 17 00:00:00 2001 From: dev02 Date: Tue, 6 Jun 2023 09:07:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=89=8D=E7=AB=AF]=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=8D=B3=E6=99=82=E5=91=8A=E8=AD=A6=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=B6=AD=E4=BF=AE=E5=96=AE=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/_alert.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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(); } }