%--
- 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="com.udapsoft.waf.common.util.DateUtil"%>
<%@ 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="java.net.URLEncoder"%>
<%@ page import="kr.co.udapsoft.ebid.buyer.common.file.FileManager"%>
<%
ctx.init(request, response);
HandlerStorage storage = ctx.getHandlerStorage();
ValueObject params = storage.getParams();
ValueObject user = storage.getUser();
// RowSet CorpRowSet = storage.getRowSet("CorpRowSet");
ValueObject ContInfo = storage.getValueObject("ContInfo");
String RTN_REASON = "";
boolean rtn = false;
if(ContInfo.get("RTN_REASON").length() > 0){
RTN_REASON = ContInfo.get("RTN_REASON");
rtn = true;
}
/*계약서식 정보 */
RowSet template = storage.getRowSet("template");
/*계약서식 FILE */
RowSet autofile_list = storage.getRowSet("AUTOFILE_LIST");
/*보증 정보 LIst */
RowSet warrList = storage.getRowSet("warrList");
/*인지세 구분*/
RowSet stampList = storage.getRowSet("stampRowSet");
//2016.12.9
String sToday = DateUtil.getSystemDate().substring(0,8);
String sTarget = DateUtil.getPrePostDate("yyyymmdd", -29 );
%>