2023/07/31 기록발급 서비스 준비중으로 변경

This commit is contained in:
subsub 2023-07-31 10:42:46 +09:00
parent 08d4fffb42
commit 5712aa575a
2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@ function goExpPage(num) {
전자조정시스템 접수 사건 : 우편 또는 온라인 발급 모두 가능
</p>
</a>
<button type="button" title="페이지 이동" onclick="goExpPage(4);">기록발급 바로가기</button>
<button type="button" onclick="goExpPage(4);" disabled="disabled">서비스 준비중</button>
</div>
</div>
</li>

View File

@ -258,7 +258,7 @@ function fn_egov_inqire_notice(bbsId, nttId) {
전자조정시스템 접수 사건 : 우편 또는 온라인 발급 모두 가능
</p>
</a>
<button type="button" title="페이지 이동" onclick="location.href='<c:out value='${docIssReqList}'/>'">기록발급 바로가기</button>
<button type="button" onclick="location.href='<c:out value='${docIssReqList}'/>'" disabled="disabled">서비스 준비중</button>
</div>
</div>
</li>