From 931e83e7179d5f16cd651bd309a3edb301e75fb7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-QGC5RJO\\DBNT" Date: Fri, 27 Jan 2023 10:38:46 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EB=AC=B4=EC=9B=90=20=EC=8B=9D?= =?UTF-8?q?=EB=B3=84=EB=B2=88=ED=98=B8=EB=A5=BC=20=EB=94=94=EC=A7=80?= =?UTF-8?q?=ED=84=B8=20=EC=8B=9D=EB=B3=84=EC=BD=94=EB=93=9C=EB=A1=9C=20?= =?UTF-8?q?=EB=AA=85=EC=B9=AD=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/login/login.js | 2 +- src/main/resources/static/js/police/police.js | 2 +- src/main/resources/static/js/userMgt/userMgt.js | 2 +- .../resources/templates/adminPage/userMgt/userEditModal.html | 4 ++-- src/main/resources/templates/login/joinForm.html | 4 ++-- src/main/resources/templates/login/login.html | 2 +- src/main/resources/templates/login/login_back.html | 2 +- .../resources/templates/police/police/policeEditModal.html | 4 ++-- src/main/resources/templates/police/police/policeHistory.html | 2 +- src/main/resources/templates/user/myInfo.html | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/resources/static/js/login/login.js b/src/main/resources/static/js/login/login.js index 56ea2c53..9d797405 100644 --- a/src/main/resources/static/js/login/login.js +++ b/src/main/resources/static/js/login/login.js @@ -19,7 +19,7 @@ $(document).on('click', '#dicCodeSearchBtn', function (){ } }); }else{ - alert("공무원식별번호를 입력해주세요.") + alert("디지털식별코드를 입력해주세요.") } }) diff --git a/src/main/resources/static/js/police/police.js b/src/main/resources/static/js/police/police.js index 09f04f90..b6769a55 100644 --- a/src/main/resources/static/js/police/police.js +++ b/src/main/resources/static/js/police/police.js @@ -30,7 +30,7 @@ function showModal(userSeq){ $(document).on('click', '#syncToKwmsBtn', function (){ const dicCode = $("#dicCode").val(); if(!dicCode){ - alert("공무원식별번호가 없습니다.") + alert("디지털식별코드가 없습니다.") }else{ syncUserInfoToKwms([{ userSeq: $("#userSeq").val(), diff --git a/src/main/resources/static/js/userMgt/userMgt.js b/src/main/resources/static/js/userMgt/userMgt.js index 626ee1fc..7a9b4a1c 100644 --- a/src/main/resources/static/js/userMgt/userMgt.js +++ b/src/main/resources/static/js/userMgt/userMgt.js @@ -58,7 +58,7 @@ $(document).on('click', '#deleteBtn', function (){ $(document).on('click', '#syncToKwmsBtn', function (){ const dicCode = $("#dicCode").val(); if(!dicCode){ - alert("공무원식별번호가 없습니다.") + alert("디지털식별코드가 없습니다.") }else{ syncUserInfoToKwms([{ userSeq: $("#userSeq").val(), diff --git a/src/main/resources/templates/adminPage/userMgt/userEditModal.html b/src/main/resources/templates/adminPage/userMgt/userEditModal.html index 02a90e03..ba8305c0 100644 --- a/src/main/resources/templates/adminPage/userMgt/userEditModal.html +++ b/src/main/resources/templates/adminPage/userMgt/userEditModal.html @@ -28,7 +28,7 @@
- +
@@ -171,7 +171,7 @@ - +
diff --git a/src/main/resources/templates/login/joinForm.html b/src/main/resources/templates/login/joinForm.html index 16326ce0..f0292989 100644 --- a/src/main/resources/templates/login/joinForm.html +++ b/src/main/resources/templates/login/joinForm.html @@ -7,7 +7,7 @@