<%-- - FileName : PuSuppPlanApprPop.jsp - Author(s) : lsm - --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ 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(); RowSet getApprSrdList = storage.getRowSet("getApprSrdList"); ValueObject vo = storage.getValueObject("getAppr"); String yyyymmdd = (new java.text.SimpleDateFormat ("yyyy년 MM월 dd일")).format (new java.util.Date()); String appr_date = (new java.text.SimpleDateFormat ("yyyyMMdd")).format (new java.util.Date()); %>
" /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " /> " />
기자재 공급업체 설계평가표
<%-- --%>
평가자 : <%=params.get("user_nm_before") %>
평가일 : <%=params.get("dt_before")%>
업체명 : <%=params.get("corp_kor") %>
<% String chk = ""; int idx = 0; int sum_stock_rate = 0; int all_sum_stock_rate = 0; String appr_cd = ""; for(int i=0; i < getApprSrdList.size(); i++) { %> <%-- --%> <% all_sum_stock_rate += sum_stock_rate; sum_stock_rate = 0; idx++; }%> <% if (params.get("P_CHARGE_CD").equals("C")) {%>
공사번호 공사기간
공 사 명 작 성 일 <%=params.get("dt_before")%>
도급업체명 <%=params.get("corp_kor") %> 작 성 자 <%=params.get("user_nm_before") %>
구 분 평 가 항 목 배당점수 평가점수 A B C D E
<%=getApprSrdList.getRow(i).get("GUBUN_1") %><%=getApprSrdList.getRow(i).get("GUBUN_2") %><%=getApprSrdList.getRow(i).get("GUBUN_3") %> <%=getApprSrdList.getRow(i).get("STOCK_RATE") %>
0
" />
" <%=getApprSrdList.getRow(i).get("A_RATE").replace("점", "").equals(getApprSrdList.getRow(i).get("APPR_RATE")) ? "checked=\"checked\" " : ""%> />
(<%=getApprSrdList.getRow(i).get("A_RATE") %>)
" <%=getApprSrdList.getRow(i).get("B_RATE").replace("점", "").equals(getApprSrdList.getRow(i).get("APPR_RATE")) ? "checked=\"checked\" " : ""%> />
(<%=getApprSrdList.getRow(i).get("B_RATE") %>)
" <%=getApprSrdList.getRow(i).get("C_RATE").replace("점", "").equals(getApprSrdList.getRow(i).get("APPR_RATE")) ? "checked=\"checked\" " : ""%> />
(<%=getApprSrdList.getRow(i).get("C_RATE") %>)
" <%=getApprSrdList.getRow(i).get("D_RATE").replace("점", "").equals(getApprSrdList.getRow(i).get("APPR_RATE")) ? "checked=\"checked\" " : ""%> />
(<%=getApprSrdList.getRow(i).get("D_RATE") %>)
" <%=getApprSrdList.getRow(i).get("E_RATE").replace("점", "").equals(getApprSrdList.getRow(i).get("APPR_RATE")) ? "checked=\"checked\" " : ""%> />
(<%=getApprSrdList.getRow(i).get("E_RATE") %>)
특 기 사 항  " />
<%} else {%> " /> <%} %>
저장 확정 닫기