<%-- - FileName : PuSupplier.jsp - Author(s) : 이성민 - Date : 2014.06.26 - - Description: 협력업체현황 상세 --%> <%@ 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.DateUtil"%> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.hsnc.common.sql.RowSet" %> <%@ page import="kr.co.udapsoft.common.code.*" %> <%@ page import="com.udapsoft.waf.common.util.StringUtils" %> <%@ page import="com.udapsoft.waf.common.util.Formatter2"%> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = storage.getParams(); ValueObject user = storage.getUser(); String event = storage.getEvent(); ValueObject vo = storage.getValueObject("InfoBaseList"); ValueObject filein = storage.getValueObject("TERMS_AGREE_INFO"); ValueObject corpInfoVo = storage.getValueObject("corpInfoVo"); String yyyy = (new java.text.SimpleDateFormat ("yyyy")).format (new java.util.Date()); int year = Integer.parseInt(storage.getRowSet("g_base_year").getRow(0).get("G_BASE_YEAR")); //Integer.toString(year+1)+ "|" + String yesrCombo = Integer.toString(year) + "|" + Integer.toString(year-1) + "|" + Integer.toString(year-2) + "|" + Integer.toString(year-3) + "|" + Integer.toString(year-4); String yesrCombo_new = Integer.toString(year-1) + "|" + Integer.toString(year-2) + "|" + Integer.toString(year-3) ; RowSet rowset = storage.getRowSet("out_main"); RowSet getFileListRowSet = storage.getRowSet("getFileListRowSet"); RowSet licMasterList = storage.getRowSet("licMasterList"); String lic_code = ""; String lic_name = ""; for (int i = 0; i < licMasterList.size(); i++) { lic_code = lic_code + "|" + (licMasterList.getRow(i).get("LIC_CD")); lic_name = lic_name + "|" + (licMasterList.getRow(i).get("LIC_NM")); } String sToday = DateUtil.getSystemDate().substring(0,8); %>
" /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> <%-- --%>
  • 자사정보관리
돌아가기 저장
    <%if(params.get("job_div").equals("P")){ %>
  • 기본정보
  • 담당자 정보
  • 납품실적
  • 인증서 현황
  • 포상실적
  • 특허
  • 건설면허
  • 재무정보
  • <%}else{ %>
  • 기본정보
  • 담당자 정보
  • 계약실적
  • 시공능력 및 면허
  • 기술인력보유 현황
  • 인증서 현황
  • 재무정보
  • <%} %>
<%if(params.get("job_div").equals("P")){ %> 공급ITEM <%}else{%> 공종 <%}%>
<%if(params.get("job_div").equals("P")){ %> 등록희망 공급ITEM <%}else{%> 선택공종 <%}%>
신용평가정보
기본정보
<%if(params.get("job_div").equals("P")){ %> <%}else{ %> <%} %> <%if(params.get("job_div").equals("P")){ %> <%}else{ %> <%} %>
사업자번호 <%=StringUtils.getBizNo(vo.get("CORP_REG_NO")) %> 본사 사업자번호 " maxlength="10" numberOnly="true" style="width: 250px;" />
법인번호 " maxlength="13" numberOnly="true" style="width: 250px;" /> 종사업장번호 " maxlength="4" numberOnly="true"style="width: 250px;" />
업체명 " style="width: 250px;" /> 대표자명 " style="width: 250px;" />
업태 " style="width: 250px;" /> 업종 " style="width: 250px;" />
사업자구분 disabled="disabled"/> 법인 disabled="disabled"/> 개인 설립일자 " style="width: 250px; background-color: rgb(238, 238, 238);" readonly="readonly"/> 달력
전화번호 " style="width: 250px;" maxlength="15" noHangelEng="true" /> ex)000-0000-0000 FAX번호 " style="width: 250px;" maxlength="15" noHangelEng="true"/> ex)000-0000-0000
회사규모 /> 대기업 /> 중소기업 계좌정보 <%=CommCodeManager.getSelectCodeList("ERP_BANK","bank_cd","height=18;","",vo.get("bank_cd")) %> " style="width: 250px;" />
본점 소재지 <%-- " class="input" style="background-color: rgb(218, 227, 244); width: 80px;" readonly="readonly">  -  " class="input" style="background-color: rgb(218, 227, 244); width: 80px;" readonly="readonly"> --%> " class="input" style="background-color: rgb(218, 227, 244); width: 80px;" readonly="readonly">   " style="width: 50%;"/>
사업장 소재지
<%-- " class="input" style="background-color: rgb(218, 227, 244); width: 80px;" readonly="readonly">  -  " class="input" style="background-color: rgb(218, 227, 244); width: 80px;" readonly="readonly"> --%> " class="input" style="background-color: rgb(218, 227, 244); width: 80px;" readonly="readonly">   " style="width: 50%;"/>
세금계산서 발행주소 /> 본사 /> 사업장
공장유무 /> 유 <%-- /> 임대공장 --%> /> 무   <%=vo.get("factor_confirm_nm") %> manufacturer 구분 /> manufacturer /> agent
주력분야
  •  주택분야
  •  공동주택
  •  산업플랜트
  •  발전플랜트
  •  화공플랜트
  •  환경플랜트
  •  제약플랜트
