<%-- - Author(s) : Kim Myung HO - Date : 2014.07.07 - Description: 계약 작성 --%> <%@page import="java.sql.Clob"%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="com.udapsoft.waf.common.ui.*" %> <%@ page import="com.udapsoft.waf.common.util.*" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.hsnc.common.config.WAFConfig" %> <%@ include file="/jsp/work/taglib.jsp" %> <%@ page import="kr.co.hsnc.common.util.Formatter"%> <%@ page import="kr.co.udapsoft.ebid.buyer.common.file.FileManager"%> <%@page import="java.net.URLEncoder"%> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = storage.getParams(); ValueObject user = storage.getUser(); String event = storage.getEvent(); // System.out.println("event ======== : " + ContInfo.get("DOC_ETC_IN")); // RowSet CorpRowSet = storage.getRowSet("CorpRowSet"); ValueObject ContInfo = storage.getValueObject("ContInfo"); /*계약서식 정보 */ RowSet template = storage.getRowSet("template"); /*계약서식 FILE */ RowSet autofile_list = storage.getRowSet("AUTOFILE_LIST"); /*보증 정보 LIst */ RowSet warrList = storage.getRowSet("warrList"); /*보증 발급 완료된 갯수 */ RowSet warrCount = storage.getRowSet("warrCount"); %>
"> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> <%-- "> --%> "> ">
  • 계약 정보(구매)
<% if(ContInfo.get("STATUS_CD").equals("20")){ %> 서명 수정요청 <% } %> 계약상품내역 목록
기본정보
현장명 <%=ContInfo.get("DEPT_NAME")%> 전자계약 여부 <%=ContInfo.get("ELEC_CON_YN").equals("Y") ? "온라인" : "오프라인" %>
계약명 <%=ContInfo.get("CST_DOC_NAME")%>
<%@ include file="/jsp/ko_KR/supplier/portal/cont/stampDuty.jsp" %> <%@ include file="/jsp/ko_KR/supplier/portal/cont/promiseDocList.jsp" %>
당사정보(원사업자)
<%if (!ContInfo.get("O_SIGN_DATE").equals("")){%> 서명일시 : <%= ContInfo.get("O_SIGN_DATE") %> <%}%>
업체명 <%=ContInfo.get("O_MEMBER_NAME")%> 주소 <%=ContInfo.get("O_ADDRESS")%> 대표자명 <%=ContInfo.get("O_BOSS_NAME")%>
담당부서 <%=ContInfo.get("O_DIVISION")%> 담당자명 <%=ContInfo.get("O_USER_NAME")%> 직급 <%=ContInfo.get("O_POSITION")%>
담당자 연락처 <%=ContInfo.get("O_TEL_NUM")%> 담당자 HP <%=ContInfo.get("O_HP")%> 담당자 EMAIL <%=ContInfo.get("O_EMAIL")%>
계약업체정보(수급 사업자)
<%if (!ContInfo.get("C_SIGN_DATE").equals("")){%> 서명일시 : <%= ContInfo.get("C_SIGN_DATE") %> <%}%>
업체명 <%=ContInfo.get("C_MEMBER_NAME")%> 주소 <%=ContInfo.get("C_ADDRESS")%> 대표자명 <%=ContInfo.get("C_BOSS_NAME")%>
담당부서 <%=ContInfo.get("C_DIVISION")%> 담당자명 <%=ContInfo.get("C_USER_NAME")%> 직급 <%=ContInfo.get("C_POSITION")%>
담당자 연락처 <%=ContInfo.get("C_TEL_NUM")%> 담당자 HP <%=ContInfo.get("C_HP")%> 담당자 EMAIL <%=ContInfo.get("C_EMAIL") %>
<%if ((!ContInfo.get("MODI_REQ_REASON").equals("")) && (ContInfo.get("STATUS_CD").equals("40"))){ //수정 요청 내용이 있을경우 %>
수정요청 사유
사유 <%=ContInfo.get("MODI_REQ_REASON") %>
요청일 <%=ContInfo.get("MODI_REQ_DT") %>
<% } %>
계약정보
<% for(int i = 0 ; i < template.size(); i ++){ %> "> "> "> "> <% if(i==0){ %> " onClick="tabView(<%=template.getRow(i).get("SEQ")%>)"> " value="A"> <%=template.getRow(i).get("TEMPLATE_NAME")%>   <% }else{ %> " onClick="tabView(<%=template.getRow(i).get("SEQ")%>)"> <%if(template.getRow(i).get("OPTION_YN").equals("A")){%> " value="A"> <%}else if(template.getRow(i).get("OPTION_YN").equals("Y")){ %> " value="Y" <%if(template.getRow(i).get("CHECK_YN").equals("Y")){%>checked="checked"<%}%>> <%} %> <%=template.getRow(i).get("TEMPLATE_NAME")%> <% } %> <%} %>
<% for(int i = 0 ; i < template.size(); i ++){ String template_html = ClobUtils.getClob((Clob)template.getRow(i).getObject("TEMPLATE_HTML")); String divHidden = template.getRow(i).get("SEQ").equals("0")?"":"none"; %>
" id="__html_<%=template.getRow(i).get("SEQ")%>"> <%= template_html%>
<%} %>

계약서류
자동생성
직접첨부
<%=FileManager.getFileListForDiv("PUR_CONT_MOD_ID", ContInfo.get("PUR_CONT_MOD_ID")) %>
<% /* 보증 목록을 include 시킴 (2014-10-17) 김명호 */ if(warrList.size() > 0) { %> <%@ include file="/jsp/ko_KR/supplier/portal/common/guar/guarPurList.jsp" %> <% } %>