공무원 식별번호를 디지털 식별코드로 명칭변경

master
DESKTOP-QGC5RJO\DBNT 2023-01-27 10:38:46 +09:00
parent 60f0e2d2a2
commit 931e83e717
10 changed files with 14 additions and 14 deletions

View File

@ -19,7 +19,7 @@ $(document).on('click', '#dicCodeSearchBtn', function (){
}
});
}else{
alert("공무원식별번호를 입력해주세요.")
alert("디지털식별코드를 입력해주세요.")
}
})

View File

@ -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(),

View File

@ -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(),

View File

@ -28,7 +28,7 @@
</div>
</div>
<div class="mb-3 mt-3 row">
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">공무원식별번호</label>
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">디지털식별코드</label>
<div class="col-sm-4">
<input type="text" class="form-control form-control-sm" id="dicCode" name="dicCode" autocomplete="off" th:value="${userInfo.dicCode}">
</div>
@ -171,7 +171,7 @@
<th:block th:if="${userInfo.userStatus eq 'USC003'}">
<button type="button" class="btn btn-info" id="syncToKwmsBtn" th:disabled="${#strings.isEmpty(userInfo.dicCode)}">인사시스템 정보 불러오기</button>
<th:block th:if="${#strings.isEmpty(userInfo.dicCode)}">
<label for="syncToKwmsBtn" style="font-size: 12px">공무원식별번호가 필요합니다.</label>
<label for="syncToKwmsBtn" style="font-size: 12px">디지털식별코드가 필요합니다.</label>
</th:block>
</th:block>
</div>

View File

@ -7,7 +7,7 @@
</div>
<div class="modal-body" th:if="${joinFlag eq 'F'}">
<div class="mb-3 mt-3 row">
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">공무원식별번호</label>
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">디지털식별코드</label>
<div class="col-sm-3">
<input type="text" class="form-control form-control-sm" id="dicCode" name="dicCode" autocomplete="off" th:value="${userInfo.dic}">
<label for="dicCode" style="font-size: 12px" th:text="${msg}"></label>
@ -18,7 +18,7 @@
<div class="modal-body" th:if="${joinFlag eq 'T'}">
<form id="userInfoInsert" action="#" th:action="@{/admin/insertUserInfo}" method="post">
<div class="mb-3 mt-3 row">
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">공무원식별번호</label>
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">디지털식별코드</label>
<div class="col-sm-3">
<input type="text" class="form-control form-control-sm" id="dicCode" name="dicCode" autocomplete="off" th:value="${userInfo.dicCode}">
</div>

View File

@ -64,7 +64,7 @@
</div>
<div class="modal-body">
<div class="mb-3 mt-3 row">
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">공무원식별번호</label>
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">디지털식별코드</label>
<div class="col-sm-3">
<input type="text" class="form-control form-control-sm" id="dicCode" name="dicCode" autocomplete="off">
</div>

View File

@ -59,7 +59,7 @@
</div>
<div class="modal-body">
<div class="mb-3 mt-3 row">
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">공무원식별번호</label>
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">디지털식별코드</label>
<div class="col-sm-3">
<input type="text" class="form-control form-control-sm" id="dicCode" name="dicCode" autocomplete="off">
</div>

View File

@ -20,7 +20,7 @@
<input type="hidden" name="userSeq" id="userSeq" class="userSeq" th:value="${userInfo.userSeq}">
<input type="hidden" name="userStatus" th:value="${userInfo.userStatus}">
<div class="mb-3 mt-3 row">
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">공무원식별번호</label>
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">디지털식별코드</label>
<div class="col-sm-4">
<input type="text" class="form-control form-control-sm" id="dicCode" name="dicCode" autocomplete="off" th:value="${userInfo.dicCode}">
</div>
@ -148,7 +148,7 @@
<th:block th:if="${accessAuth eq 'ACC003'}">
<button type="button" class="btn btn-info" id="syncToKwmsBtn" th:disabled="${#strings.isEmpty(userInfo.dicCode)}">인사시스템 정보 불러오기</button>
<th:block th:if="${#strings.isEmpty(userInfo.dicCode)}">
<label for="syncToKwmsBtn" style="font-size: 12px">공무원식별번호가 필요합니다.</label>
<label for="syncToKwmsBtn" style="font-size: 12px">디지털식별코드가 필요합니다.</label>
</th:block>
</th:block>
</div>

View File

@ -52,7 +52,7 @@
</div>
<div class="col-8" id="valueDiv">
<div class="mb-1 mt-3 row">
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">공무원식별번호</label>
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">디지털식별코드</label>
<div class="col-sm-4">
<input type="text" class="form-control form-control-sm dateSelector" id="vDicCode"readonly>
</div>

View File

@ -36,7 +36,7 @@
<input type="hidden" name="_csrf_header" th:value="${_csrf.headerName}"/>
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
<div class="mb-3 mt-3 row">
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">공무원식별번호</label>
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">디지털식별코드</label>
<div class="col-sm-4">
<input type="text" class="form-control form-control-sm" id="dicCode" name="dicCode" autocomplete="off" th:value="${userInfo.dicCode}">
</div>
@ -44,7 +44,7 @@
<div class="row justify-content-end">
<div class="col-auto">
<button type="button" class="btn btn-sm btn-info" id="syncBtn" th:disabled="${#strings.isEmpty(userInfo.dicCode)}">인사시스템 정보 연동</button>
<label for="syncBtn" class="fs-12" th:if="${#strings.isEmpty(userInfo.dicCode)}">공무원식별번호가 필요합니다.</label>
<label for="syncBtn" class="fs-12" th:if="${#strings.isEmpty(userInfo.dicCode)}">디지털식별코드가 필요합니다.</label>
</div>
<div class="col-auto">
<button type="button" class="btn btn-sm btn-success" id="updateBtn">수정</button>