<%-- - FileName : PuSupplierList.jsp - Author(s) : Sung Min Lee - Date : 2014.06.17 - - 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 = "blowfishj.*"%> <%@ page import = "java.text.SimpleDateFormat"%> <%@ page import = "java.util.Date"%> <%@ page import = "java.util.*"%> <%@ 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 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); %>
  • 구매_협력업체현황
대표ITEM <%= 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"/> 계약업체 (잔금이 남아있는 기준) 국내/해외 검색 엑셀저장 해외업체 신규등록 이메일 이메일 보내기 신평사적용/평가 ERP연동
검색어 "/> 상태 <%= HTMLMaker.getSelectTag(suppStatusRowSet, "DETAILCD", "DETAILNM", "corp_status", "width:100px;height=18;", "", params.get("corp_status")) %> 국가명 <%= HTMLMaker.getSelectTag(nationRowSet, "detailcd", "detailnm" , "nation_cd", "style='width:70%;height=18;'", "", params.get("nation_cd"), 0) %>