<%@ page contentType="text/html; charset=utf-8" %> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="kr.co.hsnc.common.sql.util.RowSetUtility" %> <% ctx.init(request, response); ValueObject params = null; HandlerStorage storage = ctx.getHandlerStorage(); params = storage.getParams(); RowSet fileListRowSet = storage.getRowSet("FileListRowSet"); int size = (fileListRowSet != null ? fileListRowSet.size() : 0); %>
"> ">
<% if( params.get("IS_CORP").equals("Y") ) { %> <% } %> <% if( params.get("IS_CON").equals("Y") ) { %> <% } %> <% if( params.get("IS_TECHREQ").equals("Y") ) { %> <% } %> <% ValueObject row = null; for( int i = 0 ; i < size ; i++ ) { row = RowSetUtility.getValueObject(fileListRowSet.getRow(i)); %> "> "> "> "> <% //if( row.get("FILE_GB").equals(row.get("O_FILE_GB")) && row.get("ID").equals(row.get("O_ID")) ) { %> <% if( row.get("ID").equals(row.get("O_ID")) || params.get("file_gb").equals("SUB_RFQ") || params.get("file_gb").equals("PUR_G_CST")) { %> <% } else { %> <% } %> <% if( params.get("IS_CORP").equals("Y") ) { %> <% if( row.get("OPEN_CORP_YN").equals("Y") ) { %> <% } else { %> <% } %> <% } else { %> "> <% } %> <% if( params.get("IS_CON").equals("Y") ) { %> <% if( row.get("USE_CON_YN").equals("Y") ) { %> <% } else { %> <% } %> <% } else { %> "> <% } %> <% if( params.get("IS_TECHREQ").equals("Y") ) { %> <% if( row.get("TECHREQ_OPEN_YN").equals("Y") ) { %> <% } else { %> <% } %> <% } else { %> "> <% } %> <% } %>
NO. 파일명 파일 크기Vendor OpenContractTBE생성일시
">" disabled><%= i + 1 %> " target="download"><%= row.get("FILE_NAME") %> <%= row.get("FILE_SIZE") %>" checked onClick="parent.changeOpenCorpYNProc(this);">" onClick="parent.changeOpenCorpYNProc(this);">" checked onClick="parent.changeUseConYNProc(this);">" onClick="parent.changeUseConYNProc(this);">" checked onClick="parent.changeTechreqOpenYNProc(this);">" onClick="parent.changeTechreqOpenYNProc(this);"><%= DateUtil.formatDateTime(row.get("CRE_DATE"), "yyyyMMddHHmmss", "yyyy-MM-dd HH:mm") %>