%--
- FileName : OutSupplierApprList.jsp
- Author(s) : Sung Min Lee
- Date : 2014.06.17
-
- Description: 협력업체평가현황
--%>
<%@ page contentType="text/html; charset=utf-8" %>
<%@ page import="com.udapsoft.waf.system.HandlerStorage" %>
<%@ page import="com.udapsoft.waf.common.ui.*" %>
<%@ page import="kr.co.hsnc.common.util.*"%>
<%@ page import="kr.co.hsnc.common.sql.*" %>
<%@ include file="/jsp/work/taglib.jsp" %>
<%
ctx.init(request, response);
HandlerStorage storage = ctx.getHandlerStorage();
ValueObject params = storage.getParams();
ValueObject user = storage.getUser();
String soc_nm_combo = "선택|대한전문건설협회|대한기계설비공사협회|한국소방시설협회|한국정보통신공사협회|한국전기공사협회";
String soc_code_combo = "|01|02|03|04|05";
java.util.Calendar curDate = java.util.Calendar.getInstance();
curDate.add ( curDate.YEAR, -1 );
java.text.SimpleDateFormat fmtDay = new java.text.SimpleDateFormat("yyyy");
String p_yyyy = fmtDay.format(curDate.getTime()); // 오늘
%>