이준호 전자조정시스템고도화 커밋

- (관리자) 각 통지서들 송달 입력 시 송달번호 입력 팝업 없이 바로 송달 등록 화면으로 이동
This commit is contained in:
LJH 2022-10-17 18:17:06 +09:00
parent a70db8677c
commit 64b0502af1
16 changed files with 17 additions and 16 deletions

View File

@ -563,7 +563,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
</c:if>

View File

@ -385,7 +385,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
<button type="button" class="btnType06" onclick="fncDel()">삭제</button>

View File

@ -466,7 +466,7 @@ $(document).ready(function() {
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
<button type="button" class="btnType06" onclick="fncDel()">삭제</button>

View File

@ -592,7 +592,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose> --%>

View File

@ -442,7 +442,7 @@
<button type="button" class="btnType06" onclick="fncReg()">등록</button>
</c:if>
<%-- 기일변경 통지서 등록화면이라서 송달정보 입력은 주석처리했음 20220126 --%>
<%-- <button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button> --%>
<%-- <button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button> --%>
<button type="button" class="btnType04" onclick="fncGoList()">취소</button>
</div>
</div>

View File

@ -478,7 +478,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
</c:if>

View File

@ -311,7 +311,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
<button type="button" class="btnType06" onclick="fncDel()">삭제</button>

View File

@ -620,7 +620,8 @@
</c:when>
<c:otherwise>
<c:if test="${info.statCd*1 >= KccadrConstants.ADR_APP_NTC_APPR*1}">
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<!-- <button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button> -->
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:if>
</c:otherwise>
</c:choose>

View File

@ -787,7 +787,7 @@
<c:otherwise>
<!-- 기일조서결재완료인 경우에만 송달정보입력이 보인다. -->
<c:if test="${info.statCd ge '302050' && info.statCd ne '302090' }">
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:if>
</c:otherwise>
</c:choose>

View File

@ -646,7 +646,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
</c:if>

View File

@ -536,7 +536,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
<button type="button" class="btnType06" onclick="fncDel()">삭제</button>

View File

@ -441,7 +441,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
</c:if>

View File

@ -486,7 +486,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
<%-- </c:if> --%>

View File

@ -276,7 +276,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
<button type="button" class="btnType06" onclick="fncDel()">삭제</button>

View File

@ -267,7 +267,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
</c:if>

View File

@ -557,7 +557,7 @@
<button type="button" class="btnType02" onclick="listDlvInfo();">송달정보조회</button>
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="sendDlvInfoPop();">송달정보입력</button>
<button type="button" class="btnType02" onclick="sendDlvInfo();">송달정보입력</button>
</c:otherwise>
</c:choose>
</c:if>