<%-- - FileName : SuppDeptRequestList.jsp - Author(s) : mklee - Date : 2017.02.20 - - 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.udapsoft.common.code.*" %> <%@ 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("corp_status").isEmpty()){ if (user.get("RIGHT_NAME").equals("OUTSIDE")){ params.set("corp_status","00"); }else{ params.set("corp_status","AA"); } }else if(params.get("corp_status").equals("A")){ params.set("corp_status",""); } %>
  • <%=job_gubun %>_협력업체가입요청
사업자번호 " numberOnly="true" maxlength="10" /> 업체명 " /> 상태 <%=CommCodeManager.getSelectCodeList("OUT_SUPP_REQ_STATUS","corp_status","height=18;","",params.get("corp_status")) %>  검색 신규등록 삭제