diff --git a/src/main/webapp/WEB-INF/jsp/itms/pot/MyIncidentStat.jsp b/src/main/webapp/WEB-INF/jsp/itms/pot/MyIncidentStat.jsp index 1c8f33a9..cf02bca8 100644 --- a/src/main/webapp/WEB-INF/jsp/itms/pot/MyIncidentStat.jsp +++ b/src/main/webapp/WEB-INF/jsp/itms/pot/MyIncidentStat.jsp @@ -256,7 +256,7 @@
-

SR 처리현황더보기 +

SR 처리현황더보기
diff --git a/src/main/webapp/WEB-INF/jsp/itms/pot/MyReportStat.jsp b/src/main/webapp/WEB-INF/jsp/itms/pot/MyReportStat.jsp index cd418785..ff16ed9c 100644 --- a/src/main/webapp/WEB-INF/jsp/itms/pot/MyReportStat.jsp +++ b/src/main/webapp/WEB-INF/jsp/itms/pot/MyReportStat.jsp @@ -254,7 +254,7 @@
-

보고서 처리현황더보기 +

보고서 처리현황더보기
diff --git a/src/main/webapp/WEB-INF/jsp/main/MainView.jsp b/src/main/webapp/WEB-INF/jsp/main/MainView.jsp index 74b77df9..f7f32fa5 100644 --- a/src/main/webapp/WEB-INF/jsp/main/MainView.jsp +++ b/src/main/webapp/WEB-INF/jsp/main/MainView.jsp @@ -171,8 +171,11 @@ //선택된 메뉴(baseMenuNo)의 하위 메뉴중 첫번재 메뉴의 링크정보를 리턴한다. if (nValue[0]==MenuNo) { - document.getElementById("leftMenuNo").value=nValue[0]; // 좌측메뉴 세팅 - document.getElementById("baseMenuNo").value=baseMenuNo; + // 2025.11.28 나혁제 지정된 폼 처리 + // document.getElementById("leftMenuNo").value=nValue[0]; // 좌측메뉴 세팅 + // document.getElementById("baseMenuNo").value=baseMenuNo; + document.menuListForm.leftMenuNo.value=nValue[0]; // 좌측메뉴 세팅 + document.menuListForm.baseMenuNo.value=baseMenuNo; document.menuListForm.action = ""+nValue[5].substring(1); document.menuListForm.submit(); }