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 eduSlctAreaCd = '<ve:code codeId="VE0008" code="${info.eduSlctAreaCd}"/>';
|
||||||
var rsdne = '<c:out value="${instrInfo.rsdne}" />';
|
var rsdne = '<c:out value="${instrInfo.rsdne}" />';
|
||||||
var splitString = rsdne.split('(');
|
var splitString = rsdne.split('(');
|
||||||
|
/*
|
||||||
if(eduSlctAreaCd == splitString[0]) {
|
if(eduSlctAreaCd == splitString[0]) {
|
||||||
$(".rsdneDiv").text("동일지역");
|
$(".rsdneDiv").text("동일지역");
|
||||||
} else {
|
} else {
|
||||||
$(".rsdneDiv").text("타지역");
|
$(".rsdneDiv").text("타지역");
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* 총지급액 계산 */
|
/* 총지급액 계산 */
|
||||||
@ -618,7 +620,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="trLength2">
|
<tr class="trLength2">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>지역구분</p>
|
<!-- <p>지역구분</p> -->
|
||||||
</th>
|
</th>
|
||||||
<td colspan="4" class="rsdneDiv"></td>
|
<td colspan="4" class="rsdneDiv"></td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -643,7 +645,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="trLength4">
|
<tr class="trLength4">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>지역구분</p>
|
<!-- <p>지역구분</p> -->
|
||||||
</th>
|
</th>
|
||||||
<td class="rsdneDiv"></td>
|
<td class="rsdneDiv"></td>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
|
|||||||
@ -18,11 +18,13 @@ $( document ).ready(function() {
|
|||||||
var rsdne = '<c:out value="${info2.rsdne}" />';
|
var rsdne = '<c:out value="${info2.rsdne}" />';
|
||||||
var splitString = rsdne.split("(");
|
var splitString = rsdne.split("(");
|
||||||
|
|
||||||
|
/*
|
||||||
if(rsdne == splitString) {
|
if(rsdne == splitString) {
|
||||||
$("#locale").text("동일지역");
|
$("#locale").text("동일지역");
|
||||||
} else {
|
} else {
|
||||||
$("#locale").text("타지역");
|
$("#locale").text("타지역");
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// 레이어팝업 포커싱 이동 수정
|
// 레이어팝업 포커싱 이동 수정
|
||||||
$(".tooltip-close").click(function(){
|
$(".tooltip-close").click(function(){
|
||||||
@ -342,7 +344,7 @@ $( document ).ready(function() {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="trLength2">
|
<tr class="trLength2">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>지역구분</p>
|
<!-- <p>지역구분</p> -->
|
||||||
</th>
|
</th>
|
||||||
<td id="locale" colspan="4"></td>
|
<td id="locale" colspan="4"></td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -367,7 +369,7 @@ $( document ).ready(function() {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr class="trLength4">
|
<tr class="trLength4">
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>지역구분</p>
|
<!-- <p>지역구분</p> -->
|
||||||
</th>
|
</th>
|
||||||
<td id="locale"></td>
|
<td id="locale"></td>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user