<%@page import="kr.co.hsnc.common.util.ValueObject"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); ValueObject user = ctx.getUser(); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = ctx.getParams(); RowSet notiRowSet = storage.getRowSet("notiRowSet"); int rowSize = notiRowSet.size(); if(rowSize > 5) { rowSize = 5; } ValueObject getResultTargetCnt = storage.getValueObject("getResultTargetCnt"); ValueObject getBidCnt = storage.getValueObject("getBidCnt"); ValueObject getSuppContCnt = storage.getValueObject("getSuppContCnt"); ValueObject getPayCnt = storage.getValueObject("getPayCnt"); %>
" /> " /> " /> " /> " />
<% for( int i=0; i <% } %>
);" style="cursor: pointer;"> <% if( notiRowSet.getRow(i).get("title").length() > 22 ) { %> <%=notiRowSet.getRow(i).get("title").substring(0, 22) + "..."%> <% } else { %> <%=notiRowSet.getRow(i).get("title")%> <% } %> <%= notiRowSet.getRow(i).get("noti_dy").substring(0,4) + "-" + notiRowSet.getRow(i).get("noti_dy").substring(4,6) + "-" + notiRowSet.getRow(i).get("noti_dy").substring(6,8) %>
성명 <%=user.get("user_name") %>
전화번호 <%=user.get("tel_num") %>
핸드폰 <%=user.get("hp1") + "-" + user.get("hp2") + "-" + user.get("hp3") %>
이메일 <%=user.get("email") %>
<%if(user.get("job_div").equals("P")){ %> <%}else{ %> <%} %> <%if(user.get("job_div").equals("P")){ %> <%}else{ %> <%} %> <%if(user.get("job_div").equals("P")){ %> <%}else{ %> <%} %> <%if(user.get("job_div").equals("P")){ %> <%}else{ %> <%} %> <%if(user.get("job_div").equals("P")){ %> <%}else{ %> <%} %>
구매 입찰공고(<%=getBidCnt.get("CNT_1") %>) > 견적제출(<%=getBidCnt.get("CNT_2") %>) > 기술검토자료제출(<%=getBidCnt.get("CNT_3") %>) > 입찰결과(<%=getBidCnt.get("CNT_4") %>) 외주 입찰공고(<%=getBidCnt.get("CNT_1") %>) > 견적제출(<%=getBidCnt.get("CNT_2") %>) > 기술검토자료제출(<%=getBidCnt.get("CNT_3") %>) > 입찰결과(<%=getBidCnt.get("CNT_4") %>) 신규계약 진행중(<%=getSuppContCnt.get("CNT_1") %>) > 계약완료(<%=getSuppContCnt.get("CNT_2") %>)
변경계약 진행중(<%=getSuppContCnt.get("CNT_3") %>) > 계약완료(<%=getSuppContCnt.get("CNT_4") %>)
구매_선급금 진행중(<%=getPayCnt.get("CNT_1") %>) > 완료(<%=getPayCnt.get("CNT_2") %>) 외주_선급금 진행중(<%=getPayCnt.get("CNT_1") %>) > 완료(<%=getPayCnt.get("CNT_2") %>) 실적증명 발급대상(<%=getResultTargetCnt.get("result_target_cnt") %>) > 진행중(<%=getResultTargetCnt.get("result_ing_cnt") %>) > 발급완료(<%=getResultTargetCnt.get("result_end_cnt") %>)
구매_대금지급 진행중(<%=getPayCnt.get("CNT_3") %>) > 완료(<%=getPayCnt.get("CNT_4") %>) 외주_기성 진행중(<%=getPayCnt.get("CNT_3") %>) > 완료(<%=getPayCnt.get("CNT_4") %>)