%--
- Author(s) : Hyung min Son
- Date : 2014.07.25
- Description: 결격 사유 팝업
--%>
<%@page import="monfox.toolkit.snmp.agent.modules.SnmpV2Mib.SysOREntry"%>
<%@ page contentType="text/html; charset=utf-8" %>
<%@ page import="kr.co.hsnc.common.sql.RowSet" %>
<%@ page import="kr.co.hsnc.common.util.ValueObject" %>
<%@ page import="com.udapsoft.waf.system.*" %>
<%@ page import="com.udapsoft.waf.common.ui.*" %>
<%@ page import="com.udapsoft.waf.common.*" %>
<%@ page import="kr.co.udapsoft.common.*" %>
<%@ page import="com.udapsoft.waf.common.util.StringUtils" %>
<%@ page import="com.udapsoft.waf.common.ui.HTMLMaker" %>
<%@ page import="com.udapsoft.waf.system.HandlerStorage" %>
<%@ page import="kr.co.udapsoft.ebid.buyer.common.file.FileManager"%>
<%@ include file="/jsp/work/taglib.jsp" %>
<%
ctx.init(request, response);
HandlerStorage storage = ctx.getHandlerStorage();
ValueObject user = ctx.getUser();
ValueObject params = storage.getParams();
String event = storage.getEvent();
ValueObject Order = storage.getValueObject("Order");
String ROW = (String) storage.get("ROW");
String VENDOR_CD = (String) storage.get("VENDOR_CD");
String BID_NO = (String) storage.get("BID_NO");
String BID_DEG = (String) storage.get("BID_DEG");
String pop_win_id = (String) storage.get("pop_win_id");
String FILE_GB = (String) storage.get("FILE_GB");
String DEMANDED_ID = (String) storage.get("DEMANDED_ID");
String VENDOR_NO = (String) storage.get("VENDOR_NO");
String ESTI_TOT_AMT = (String) storage.get("ESTI_TOT_AMT");
String OBC_EMP_YN= (String) storage.get("OBC_EMP_YN");
String OBC_PENSION_YN= (String) storage.get("OBC_PENSION_YN");
String OBC_HEALTH_YN= (String) storage.get("OBC_HEALTH_YN");
String OBC_ELDER_YN= (String) storage.get("OBC_ELDER_YN");
String OBC_WORK_YN= (String) storage.get("OBC_WORK_YN");
String OBC_RESIGN_YN= (String) storage.get("OBC_RESIGN_YN");
String OBC_SAFE_YN= (String) storage.get("OBC_SAFE_YN");
String OBC_ENV_YN= (String) storage.get("OBC_ENV_YN");
String OBC_SITE_YN= (String) storage.get("OBC_SITE_YN");
String OBC_DUTY_YN= (String) storage.get("OBC_DUTY_YN");
String OBC_WARR_YN= (String) storage.get("OBC_WARR_YN");
String OBC_DUTY_RATE= (String) storage.get("OBC_DUTY_RATE");
String PointCount= (String) storage.get("PointCount");
ValueObject file = storage.getValueObject(storage.get("FILE_GB"));
%>