<%-- - FileName : PuSupplierList.jsp - Author(s) : Sung Min Lee - Date : 2014.06.17 - Copyright : Copyright (c) 2002-2007 www.hwenc.com, 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="com.udapsoft.waf.common.util.DateUtil"%> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ 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 authYN = storage.getValueObject("Auth"); RowSet materialKindCodeLv1 = storage.getRowSet("materialKindCodeLv1"); RowSet materialKindCodeLv2 = new RowSetImpl(); RowSet materialKindCodeLv3 = new RowSetImpl(); RowSet nationRowSet = new RowSetImpl(); RowSet suppStatusRowSet = storage.getRowSet("SuppStatusRowSet"); //상태값 String sToday = DateUtil.getSystemDate().substring(0,8); %>
  • 외주_협력업체현황
공종 <%= HTMLMaker.getSelectTag(materialKindCodeLv1, "materialgroup", "materialgroupname" , "material_Kind_Code_Lv1", "style='width:28%;height=18;'", "", params.get("material_Kind_Code_Lv1"), 0) %> <%= HTMLMaker.getSelectTag(materialKindCodeLv2, "materialgroup", "materialgroupname" , "material_Kind_Code_Lv2", "style='width:28%;height=18;'", "", params.get("material_Kind_Code_Lv2"), 0) %> <%= HTMLMaker.getSelectTag(materialKindCodeLv3, "materialgroup", "materialgroupname" , "material_Kind_Code_Lv3", "style='width:28%;height=18;'", "", params.get("material_Kind_Code_Lv3"), 0) %> 사업자번호 " numberOnly="true" maxlength="10"/> 국내/해외 검색 엑셀저장
업체명 "/> 상태 <%= HTMLMaker.getSelectTag(suppStatusRowSet, "DETAILCD", "DETAILNM", "corp_status", "width:70px;height=18;", "", params.get("corp_status")) %> 국가명 <%= HTMLMaker.getSelectTag(nationRowSet, "detailcd", "detailnm" , "nation_cd", "style='width:70%;height=18;'", "", params.get("nation_cd"), 0) %>