<%@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"); String gwurl = "http://gw.sgcenc.co.kr/"; %>
<% if(ContInfo.get("M_MEMBER_NAME").length() > 18) { %> <% } else { %> <% } %> <% if(ContInfo.get("DEPT_NM").length() > 18) { %> <% } else { %> <% } %>
작성자  <%=ContInfo.get("USER_NAME")%> 사업주명 <%=ContInfo.get("M_MEMBER_NAME").substring(0, 15)+"..." %> <%=ContInfo.get("M_MEMBER_NAME")%>
계약번호  <%=ContInfo.get("ORD_DOC_NO")%> PROJECT명 <%=ContInfo.get("DEPT_NM").substring(0, 15)+"..." %> <%=ContInfo.get("DEPT_NM")%>
계약명  <%=ContInfo.get("CST_DOC_NAME")%>
공급자
정보
상호  <%=ContInfo.get("S_MEMBER_NAME")%>
사업자번호  <%=StringUtils.getBizNo(ContInfo.get("S_VENDCD"))%>
계약일자  <%=ContInfo.get("ORD_CON_DATE")%> 공급가액  <%=ContInfo.get("ORD_SUPPLY_AMT")%> 
부가세  <%=ContInfo.get("ORD_SURTAX_AMT")%>  계약금액  <%=ContInfo.get("ORD_AMT")%> 
계약서 <% if(autofile_list.size()>0){ %> 첨부파일 관리');" class="button"> <% } %> 시행결의서 <% if(!"".equals(ContInfo.get("DOC_ID")) ){ %> ', '<%=ContInfo.get("year")%>');"/> <% } %>
첨부서류 <% RowSet addFile = FileManager.getFileList("PUR_CONT_MOD_ID", ContInfo.get("PUR_CONT_MOD_ID")); if (addFile.size()>0){ %> 첨부파일 관리');" class="button"> <% } %>