This commit is contained in:
subsub 2024-01-26 11:25:32 +09:00
commit ddde732395
2 changed files with 9 additions and 8 deletions

View File

@ -223,7 +223,8 @@ $(document).ready(function(){
$(".tooltip-close").click(function(){
var activeTarget = $('[data-tooltip-con="sub37_pop20"]');
activeTarget.hide();
$('[data-tooltip="sub37_pop20"]:first-child').focus();
//$('[data-tooltip="sub37_pop20"]:first-child').focus();
$('[data-info="${chasiInfo.eduChasiOrd}"]').focus();
});
})
@ -236,7 +237,7 @@ $(document).ready(function(){
<input type="hidden" name="qestnrId" id="qestnrId" value="${chasiSrvyList[0].qestnrId}">
<input type="hidden" name="qestmInfoSize" id="qestmInfoSize" value="${fn:length(chasiSrvyList)}">
<div class="popup_wrap popType01" tabindex="0" data-tooltip-con="sub37_pop20" data-focus="sub37_pop20" data-focus-prev="sub37_pop20_close">
<div class="popup_wrap popType01" tabindex="0" data-info="${chasiInfo.eduChasiOrd}" data-tooltip-con="sub37_pop20" data-focus="sub37_pop20" data-focus-prev="sub37_pop20_close">
<div class="popup_tit">
<p>강의만족도 결과 등록</p> <button class="btn_popup_close tooltip-close" data-focus="sub37_pop20_close" title="팝업 닫기"><i></i></button>
</div>

View File

@ -1183,23 +1183,23 @@
<td><!-- 학생 -->
<c:choose>
<c:when test="${not empty list.qustnrRespondId10 and list.qestnrParticipantCnt gt 0 and list.qustnrQesitmId10Cnt gt 0}">
<button type="button" class="btnType02" data-tooltip="sub37_pop20"
<button type="button" class="btnType02" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','select'
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
)" title="팝업 열림">설문완료</button>
</c:when>
<c:when test="${not empty list.qestnrId10}">
<button type="button" class="btnType01" data-tooltip="sub37_pop20"
<button type="button" class="btnType01" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','insert'
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
)" title="팝업 열림">설문등록</button>
<button type="button" class="btnType04" data-tooltip="sub37_pop20"
<button type="button" class="btnType04" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
onclick="fncQustnrPrintList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','print'
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
)" title="팝업 열림">설문출력</button>
<button type="button" class="btnType04" data-tooltip="sub37_pop20"
<button type="button" class="btnType04" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
onclick="fncQustnrQRPrintList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','print'
,'${list.qustnrTmplatId}','${list.qestnrId10}','${list.qustnrRespondId10}'
)" title="팝업 열림">설문QR</button>
@ -1213,13 +1213,13 @@
<td><!-- 신청인 -->
<c:choose>
<c:when test="${not empty list.qustnrRespondId20 and list.qestnrParticipantCnt gt 0 and list.qustnrQesitmId20Cnt gt 0}">
<button type="button" class="btnType02" data-tooltip="sub37_pop20"
<button type="button" class="btnType02" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','20','select'
,'${list.qustnrTmplatId}','${list.qestnrId20}','${list.qustnrRespondId20}'
)" title="팝업 열림">설문완료</button>
</c:when>
<c:when test="${not empty list.qestnrId20}">
<button type="button" class="btnType01" data-tooltip="sub37_pop20"
<button type="button" class="btnType01" data-info="${list.eduChasiOrd}" data-tooltip="sub37_pop20"
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','20','insert'
,'${list.qustnrTmplatId}','${list.qestnrId20}','${list.qustnrRespondId20}'
)" title="팝업 열림">설문등록</button>