이준호 전자조정시스템고도화 커밋
- (관리자) 각 통지서들 송달 입력 시 송달번호 입력 팝업 없이 바로 송달 등록 화면으로 이동
This commit is contained in:
parent
a70db8677c
commit
64b0502af1
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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> --%>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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> --%>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user