<%@ 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.nw_list.NetworkListDAO" %> <%@ page import="com.biz_nis.nw_prstus.nw_list.NetworkListDTO" %> <%@ 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_sSrch_fr_dt = CommonMethod.nullChk(request.getParameter("srch_fr_dt")); String p_sSrch_to_dt = CommonMethod.nullChk(request.getParameter("srch_to_dt")); String p_sSlct_idstry = CommonMethod.nullChk(request.getParameter("slct_idstry")); String p_sSlct_entp = CommonMethod.nullChk(request.getParameter("slct_entp")); String p_sSlct_jobcl = CommonMethod.nullChk(request.getParameter("slct_jobcl")); String p_sNet_seq = CommonMethod.nullChk(request.getParameter("net_seq")); NetworkListDAO l_oNetworkListDAO = new NetworkListDAO(); NetworkListDTO l_oNetworkListDTO = new NetworkListDTO(); l_oNetworkListDTO = (NetworkListDTO)l_oNetworkListDAO.getNetworkListMgrInfo( p_sNet_seq ); String l_sNet_idstry = CommonMethod.nullChk(l_oNetworkListDTO.getNet_idstry()).trim(); String l_sNet_dstic = CommonMethod.nullChk(l_oNetworkListDTO.getNet_dstic()).trim(); String l_sNet_entp_id = Integer.toString(l_oNetworkListDTO.getNet_entp_id()).trim(); String l_sNet_mbr_id = CommonMethod.nullChk(l_oNetworkListDTO.getNet_mbr_id()).trim(); String l_sNet_jobcl = CommonMethod.nullChk(l_oNetworkListDTO.getNet_jobcl()).trim(); String l_sNet_tel01 = CommonMethod.nullChk(l_oNetworkListDTO.getNet_tel01()).trim(); String l_sNet_tel02 = CommonMethod.nullChk(l_oNetworkListDTO.getNet_tel02()).trim(); String l_sNet_tel03 = CommonMethod.nullChk(l_oNetworkListDTO.getNet_tel03()).trim(); %> ▒▒▒ SCG ▒▒▒ <%@ include file = "/include/inc_sub_top.jsp"%>
<%@ include file = "/include/inc_sub_left_menu_nw_prstus.jsp"%>
네트워크 등록
* 산업별 분류   * 구분  
* 업체  
* 임원  
* 이름  
* 직책 직급  
구분(A)   > 오너 > 오너라인 > 전문경영인 > 임원 > 실무자
나이   연락처   - -
* 관계 관계  
업무연계성   > 현재연관 > 향후매우 > 향후보통 > 잠재적 > 약간
친교기간   > 10년초과 > 6~10년 > 1~5년 > 6개월~1년 > 6개월이하
친밀도   > 막역(매우친밀) > 친밀 > 보통 > 대면 > 중계자
접촉빈도   > 5회이하 > 6~12회 > 13~24회 > 24회초과 > 24회초과
친밀가능성   > 현재친밀 > 향후매우 > 향후보통 > 잠재적 > 약간
* 중요도 중요도   > 현재중요 > 향후중요 > 향후보통 > 잠재적 > 약간
* 사유  
비고  

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

 

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