<%-- - FileName : SuppJoinRequestList.jsp - Author(s) : Sung Min Lee - Date : 2014.06.24 - - Description: 협력업체가입요청 목록 --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="com.udapsoft.waf.common.ui.*" %> <%@ 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(); String job_gubun = ""; if(params.get("job_div").equals("P")) { job_gubun = "구매"; } else { job_gubun = "외주"; } RowSet suppStatusRowSet = storage.getRowSet("SuppStatusRowSet"); //상태값 %>
" />
  • <%=job_gubun %>_협력업체가입요청
사업자번호 " numberOnly="true" maxlength="10" /> 업체명 " /> 상태 <%= HTMLMaker.getSelectTag(suppStatusRowSet, "DETAILCD", "DETAILNM", "corp_status", "width:100px;height=18;", "", params.get("corp_status")) %> 검색 신규등록 삭제 가입요청