2024-03-20 17:26 지역정보 숨기기처리

This commit is contained in:
myname 2024-03-20 17:27:07 +09:00
parent 6c16a0512c
commit 8163670ce7
2 changed files with 8 additions and 4 deletions

View File

@ -20,11 +20,13 @@
var eduSlctAreaCd = '<ve:code codeId="VE0008" code="${info.eduSlctAreaCd}"/>';
var rsdne = '<c:out value="${instrInfo.rsdne}" />';
var splitString = rsdne.split('(');
/*
if(eduSlctAreaCd == splitString[0]) {
$(".rsdneDiv").text("동일지역");
} else {
$(".rsdneDiv").text("타지역");
}
*/
/* 총지급액 계산 */
@ -618,7 +620,7 @@
</tr>
<tr class="trLength2">
<th scope="row">
<p>지역구분</p>
<!-- <p>지역구분</p> -->
</th>
<td colspan="4" class="rsdneDiv"></td>
</tr>
@ -643,7 +645,7 @@
</tr>
<tr class="trLength4">
<th scope="row">
<p>지역구분</p>
<!-- <p>지역구분</p> -->
</th>
<td class="rsdneDiv"></td>
<th scope="row">

View File

@ -18,11 +18,13 @@ $( document ).ready(function() {
var rsdne = '<c:out value="${info2.rsdne}" />';
var splitString = rsdne.split("(");
/*
if(rsdne == splitString) {
$("#locale").text("동일지역");
} else {
$("#locale").text("타지역");
}
*/
// 레이어팝업 포커싱 이동 수정
$(".tooltip-close").click(function(){
@ -342,7 +344,7 @@ $( document ).ready(function() {
</tr>
<tr class="trLength2">
<th scope="row">
<p>지역구분</p>
<!-- <p>지역구분</p> -->
</th>
<td id="locale" colspan="4"></td>
</tr>
@ -367,7 +369,7 @@ $( document ).ready(function() {
</tr>
<tr class="trLength4">
<th scope="row">
<p>지역구분</p>
<!-- <p>지역구분</p> -->
</th>
<td id="locale"></td>
<th scope="row">