2024-03-20 17:26 지역정보 숨기기처리
This commit is contained in:
parent
6c16a0512c
commit
8163670ce7
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user