123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- <%@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");
- RowSet oldBidSignInfo = null;
- oldBidSignInfo = storage.getRowSet("oldBidSignInfo");
-
- 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_title7" 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" colspan="3" > <%=BidMaster.get("BID_MASTER_NM")%></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_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>
- <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="80">
- <COL width="150">
- <COL width="80">
- <COL width="40">
- <COL width="80">
- <COL width="*">
- <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 >전회 입찰금액</td>
- <td class="list_title_2" nowrap >화폐</td>
- <td class="list_title_2" nowrap >구매예산/<br>입찰가율</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="right"> <%=suppinfo.getRow(i).get("BE_ESTI_TOT_AMT")%></td>
- <td class="list_data_small" nowrap align="center"> <%=suppinfo.getRow(i).get("CURRENCY_GB")%></td>
- <td class="list_data_small" nowrap align="center"> <%=suppinfo.getRow(i).get("PUR_RATE")%></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>
- <br/>
- <TABLE width="100%" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" bordercolorlight="#AEAFAF" border="1">
- <COLGROUP>
- <COL width="100"/>
- <COL>
- </COLGROUP>
- <tr>
- <td class="list_title">재입찰 사유</td>
- <td class="list_data" align="Left"><%=StringUtils.cvtHTML(BidMaster.get("REBID_REASON"))%> </td>
- </tr>
- <tr>
- <td class="list_title">기존 입찰계획서</td>
- <% if(oldBidSignInfo.size() > 0){%>
- <td class="list_data" align="Left">
- <div>
- <ul style="margin-left:5mm;">
- <% for(int i=0; i < oldBidSignInfo.size();i++){ %>
- <li><span onclick="doSignFile('<%=oldBidSignInfo.getRow(i).get("doc_id") %>', '<%=oldBidSignInfo.getRow(i).get("year") %>');" class="button" style="color:#4b70fd;text-decoration:underline;"><%=oldBidSignInfo.getRow(i).get("OLD_BID_NO")%></span></li>
- <% }//for end %>
- </ul>
- </div>
- </td>
- <%} else {%>
- <td class="list_data" align="Left"> </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>
|