From e5b3614d969f3e15881e6a3a9a788c8f3b1679f5 Mon Sep 17 00:00:00 2001 From: myname Date: Mon, 20 Oct 2025 10:17:35 +0900 Subject: [PATCH] =?UTF-8?q?2025-10-20=2010:17=20=EC=84=A4=EB=AC=B8?= =?UTF-8?q?=EB=82=B4=EC=9A=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../olp/qmc/web/EgovQustnrManageController.java | 12 ++++++++++++ .../prevent/cndtnEduPrcsAplctPrdMngDetail.jsp | 10 +++++----- .../uss/olp/qqm/EgovItnQustnrQestnManageRegist.jsp | 14 +++++++++++--- 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/src/main/java/kcc/let/uss/olp/qmc/web/EgovQustnrManageController.java b/src/main/java/kcc/let/uss/olp/qmc/web/EgovQustnrManageController.java index 2124caf7..a9bd9be4 100644 --- a/src/main/java/kcc/let/uss/olp/qmc/web/EgovQustnrManageController.java +++ b/src/main/java/kcc/let/uss/olp/qmc/web/EgovQustnrManageController.java @@ -42,6 +42,7 @@ import kcc.let.sec.ram.service.EgovAuthorManageService; import kcc.let.uss.olp.qmc.service.EgovQustnrManageService; import kcc.let.uss.olp.qmc.service.QustnrManageVO; import kcc.let.uss.olp.qqm.service.EgovQustnrQestnManageService; +import kcc.let.utl.fcc.service.EgovCryptoUtil; /** * 설문관리를 처리하는 Controller Class 구현 @@ -105,6 +106,10 @@ public class EgovQustnrManageController { @Resource(name = "EgovFileMngService") private EgovFileMngService fileService; + //암복호화 유틸 + @Resource(name = "egovCryptoUtil") + EgovCryptoUtil egovCryptoUtil; + /** * 설문관리 팝업 목록을 조회한다. * @param searchVO @@ -214,6 +219,13 @@ public class EgovQustnrManageController { } //paginationInfo.setTotalRecordCount( resultList.size()> 0 ? ((int)((EgovMap)resultList.get(0)).get("totcnt")) : 0); + + for (int i=0;i - +<%-- --%> @@ -712,7 +712,7 @@ 핸드폰 신청일 확정여부 - 의뢰상태 + 승인처리 @@ -753,13 +753,13 @@ - - + +<%-- --%> <%-- --%> <%-- --%> - + diff --git a/src/main/webapp/WEB-INF/jsp/uss/olp/qqm/EgovItnQustnrQestnManageRegist.jsp b/src/main/webapp/WEB-INF/jsp/uss/olp/qqm/EgovItnQustnrQestnManageRegist.jsp index 5c5d2a33..8170e860 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/olp/qqm/EgovItnQustnrQestnManageRegist.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/olp/qqm/EgovItnQustnrQestnManageRegist.jsp @@ -118,10 +118,18 @@ function addRow(){ var oRow = itemTable.insertRow(); th = document.createElement('th'); th.innerHTML = itemTable.rows.length;; - oRow.appendChild(th); + + if (itemTable.rows.length>5){ + alert("문항은 5개 까지만 생성 가능합니다."); + }else{ + oRow.appendChild(th); + + var oCell2 = oRow.insertCell(); + oCell2.innerHTML = ""; + } - var oCell2 = oRow.insertCell(); - oCell2.innerHTML = ""; + //alert(itemTable.rows.length); + } function delRow(){ if($("#appPlaceTy").val() == '3'){