From 8163670ce73749c2cbde8360b6a6951f9100679d Mon Sep 17 00:00:00 2001 From: myname Date: Wed, 20 Mar 2024 17:27:07 +0900 Subject: [PATCH] =?UTF-8?q?2024-03-20=2017:26=20=EC=A7=80=EC=97=AD?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EC=88=A8=EA=B8=B0=EA=B8=B0=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ve/instr/tngrVisitEdu/asgnmInfo/instrAsgnmDetail.jsp | 6 ++++-- .../web/ve/instr/tngrVisitEdu/endInfo/instrEduEndDetail.jsp | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/asgnmInfo/instrAsgnmDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/asgnmInfo/instrAsgnmDetail.jsp index 0203df2e..428155d7 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/asgnmInfo/instrAsgnmDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/asgnmInfo/instrAsgnmDetail.jsp @@ -20,11 +20,13 @@ var eduSlctAreaCd = ''; var rsdne = ''; var splitString = rsdne.split('('); + /* if(eduSlctAreaCd == splitString[0]) { $(".rsdneDiv").text("동일지역"); } else { $(".rsdneDiv").text("타지역"); } + */ /* 총지급액 계산 */ @@ -618,7 +620,7 @@ -

지역구분

+ @@ -643,7 +645,7 @@ -

지역구분

+ diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/endInfo/instrEduEndDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/endInfo/instrEduEndDetail.jsp index 12501186..09ce7d66 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/endInfo/instrEduEndDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/instr/tngrVisitEdu/endInfo/instrEduEndDetail.jsp @@ -18,11 +18,13 @@ $( document ).ready(function() { var rsdne = ''; var splitString = rsdne.split("("); + /* if(rsdne == splitString) { $("#locale").text("동일지역"); } else { $("#locale").text("타지역"); } + */ // 레이어팝업 포커싱 이동 수정 $(".tooltip-close").click(function(){ @@ -342,7 +344,7 @@ $( document ).ready(function() { -

지역구분

+ @@ -367,7 +369,7 @@ $( document ).ready(function() { -

지역구분

+