123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- <%@page import="monfox.toolkit.snmp.agent.modules.SnmpV2Mib.SysOREntry"%>
- <%@ page contentType="text/html; charset=utf-8" %>
- <%@ page import="com.udapsoft.waf.system.*"%>
- <%@ page import="com.udapsoft.waf.common.ui.*" %>
- <%@ page import="com.udapsoft.waf.common.web.*" %>
- <%@ page import="kr.co.hsnc.common.sql.*"%>
- <%@ page import="kr.co.hsnc.common.util.*"%>
- <%@ page import="kr.co.hsnc.common.sql.util.*"%>
- <%@ page import="com.udapsoft.waf.system.HandlerStorage"%>
- <%@ page import="kr.co.hsnc.common.util.ValueObject"%>
- <%@ page import="kr.co.hsnc.common.message.WAFMessage"%>
- <%@ page import="kr.co.udapsoft.ebid.buyer.common.file.FileManager"%>
- <%@ page import="com.udapsoft.waf.common.util.StringUtils" %>
- <%@ page import="kr.co.udapsoft.common.util.PCMSUtil" %>
- <%@ page import="kr.co.hsnc.common.util.Formatter"%>
- <%@ page import="com.udapsoft.waf.common.util.Formatter2"%>
- <jsp:useBean id="ctx" class="com.udapsoft.waf.system.context.SessionContext" scope="session" />
- <%
- ctx.init(request, response);
- String link = ctx.getServerDomain();
- HandlerStorage storage = ctx.getHandlerStorage();
- ValueObject params = storage.getParams();
-
- WAFMessage wafMessage = WAFMessage.getInstance();
-
- ValueObject BidMaster = storage.getValueObject("bidmaster");
- RowSet suppinfo = null;
- suppinfo = storage.getRowSet("suppinfo");
-
- ValueObject File_in = storage.getValueObject(BidMaster.get("DOC_ETC_IN"));
- ValueObject File_out = storage.getValueObject(BidMaster.get("DOC_ETC_OUT"));
-
- ValueObject sign_info = storage.getValueObject("SIGN_INFO");
-
- String gwurl = "https://gw.sgcenc.co.kr/";//WAFConfig.get("gw.url.address2");
-
- %>
- <br>
- <TABLE width="709" border="0" cellspacing="0" cellpadding="0">
- <tbody>
- <TR>
- <TD>
- <TABLE width="709" cellspacing="0" cellpadding="1" bordercolordark="#FFFFFF" bordercolorlight="#AEAFAF" border="1">
- <COLGROUP>
- <COL width="50">
- <COL width="50">
- <COL width="35%">
- <COL width="110">
- <COL/>
- </COLGROUP>
- <tr>
- <td class="list_title4" nowrap colspan="2">의뢰부서</td>
- <td class="list_data" nowrap align="Left" > <%=BidMaster.get("REQ_DEPT_NM")%></td>
- <td class="list_title3" nowrap>작성일</td>
- <td class="list_data" nowrap align="Left"> <%=BidMaster.get("CRE_DT")%></td>
- </tr>
- <tr>
- <td class="list_title3" nowrap colspan="2" >작성자</td>
- <td class="list_data" nowrap align="Left"> <%=BidMaster.get("CRE_NAME")%></td>
- <td class="list_title4" nowrap >사업주명</td>
- <td class="list_data" nowrap align="Left"> <%=BidMaster.get("DEALER_NM")%></td>
- </tr>
- <tr>
- <td class="list_title" nowrap colspan="2" >PROJECT명</td>
- <td class="list_data" nowrap align="Left"> <%=BidMaster.get("DEPT_NM")%></td>
- <td class="list_title4" nowrap >현장위치</td>
- <td class="list_data" nowrap align="Left"> <%=BidMaster.get("DELI_END_PLACE")%></td>
- </tr>
- <tr height="23" >
- <td class="list_title6" nowrap colspan="2">발주의뢰번호</td>
- <td class="list_data" nowrap align="Left">
- <span onclick="doSignFile('<%=sign_info.get("doc_id") %>', '<%=sign_info.get("year") %>');" class="button" style="color:#4b70fd;text-decoration:underline;"><%=BidMaster.get("BID_NO")%></span>
- <%-- <IMG src="<%=link %>/img/buyer/button/bt_attach_file.gif" id="bt_attach_file" alt="발주의뢰문서" align="top" valign="top" onClick="doSignFile('<%=sign_info.get("doc_id") %>', '<%=sign_info.get("year") %>');" class="button"> --%>
- </td>
- <td class="list_title4" nowrap>입찰방식</td>
- <td class="list_data" nowrap align="Left"> <%=BidMaster.get("BID_TYPE")%></td>
- </tr>
- <tr height="23">
- <td class="list_title3" nowrap colspan="2">입찰명</td>
- <td class="list_data" nowrap align="Left" > <%=BidMaster.get("BID_MASTER_NM")%></td>
- <td class="list_title7" nowrap>시행결의요청일</td>
- <td class="list_data" nowrap align="Left" > <%=BidMaster.get("CONT_APP_REQ_DATE")%></td>
- </tr>
- <tr height="23">
- <td class="list_title4" nowrap colspan="2">실행예산</td>
- <td class="list_data" nowrap align="right"> <%=Formatter2.currency(BidMaster.get("ACT_AMT"),0)%> </td>
- <td class="list_title5" nowrap>구매예산</td><!-- 구매예산추가 2015.3.2 -->
- <td class="list_data" nowrap align="right" > <%=Formatter2.currency(BidMaster.get("PUR_AMT"),0)%> </td>
- </tr>
- <tr height="23">
- <td class="list_title7" nowrap colspan="2">입찰설명 예정일</td>
- <td class="list_data" nowrap align="Left" > <%=BidMaster.get("SITEDESCDATE")%></td>
- <td class="list_title6" nowrap>입찰설명 장소</td>
- <td class="list_data" nowrap align="Left"> <%=BidMaster.get("SITEDESCPLACE")%></td>
- </tr>
- <tr height="23">
- <td class="list_title5" nowrap colspan="2">입찰마감일</td>
- <td class="list_data" nowrap align="Left" colspan="3"> <%=BidMaster.get("BID_TO_DT")%></td>
- </tr>
- <tr height="23" >
- <td class="list_title4" nowrap colspan="2">납품일자</td>
- <td class="list_data" nowrap align="Left"> <%=BidMaster.get("DELI_TO_DY")%></td>
- <td class="list_title4" nowrap >납품조건</td>
- <td class="list_data" nowrap align="Left"> <%=BidMaster.get("DELIVERY_CONDITION_NM")%></td>
- </tr>
- <tr height="23" >
- <td class="list_title" nowrap rowspan="3">지 불<br>조 건</td>
- <td class="list_title" nowrap >선급금</td>
- <td class="list_data" nowrap align="Left" colspan="3"> <%=BidMaster.get("FIRST_AMT")%></td>
- </tr>
- <tr height="23" >
- <td class="list_title" nowrap >중도금</td>
- <td class="list_data" nowrap align="Left" colspan="3"> <%=BidMaster.get("MID_AMT")%></td>
- </tr>
- <tr height="23" >
- <td class="list_title" nowrap >잔금</td>
- <td class="list_data" nowrap align="Left" colspan="3"> <%=BidMaster.get("REST_AMT")%></td>
- </tr>
- <%if(!"01".equals(BidMaster.get("CMPT_CD"))){ %>
- <BR/>
- <TABLE border=0 cellSpacing=0 cellPadding=0 width=709>
- <tr>
- <td height="30px">
- <b style="font-size:10pt">* 입찰대상업체</b>
- </td>
- </tr>
- </table>
- <TABLE width="100%" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" bordercolorlight="#AEAFAF" border="1">
- <COLGROUP>
- <COL width="15%">
- <COL width="20%">
- <COL width="10%">
- <COL width="25%">
- <COL/>
- </COLGROUP>
- <tr height="23" >
- <td class="list_title_2" nowrap >추천부서</td>
- <td class="list_title_2" nowrap >입찰업체명</td>
- <td class="list_title_2" nowrap >신용평가<br>등급</td>
- <td class="list_title_2" nowrap >추천사유</td>
- <td class="list_title_2" nowrap >당사 거래실적</td>
- </tr>
- <% if(suppinfo.size() > 0){
- for(int i=0; i < suppinfo.size();i++){ %>
- <tr height="23">
- <td class="list_data_small" nowrap > <%=suppinfo.getRow(i).get("RECM_DEPT_NM")%></td>
- <td class="list_data_small" nowrap align="Left"> <%=suppinfo.getRow(i).get("VENDOR_NAME")%></td>
- <td class="list_data_small" nowrap align="Center"> <%=suppinfo.getRow(i).get("CREDIT_GRADE")%></td>
- <td class="list_data_small" nowrap align="Left"> <%=suppinfo.getRow(i).get("RECOMMEND_REASON")%></td>
- <% if(suppinfo.getRow(i).get("CST_DOC_NAME").length() > 30){%>
- <td class="list_data_small" nowrap align="Left" title="<%=suppinfo.getRow(i).get("CST_DOC_NAME")%>"> <%=suppinfo.getRow(i).get("CST_DOC_NAME").substring(0, 30) + ".."%></td>
- <%}else{%>
- <td class="list_data_small" nowrap align="Left"> <%=suppinfo.getRow(i).get("CST_DOC_NAME")%></td>
- <%} %>
- </tr>
- <%}//for end
- }//if End
- %>
- </TABLE>
- <%
- }//if end
- %>
- <br/>
- <TABLE width="100%" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" bordercolorlight="#AEAFAF" border="1">
- <COLGROUP>
- <COL width="100"/>
- <COL width="100"/>
- <COL>
- </COLGROUP>
- <tr>
- <td class="list_title" rowspan="4">내부</td>
- <td class="list_title">주요발주내용</td>
- <td class="list_data" align="Left"><%=StringUtils.cvtHTML(BidMaster.get("MAIN_PR_CONTENTS"))%> </td>
- </tr>
- <tr>
- <td class="list_title">입찰업체선정사유</td>
- <td class="list_data" align="Left"><%=StringUtils.cvtHTML(BidMaster.get("BID_SUPP_SELECT_REASON"))%> </td>
- </tr>
- <tr>
- <td class="list_title">특기사항</td>
- <td class="list_data" align="Left"><%=StringUtils.cvtHTML(BidMaster.get("INNER_REMARKS"))%> </td>
- </tr>
- <tr>
- <td class="list_title">첨부서류</td>
- <td class="list_data" align="Left">
- <div>
- <!-- 첨부 파일 화면에 바로보일때 사용 -->
- <%
- String textDocEtcIn = FileManager.getFileListForSpan(BidMaster.get("DOC_ETC_IN"), BidMaster.get("DEMANDED_ID"));
- if(textDocEtcIn.length() == 11){
- %>
-
- <%}else{%>
- <%=textDocEtcIn%>
- <%}%>
- </div>
- </td>
- </tr>
- </TABLE>
- </TD>
- </TR>
- </tbody>
- </TABLE>
- <br>
- <table><tr><td style="display:none;" id=doctitle_1 class=FIELD><%=BidMaster.get("doctitle")%></td></tr></table>
- <br>
|