<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.biz_nis.cmn.CommonMethod" %> <%@ page import="com.biz_nis.nw_prstus.goal_nmvl_prstus.GoalNmvlPrstusDAO" %> <%@ page import="com.biz_nis.nw_prstus.goal_nmvl_prstus.GoalNmvlPrstusDTO" %> <%@ page import="org.apache.log4j.Logger" %> <% Logger l_oLogger = Logger.getLogger( "" ); request.setCharacterEncoding("UTF-8"); //parameter int p_nCurPage = CommonMethod.intNullChk(request.getParameter("cur_page"), 1); int p_nListSize = CommonMethod.intNullChk(request.getParameter("list_size"), 10); String p_sSlct_flag = CommonMethod.nullChk(request.getParameter("slct_flag"), "mbr_id"); String p_sSrch_text = CommonMethod.nullChk(request.getParameter("srch_text")); String p_sSlct_entp_idstry = CommonMethod.nullChk(request.getParameter("slct_entp_idstry")); String p_sSlct_entp_dstic = CommonMethod.nullChk(request.getParameter("slct_entp_dstic")); String p_sGoal_seq = CommonMethod.nullChk(request.getParameter("goal_seq")); GoalNmvlPrstusDAO l_oGoalNmvlPrstus = new GoalNmvlPrstusDAO(); GoalNmvlPrstusDTO l_oGoalNmvlPrstusDTO = new GoalNmvlPrstusDTO(); l_oGoalNmvlPrstusDTO = (GoalNmvlPrstusDTO)l_oGoalNmvlPrstus.getGoalNmvlPrstusMgrInfo( p_sGoal_seq ); String l_sGoal_mbr_id = CommonMethod.nullChk(l_oGoalNmvlPrstusDTO.getGoal_mbr_id()).trim(); String l_sGoal_mbr_belng = CommonMethod.nullChk(l_oGoalNmvlPrstusDTO.getGoal_mbr_belng()).trim(); String l_sGoal_idstry = CommonMethod.nullChk(l_oGoalNmvlPrstusDTO.getGoal_idstry()).trim(); int l_nGoal_inwonsu = l_oGoalNmvlPrstusDTO.getGoal_inwonsu(); int l_nGoal_base = l_oGoalNmvlPrstusDTO.getGoal_base(); int l_nGoal_year = l_oGoalNmvlPrstusDTO.getGoal_year(); %> ▒▒▒ SCG ▒▒▒ <%@ include file = "/include/inc_sub_top.jsp"%>
<%@ include file = "/include/inc_sub_left_menu_nw_prstus.jsp"%>
목표치 등록
* 소속 * 임원
* 산업별 구분
* 인원수
* 점수(평균)
* 년도

<% if ( "mgr01".equals(CommonMethod.nullChk( (String)session.getAttribute("mbr_usr_dstic") ) ) ) { %> <% } %>

 

<%@ include file = "/include/inc_sub_bottom.jsp"%>