<%-- - FileName : conPurWarrPopup.jsp - Author(s) : ok - Date : 2014.07.24 - Copyright : Copyright (c) 2013 www.udapsoft.co.kr, Inc. - Description: 협력업체포탈 보증증권정보 입력 팝업 --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="com.udapsoft.waf.common.ui.*" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.hsnc.common.util.Formatter"%> <%@ page import="kr.co.udapsoft.common.code.CommCodeManager" %> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = storage.getParams(); String event = storage.getEvent(); //System.out.println("Outside params : " + event); RowSet WarrGofficeComboList = CommCodeManager.getCodeRowsetStatic("GUARORGAN", "SUBSTR(CHG_CODE01,1,1)", "1"); ValueObject contPurWarr = storage.getValueObject("WarrContInfo"); //보증정보 ValueObject attFile = storage.getValueObject("attFileList"); //첨부파일 String check1 = ""; String check2 = ""; if("Y".equals(contPurWarr.get("GUAR_ONOFF_YN"))){ check1 = "checked"; }else{ check2 = "checked"; } String sWarrGubun = params.get("warrGubun"); String sWonWarr = params.get("wonWarr"); %>
"> "> "> "> "> "> "> "> ">
발행방법 오프라인
발행구분  <%= InputText.get("warrGubunNm", contPurWarr.get("WARR_GUBUN_NM"), 60, 30, "class=input_blank, readOnly=white, string, left, tabIndex=-1", "string") %>
보증기관명  <%= HTMLMaker.getSelectTag(WarrGofficeComboList, "DETAILCD", "DETAILNM", "guarOrganCode", "width:35%;height=18;' onChange='inputDataSet();", "", contPurWarr.get("GUAR_ORGAN_CODE")) %> <%= InputText.get("warrGofficeEtc", contPurWarr.get("WARR_GOFFICE"), 30, 40, "string, left, readOnly", "string") %>
변경구분  <%= InputText.get("xxxxxxxx", contPurWarr.get("CAUSECODE_NM"), 60, 30, "class=input_blank, readOnly=white, string, left, tabIndex=-1", "string") %>
> <% //서울 보증 온라인일경우 신청 번호를 보여준다. if((contPurWarr.get("GUAR_ONOFF_YN").equals("Y")) && (contPurWarr.get("GUAR_ORGAN_CODE").equals("2"))){ //신청 대기일경웅에는 안보여준다. if(!contPurWarr.get("GUAR_STATUS").equals("04")){ String I_CONTSEQ = contPurWarr.get("MOD_NO"); String I_GRTSEQ = params.get("warrSeq"); if(I_CONTSEQ.length()==1){ I_CONTSEQ = "0" + contPurWarr.get("MOD_NO"); } if(I_GRTSEQ.length()==1){ I_GRTSEQ = "0" + I_GRTSEQ; } %>
서울보증신청번호  <%= contPurWarr.get("GRTREQNO") +"-"+ I_CONTSEQ + contPurWarr.get("GRTTYPE")+ I_GRTSEQ%>
<% } } //반송일 경우 반송 사유를 보여준다. if(contPurWarr.get("GUAR_STATUS").equals("10")){ %>
보증상태  <%= contPurWarr.get("GUAR_STATUS_NM")%>
반송사유  <%= contPurWarr.get("REJECTMENT")%>
처리방법  해당 보증사에 확인을 해주시기 바랍니다.
<% } //반송사유 끝 %>