<%-- - Author(s) : Hoonseok choi - Date : 2023.02.10 - 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="com.udapsoft.waf.common.ui.*" %> <%@ 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"); ValueObject attid = storage.getValueObject("ATT_ID"); String ROW = (String) storage.get("ROW"); String VENDOR_CD = (String) storage.get("VENDOR_CD"); String QUOT_ID = (String) storage.get("QUOT_ID"); String QUOT_BID_NO = (String) storage.get("QUOT_BID_NO"); String QUOT_BID_DEG = (String) storage.get("QUOT_BID_DEG"); String pop_win_id = (String) storage.get("pop_win_id"); String FILE_GB = (String) storage.get("FILE_GB"); String fevent = (String) storage.get("fevent"); ValueObject file = storage.getValueObject(storage.get("FILE_GB")); String DEMANDED_ID = (String) storage.get("DEMANDED_ID"); String SITE_ATTEND_YN = (String) storage.get("SITE_ATTEND_YN"); String ON_SUPP_YN = (String) storage.get("ON_SUPP_YN"); String IN_OUT_DIV = (String) storage.get("IN_OUT_DIV"); String STATUS_CD = (String) storage.get("STATUS_CD"); if(Order.get("PointCount").isEmpty()){ Order.set("PointCount", storage.get("PointCount")); } String PointCount = Order.get("PointCount"); %>
">
사업자번호 <%=Order.get("VENDOR_NO")%>
업체명 <%=Order.get("VENDOR_NAME")%>
불참 사유
<%-- --%>
견적금액 <%= InputText.get("ESTI_TOT_AMT", Formatter2.currency(Order.get("ESTI_TOT_AMT"),0), 30, 15, "desc=견적금액,Number,right","Number") %>원
최종 견적 제출 일시 <%=Order.get("SUBMIT_DT")%>
업체 의견
첨부파일 <%--
<%=FileManager.getFileListForDiv(FILE_GB, DEMANDED_ID) %>
--%> [Attach File]
첨부자료 [Attach File]
저장 닫기