<%-- - 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("BUILD_NAME")%>
<%@ include file="/jsp/ko_KR/supplier/portal/cont/SuppStampDuty.jsp" %> <%@ include file="/jsp/ko_KR/supplier/portal/cont/SuppPromiseDocList.jsp" %> <%-- <% if( ContInfo.get("STAMP_DUTY_ISSUE_GB").equals("20") ){ %>
인지세(협력사) ※ 전자문서 계약자가 인지세무(과소) 납부시 가산세가 300% 부가됨
<% if ( ContInfo.get("STATUS_CD").equals("20") ) { %>
고유식별번호 <%= InputText.get("stamp_duty_no", ContInfo.get("STAMP_DUTY_NO"), 97, 50, "desc=고유식별번호,persize,hangule") %> 인지세액 <%= InputText.get("stamp_duty_tax", Formatter2.currency(ContInfo.getDouble("STAMP_DUTY_TAX"), 0), 97, 20, "desc=인지세액,persize,Number,right","number") %> 발행일자 <%= InputText.get("stamp_duty_date", Formatter2.formatDate(ContInfo.get("STAMP_DUTY_DATE"), "-"), 30, 10, "Center, date, PerSize, readonly", "date", "") %> 달력
인지세사본
<%=FileManager.getFileListForDiv("SUB_STAMP_DUTY", ContInfo.get("SUB_CONT_MOD_ID")) %>
[Attach File]
비고 <%= InputText.get("remark", ContInfo.get("REMARK"), 97, 500, "desc=비고,persize,hangule") %>
<% }else { %>
고유식별번호 <%= ContInfo.get("STAMP_DUTY_NO") %> 인지세액 <%= Formatter2.currency(ContInfo.getDouble("STAMP_DUTY_TAX"), 0) %> 발행일자 <%= Formatter2.formatDate(ContInfo.get("STAMP_DUTY_DATE"), "-") %>
인지세사본
<%=FileManager.getFileListForDiv("SUB_STAMP_DUTY", ContInfo.get("SUB_CONT_MOD_ID")) %>
비고 <%= ContInfo.get("REMARK") %>
<% } } %> --%>
당사정보(원사업자)
<%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("SUB_CONT_MOD_ID", ContInfo.get("SUB_CONT_MOD_ID")) %>
<% /* 보증 목록을 include 시킴 (2014-10-17) 김명호 */ if(warrList.size() > 0) { %>
<%@ include file="/jsp/ko_KR/supplier/portal/common/guar/guarOutList.jsp" %>
<% } %>