<%-- - 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.util.DateUtil"%> <%@ page import="kr.co.hsnc.common.util.ValueObject" %> <%@ page import="kr.co.hsnc.common.sql.RowSet" %> <%@ page import="com.udapsoft.waf.common.ui.*" %> <%@ page import="com.udapsoft.waf.common.util.StringUtils" %> <%@ page import="kr.co.hsnc.common.config.WAFConfig" %> <%@ 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 corpInfoVo = storage.getValueObject("corpInfoVo"); ValueObject filein = storage.getValueObject("TERMS_AGREE_INFO"); RowSet rowset = storage.getRowSet("out_main"); RowSet nationRowSet = storage.getRowSet("nationRowSet"); RowSet getApprYearList = storage.getRowSet("getApprYearList"); RowSet getFileListRowSet = storage.getRowSet("getFileListRowSet"); String yyyy = (new java.text.SimpleDateFormat ("yyyy")).format (new java.util.Date()); int year = Integer.parseInt(yyyy); String yesrCombo = Integer.toString(year) + "|" + Integer.toString(year-1) + "|" + Integer.toString(year-2) + "|" + Integer.toString(year-3) + "|" + Integer.toString(year-4); String yyyymmdd = (new java.text.SimpleDateFormat ("yyyy-MM-dd")).format (new java.util.Date()); String oneYearAgoDate = Integer.toString((Integer.parseInt(yyyymmdd.replace("-", "")) + 10000)); String oneDayDate = Integer.toString((Integer.parseInt(yyyymmdd.replace("-", "")) - 1)); 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); %>
" /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " />
  • 외주_협력업체현황 상세(<%=vo.get("status").equals("") ? "작성중" : vo.get("status")%>)
목록
업체명 : <%=vo.get("corp_kor") %> <%=vo.get("CORP_REG_NO").equals("") ? "" : "(" + StringUtils.getBizNo(vo.get("CORP_REG_NO")) + ")" %>
<%if(!params.get("p_in_out_div").equals("O")){ %>
  • 기본정보
  • 담당자 정보
  • 계약실적
  • 시공능력 및 면허
  • 기술인력보유정보
  • 인증서 현황
  • 재무정보
  • 경영평가표
<%}else{ %>
  • 기본정보
<%} %>
<%if(!params.get("p_in_out_div").equals("O")){ %> <%}else{ %> <%} %>
 등록 공종 구분
 등록 공종
 신용평가정보
등록상태정보
<%if(!params.get("p_in_out_div").equals("O")){ %> <%-- --%>
협력업체 등록상태 /> 대기 /> 가등록 /> 등록 /> 거래중지 /> 거래취소 협력업체 등록기간 " size="10" style="background-color: rgb(238, 238, 238);text-align:center" readonly="readonly"/> 달력 협력업체 등록요청일 " size="10" style="background-color: rgb(238, 238, 238);text-align:center" readonly="readonly"/>
협력업체 등록신청일 " size="10" style="background-color: rgb(238, 238, 238);text-align:center" readonly="readonly"/> 입찰제한기간 " size="10" style="background-color: rgb(238, 238, 238);text-align:center" readonly="readonly"/> 협력업체 등록승인일 " size="10" style="background-color: rgb(238, 238, 238);text-align:center" readonly="readonly"/> 달력 등록취소/거래중지일 " size="10" style="background-color: rgb(238, 238, 238);text-align:center" readonly="readonly"/> 달력
등록 담당자 " size="10" style="background-color: rgb(238, 238, 238);text-align:center" readonly="readonly"/>
의견
<%}else{ %>
협력업체 등록상태 /> 대기 /> 가등록 /> 등록 /> 거래중지 /> 거래취소 협력업체 등록기간 " size="10" style="background-color: rgb(238, 238, 238);text-align:center" readonly="readonly"/> 달력 등록취소/거래중지일 " size="10" style="background-color: rgb(238, 238, 238);text-align:center" readonly="readonly"/> 달력
의견
<%} %>
 회사정보
<%if(!params.get("p_in_out_div").equals("O")){ %> <%}else{ %> <%} %> <%if(!params.get("p_in_out_div").equals("O")){ %> <%} %> <%if(!params.get("p_in_out_div").equals("O")){ %> <%}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;" /> 국가 <%= HTMLMaker.getSelectTag(nationRowSet, "detailcd", "detailnm" , "nation_cd", "style='width:28%;height=18;'", "", vo.get("nation_cd"), 0) %>
업체명 " style="width: 250px;" /> 대표자명 " style="width: 250px;" />
업태 " style="width: 250px;" /> 업종 " style="width: 250px;" />
사업자구분 disabled="disabled" /> 법인 disabled="disabled" /> 개인 설립일자 " style="width: 250px;" /> 달력
전화번호 " style="width: 250px;" maxlength="15" noHangelEng="true"/> FAX번호 " style="width: 250px;" maxlength="15" noHangelEng="true"/> ex)000-0000-0000
회사규모 /> 대기업 /> 중소기업
본점 소재지 " 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"> " style="width: 50%;"/>
세금계산서 발행주소 /> 본사 /> 사업장
주력분야
  •  주택분야
  •  공동주택
  •  산업플랜트
  •  발전플랜트
  •  화공플랜트
  •  환경플랜트
  •  제약플랜트
