2022-11-07 15:12 기일조서 나오게 처리

This commit is contained in:
myname 2022-11-07 15:12:48 +09:00
parent 1faee2b244
commit e0acf86c7f
2 changed files with 18 additions and 13 deletions

View File

@ -582,7 +582,7 @@ $(document).ready(function(){
</c:if>
<!-- 기일조서 -->
<!--
<!--
기일조서
<br/>${KccadrConstants.ADR_APP_NTC_APPR }
<br/>${info.statCd }
@ -593,17 +593,16 @@ $(document).ready(function(){
<br/>/${apmChgDateList}/1
<br/>/${drtInfo}/2
-->
<!-- 기일변경승인(204050) 또는 기일승인(204050) 인 경우는 기일변경 내용보기 버튼, 취하종결(305010~305090)은 상시 프로세스이므로 제외-->
<c:if test="${(info.statCd== KccadrConstants.ADR_APP_NTC_APPR
|| fn:indexOf(info.statCd,'30') > -1)
&&
(info.statCd < KccadrConstants.ADR_CNCLTBS_APPR_REQ
|| info.statCd > KccadrConstants.ADR_CNCLTBS_RETN)
&&
(not empty apmChgDateList
|| not empty drtInfo)
&&
(info.statCd != KccadrConstants.ADR_APP_CHG_APPR)
<c:if test="${
(info.statCd== KccadrConstants.ADR_APP_NTC_APPR || fn:indexOf(info.statCd,'30') > -1)
&&
(info.statCd < KccadrConstants.ADR_CNCLTBS_APPR_REQ || info.statCd > KccadrConstants.ADR_CNCLTBS_RETN)
&&
(not empty apmChgDateList || not empty drtInfo)
&&
(info.statCd != KccadrConstants.ADR_APP_CHG_APPR)
}">
<%-- <c:if test="${(info.statCd== KccadrConstants.ADR_APP_NTC_APPR
|| info.statCd== KccadrConstants.ADR_APP_CHG_APPR

View File

@ -258,7 +258,8 @@
//결재 팝업이후 처리 내용
function fnc_aprvl_pop_ret(param){
fncGoList(); //조정진행목록으로
updtDntSbmt(); //SBMT_YN='Y'로 처리
//fncGoList(); //조정진행목록으로
}
function fncPrint() {
@ -654,7 +655,12 @@
<div class="area_right">
<button type="button" class="btnType06" onclick="fncPrint()">출력</button>
<!-- 배당결재완료(202050), 기일변경승인(204050) 기일통지서 반려(205090)인 경우는 기일지정 버튼 표시
, (기존 기일지정값이 없으면 등록, 있으면 기일지정수정) 그외 상태는 버튼이 안보임. -->
, (기존 기일지정값이 없으면 등록, 있으면 기일지정수정) 그외 상태는 버튼이 안보임.
ADR_DEPT_SLCT_COMP : "202050", // 조정부지정완료
ADR_APP_NTC_RETN : "205090", // 기일통지서반려(211104 추가)
ADR_APP_ADD : "204040", // 기일추가
ADR_APP_CHG_APPR : "204050", // 기일변경승인
-->
<c:if test="${info.statCd== KccadrConstants.ADR_DEPT_SLCT_COMP
|| info.statCd== KccadrConstants.ADR_APP_NTC_RETN
|| info.statCd== KccadrConstants.ADR_APP_ADD