From e0acf86c7f8794c9fd0992ca2a76cae703d18bf6 Mon Sep 17 00:00:00 2001 From: myname Date: Mon, 7 Nov 2022 15:12:48 +0900 Subject: [PATCH] =?UTF-8?q?2022-11-07=2015:12=20=EA=B8=B0=EC=9D=BC?= =?UTF-8?q?=EC=A1=B0=EC=84=9C=20=EB=82=98=EC=98=A4=EA=B2=8C=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp | 21 +++++++++---------- .../jsp/kccadr/adjPgrMgr/dnt/dntDetail.jsp | 10 +++++++-- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp index b88787c7..06c22344 100644 --- a/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp +++ b/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmTab0.jsp @@ -582,7 +582,7 @@ $(document).ready(function(){ - + - -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) }"> <%-- + , (기존 기일지정값이 없으면 등록, 있으면 기일지정수정) 그외 상태는 버튼이 안보임. + ADR_DEPT_SLCT_COMP : "202050", // 조정부지정완료 + ADR_APP_NTC_RETN : "205090", // 기일통지서반려(211104 추가) + ADR_APP_ADD : "204040", // 기일추가 + ADR_APP_CHG_APPR : "204050", // 기일변경승인 + -->