주소 " style="width: 100%;"/>
첨부파일 <% 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("p_in_out_div").equals("O")){ %>
등록상태정보
담당자명 " style="width: 250px;" /> 부서명 " style="width: 250px;" /> 직위 " style="width: 250px;" />
이메일 " style="width: 250px;" /> 전화번호 " style="width: 250px;" /> FAX번호 " style="width: 250px;" />
핸드폰 번호  "/> -  "/> -  "/>
<%} %>
(* 금액 단위 : 원)
기준년도 " readonly="readonly"/> 년도
자본금 " numberOnly="true" style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> /> 유동자산 " numberOnly="true"style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> />
유동부채 " numberOnly="true" style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> /> 자기자본 " numberOnly="true" style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> />
총자본 " numberOnly="true" style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> /> 당기순이익 " numberOnly="true" style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> />
총자산 " numberOnly="true" style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> /> 매출액 " numberOnly="true" style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> /
당기매출액 " numberOnly="true" style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> /> 전기매출액 " numberOnly="true" style="width: 150px; text-align: right;" <%=params.get("p_eval_cmp").equals("X") ? "" : "readonly=\"readonly\" " %> />
<%--
공사 협력업체 경영평가표
  1. 평가일 : <%=vo.get("APPR_DY") %>
  2. 업체명 : <%=vo.get("CORP_KOR") %>
<% int total_rate = 0; String result_rate = ""; for(int i=0; i < getApprSrdList.size(); i++) { %> <%if(getApprSrdList.getRow(i).get("GUBUN_2").trim().equals("")){ %> <%}else{ %> <%} %> <% if(!getApprSrdList.getRow(i).get("APPR_RATE").equals("")) { total_rate += Integer.parseInt(getApprSrdList.getRow(i).get("APPR_RATE")); if(total_rate >= 85) { result_rate = "1등급"; } else if(total_rate >= 80) { result_rate = "2등급"; } else if(total_rate >= 75) { result_rate = "3등급"; } else if(total_rate >= 70) { result_rate = "4등급"; } else { result_rate = "등급외"; } } } %>
  • 평가항목
  • 배당점수
  • 평가점수
  • 배점기준
  • REMARK
  • 대분류
  • 중분류
  • 소분류
  • A
  • B
  • C
  • D
  • E
<%=getApprSrdList.getRow(i).get("GUBUN_1") %> <%=getApprSrdList.getRow(i).get("GUBUN_3") %> <%=getApprSrdList.getRow(i).get("GUBUN_2") %> <%=getApprSrdList.getRow(i).get("GUBUN_3") %>
  • <%=getApprSrdList.getRow(i).get("STOCK_RATE") %>
  • <%=getApprSrdList.getRow(i).get("APPR_RATE") %>
>
  • <%=getApprSrdList.getRow(i).get("A_CONTENT") %>
  • <%=getApprSrdList.getRow(i).get("A_RATE") %>
>
  • <%=getApprSrdList.getRow(i).get("B_CONTENT") %>
  • <%=getApprSrdList.getRow(i).get("B_RATE") %>
>
  • <%=getApprSrdList.getRow(i).get("C_CONTENT") %>
  • <%=getApprSrdList.getRow(i).get("C_RATE") %>
>
  • <%=getApprSrdList.getRow(i).get("D_CONTENT") %>
  • <%=getApprSrdList.getRow(i).get("D_RATE") %>
>
  • <%=getApprSrdList.getRow(i).get("E_CONTENT") %>
  • <%=getApprSrdList.getRow(i).get("E_RATE") %>
<%=getApprSrdList.getRow(i).get("noti") %>
  • [ 총 합 계 ]
  • 100
  • <%=total_rate %>
  • 종합평가
  • 상기 업체 평가 점수는 <%=total_rate %> 점으로 <%=result_rate %> 입니다.
  • 입찰 가능한 공사 금액은 입니다.
*공종별 등급 기준 및 입찰 상한액
  • 1등급
  • 2등급
  • 3등급
  • 4등급
  • 등급외
  • Remark
공종별
등급기준
  • A GROUP
  • 토공사, 철근콘크리트 공사, 철근공사
  • 85점 ↑
  • 80점 ↑
  • 75점 ↑
  • 70점 ↑
  • 70점 ↓
  • B GROUP
  • 기계설비(소방, 위생, 공조), 각종 배관공사
  • 85점 ↑
  • 80점 ↑
  • 75점 ↑
  • 70점 ↑
  • 70점 ↓
  • C GROUP
  • 전기공사(소방, 강전, 약전), 계장공사
  • 85점 ↑
  • 80점 ↑
  • 75점 ↑
  • 70점 ↑
  • 70점 ↓
  • D GROUP
  • 내·외장, 기타공사, 용역(토건설계)
  • 85점 ↑
  • 80점 ↑
  • 75점 ↑
  • 70점 ↑
  • 70점 ↓
공종별
입찰 상한액
  • A GROUP
  • 토공사, 철근콘크리트 공사, 철근공사
제한없음
  • 50억 미만
  • 30억 미만
  • 20억 미만
  • 10억 미만
  • B GROUP
  • 기계설비(소방, 위생, 공조), 각종 배관공사
  • 30억 미만
  • 20억 미만
  • 10억 미만
  • 5억 미만
  • C GROUP
  • 전기공사(소방, 위생, 공조), 각종 배관공사
  • 30억 미만
  • 20억 미만
  • 10억 미만
  • 5억 미만
  • C GROUP
  • 내·외장, 기타공사, 용역(토건설계)
  • 30억 미만
  • 20억 미만
  • 10억 미만
  • 5억 미만
--%>
기준 년도 :