첨부파일 [Attach File]
첨부파일 <% if(getFileListRowSet.size() > 0){ int i_mod = 0; for(int i = 0; getFileListRowSet.size() > i; i++){ i_mod = i%3; if(i_mod == 0){ %> <% } %> <% if(i_mod == 2) { %> <% } %> <% } for(int i=i_mod+1; i<3; i++){ %> <% } if(i_mod == 0 || i_mod == 1){ %> <% } } %>
" value="<%=getFileListRowSet.getRow(i).get("DETAILCD") %>" style="cursor:pointer;" onClick="fileCheck(this,'<%=getFileListRowSet.getRow(i).get("DETAILCD") %>')" <%if(!getFileListRowSet.getRow(i).get("DOC_CD").equals("")){out.print("checked");} %>> <%=getFileListRowSet.getRow(i).get("DETAILNM") %> " alt="첨부파일 관리" align="top" style="display:<%if(!getFileListRowSet.getRow(i).get("DOC_CD").equals("")){out.print("inline");}else{out.print("none");} %>" onClick="doAttachFile(document.form1.p_corp_id, '<%=getFileListRowSet.getRow(i).get("DETAILCD") %>', '<%=getFileListRowSet.getRow(i).get("DETAILNM")%>');" class="button">
※ 담당자 추가 및 삭제는 담당자 정보관리 메뉴에서 이용 가능합니다. 
<%if(params.get("job_div").equals("P")){ %>
(* 금액 단위 : 천원) 
<%}else{ %>
당해년도 계약금액(천원) 
기준년도는 시공능력평가년도 기준 시공능력평가액(천원) 
만기일이 없을시 취득일과 동일하게 설정하세요
<%} %>
(* 금액 단위 : 원)
기준년도 " numberOnly="true" maxlength="4"/> 년도
유동자산 <%=InputText.get("float_asset",Formatter2.currency(corpInfoVo.get("float_asset")), 30,15, "PerSize,Number,Minus,right,class=numberic","Number") %> <%-- " numberCommaOnly="true"style="padding-right:3px; width: 150px; text-align: right;" <%=corpInfoVo.get("re_yn").equals("Y") ? "readonly=\"readonly\" " : "" %> maxlength="15"/> --%> 유동부채 <%=InputText.get("float_debt",Formatter2.currency(corpInfoVo.get("float_debt")), 30,15, "PerSize,Number,Minus,right,class=numberic","Number") %> <%-- " numberCommaOnly="true" style="padding-right:3px; width: 150px; text-align: right;" <%=corpInfoVo.get("re_yn").equals("Y") ? "readonly=\"readonly\" " : "" %> maxlength="15"/> --%>
자본총계 <%=InputText.get("tot_cap",Formatter2.currency(corpInfoVo.get("tot_cap")), 30,15, "PerSize,Number,Minus,right,class=numberic","Number") %> <%-- " numberCommaOnly="true" style="padding-right:3px; width: 150px; text-align: right;" <%=corpInfoVo.get("re_yn").equals("Y") ? "readonly=\"readonly\" " : "" %> maxlength="15"/> --%> 부채총계 <%=InputText.get("gross_asset",Formatter2.currency(corpInfoVo.get("gross_asset")), 30,15, "PerSize,Number,Minus,right,class=numberic","Number") %> <%-- " numberCommaOnly="true" style="padding-right:3px; width: 150px; text-align: right;" <%=corpInfoVo.get("re_yn").equals("Y") ? "readonly=\"readonly\" " : "" %> maxlength="15"/> --%>
자본금 <%=InputText.get("capital_amt",Formatter2.currency(corpInfoVo.get("capital_amt")), 30,15, "PerSize,Number,Minus,right,class=numberic","Number") %> <%-- " numberCommaOnly="true" style="padding-right:3px; width: 150px; text-align: right;" <%=corpInfoVo.get("re_yn").equals("Y") ? "readonly=\"readonly\" " : "" %> maxlength="15"/> --%> 당기순이익 <%=InputText.get("cur_profit",Formatter2.currency(corpInfoVo.get("cur_profit")), 30,15, "PerSize,Number,Minus,right,class=numberic","Number") %> <%-- " numberCommaOnly="true" style="padding-right:3px; width: 150px; text-align: right;" <%=corpInfoVo.get("re_yn").equals("Y") ? "readonly=\"readonly\" " : "" %> maxlength="15"/> --%>
당기매출액 <%=InputText.get("cur_sales_amt",Formatter2.currency(corpInfoVo.get("cur_sales_amt")), 30,15, "PerSize,Number,Minus,right,class=numberic","Number") %> <%-- " numberCommaOnly="true" style="padding-right:3px; width: 150px; text-align: right;" <%=corpInfoVo.get("re_yn").equals("Y") ? "readonly=\"readonly\" " : "" %> maxlength="15"/> --%> 전기매출액 <%=InputText.get("pri_sales_amt",Formatter2.currency(corpInfoVo.get("pri_sales_amt")), 30,15, "PerSize,Number,Minus,right,class=numberic","Number") %> <%-- " numberCommaOnly="true" style="padding-right:3px; width: 150px; text-align: right;" <%=corpInfoVo.get("re_yn").equals("Y") ? "readonly=\"readonly\" " : "" %> maxlength="15"/> --%> "/> "/>