<%@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"%> <%@page import="java.net.URLEncoder"%> <% ctx.init(request, response); String link = ctx.getServerDomain(); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = storage.getParams(); WAFMessage wafMessage = WAFMessage.getInstance(); ValueObject ContInfo = storage.getValueObject("ContInfo"); /*계약서식 FILE */ RowSet autofile_list = storage.getRowSet("AUTOFILE_LIST"); ValueObject sign_info = storage.getValueObject("SIGN_INFO"); RowSet getFileListRowSet = storage.getRowSet("getFileListRowSet"); ValueObject suppinfo = storage.getValueObject("suppinfo"); %>
요청부서  <%=ContInfo.get("DEPART_DEPT_NM")%> 작성일  <%=ContInfo.get("CRE_DATE")%>
작성자  <%=ContInfo.get("USER_NAME")%> 사업주명  <%=ContInfo.get("M_MEMBER_NAME")%>
PROJECT명  <%=ContInfo.get("DEPT_NM")%> 현장위치  <%=ContInfo.get("LEAD_PLACE")%>
구매발주진행율누계  <%=ContInfo.get("PO_PRC")%>% 구매발주실적율누계  <%=ContInfo.get("RES_PRC")%>%
계약번호  <%=ContInfo.get("ORD_DOC_NO")%>
계약명  <%=ContInfo.get("CST_DOC_NAME")%>
계약자  <%=ContInfo.get("S_MEMBER_NAME")%>
계약변경
내역
(부가세
별도)
<%if(ContInfo.getInt("MOD_NO") >= 2 ){ %> <%}else{ %> <%} %>
변경 후 계약금액  <%=ContInfo.get("BEF_HAN")%>  <%=ContInfo.get("CHG_ORD_SUPPLY_AMT_HAN")%>  <%=ContInfo.get("ATF_HAN")%>
구 분기존 계약기존 계약변경 계약 증감(▲ ▼) 비고
도 급 금 액(원화)  <%=Formatter2.currency(ContInfo.get("FRST_CON_AMT"), 0)%>   <%=Formatter2.currency(ContInfo.get("CHG_CON_AMT"), 0)%>   <%=ContInfo.get("CON_AMT_NM")%>  
예 산 금 액(원화)  <%=Formatter2.currency(ContInfo.get("FRST_EXE_AMT"), 0)%>   <%=Formatter2.currency(ContInfo.get("CHG_EXE_AMT"), 0)%>   <%=ContInfo.get("EXE__NM")%>  
계 약 금 액(<%=ContInfo.get("ATF_HAN")%>)  <%=Formatter2.currency(ContInfo.get("FRST_ORD_SUPPLY_AMT"),ContInfo.getInt("DIGIT"))%>   <%=Formatter2.currency(ContInfo.get("CHG_ORD_SUPPLY_AMT"),ContInfo.getInt("DIGIT"))%>   <%=ContInfo.get("ORD_SUPPLY_NM")%>  <%=ContInfo.get("ORD_SUPPLY_BIGO")%>
계 약 금 액(원화)  <%=Formatter2.currency(ContInfo.get("FRST_ORD_SUPPLY_AMT_KRW"),0)%>   <%=Formatter2.currency(ContInfo.get("CHG_ORD_SUPPLY_AMT_KRW"),0)%>   <%=ContInfo.get("ORD_SUPPLY_NM_KRW")%>  <%=ContInfo.get("ORD_SUPPLY_BIGO")%>
납 품 일 자  <%=ContInfo.get("FRST_ORD_END_DATE")%>  <%=ContInfo.get("CHG_ORD_END_DATE")%>  <%=ContInfo.get("ORD_DATE_NM")%>  
변경내용 <%=StringUtils.cvtHTML(ContInfo.get("IN_CHG_INFO"))%> 
특기사항 <%=StringUtils.cvtHTML(ContInfo.get("IN_SPE_INFO"))%> 
첨부서류 <% if(getFileListRowSet.size() > 0){ int i_mod = 0; for(int i = 0; getFileListRowSet.size() > i; i++){ i_mod = i%4; if(i_mod == 0){ %> <% } %> <% if(i_mod == 4) { %> <% } %> <% } for(int i=i_mod+1; i<4; i++){ %> <% } if(i_mod < 4){ %> <% } } %>
<% if(getFileListRowSet.getRow(i).get("DETAILCD").equals("100")) { %> <%if(!getFileListRowSet.getRow(i).get("DOC_CD").equals("")){%> disabled>  class="button list_data" style="color:#4b70fd;text-decoration:underline;" <%}else{%>class="list_data"<%}%> nowrap onclick="open_apppend_file2('<%=getFileListRowSet.getRow(i).get("FILE_GB") %>', '<%=getFileListRowSet.getRow(i).get("ID")%>');"> <%=getFileListRowSet.getRow(i).get("DETAILNM") %> <%}else if(!sign_info.get("doc_id").equals("")){ %> disabled>  class="button list_data" style="color:#4b70fd;text-decoration:underline;" <%}else{%>class="list_data"<%}%> nowrap onClick="doSignFile('<%=sign_info.get("doc_id")%>', '<%=sign_info.get("year")%>');"> <%=getFileListRowSet.getRow(i).get("DETAILNM") %> <%} else {%>   class="button list_data" style="color:#4b70fd;text-decoration:underline;" <%}else{%>class="list_data"<%}%> nowrap> <%=getFileListRowSet.getRow(i).get("DETAILNM") %> <%} %> <%}else{ %> disabled>  class="button list_data" style="color:#4b70fd;text-decoration:underline;" <%}else{%>class="list_data"<%}%> nowrap onclick="open_apppend_file2('<%=getFileListRowSet.getRow(i).get("FILE_GB") %>', '<%=getFileListRowSet.getRow(i).get("ID")%>');"> <%=getFileListRowSet.getRow(i).get("DETAILNM") %> <%} %>