%--
- Author(s) : Hyung min Son
- Date : 2014.07.25
- Description: 결격 사유 팝업
--%>
<%@ 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.*" %>
<%@ page import="kr.co.udapsoft.common.*" %>
<%@ page import="com.udapsoft.waf.common.ui.HTMLMaker" %>
<%@ page import="com.udapsoft.waf.common.util.Formatter2"%>
<%@ 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 SIGN_YN = (String) storage.get("SIGN_YN");
String fevent = (String) storage.get("fevent");
ValueObject file = storage.getValueObject(storage.get("FILE_GB"));
if(Order.get("PointCount").isEmpty()){
Order.set("PointCount", storage.get("PointCount"));
}
String PointCount = Order.get("PointCount");
%>