<%-- - Author(s) : Kim Myung Ho - Date : 2014.07.04 - 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.*" %> <%@ page import="kr.co.udapsoft.common.code.CommCodeManager" %> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = storage.getParams(); ValueObject user = storage.getUser(); //계약 상태 List RowSet statusRow = CommCodeManager.getCodeRowsetStatic("CONT_STATUS_CD", "CHG_CODE01", "2"); %>
">
  • 구매_계약현황
현장 <%=InputText.getSiteCodeNew("p_dept_cd", "p_dept_nm", "", user, params.get("p_dept_cd"), params.get("p_dept_nm"))%> 계약명 " style="width:90%"> 상태 <%= HTMLMaker.getSelectTag(statusRow, "DETAILCD", "DETAILNM", "p_cont_status", "width:150px;height=18;", "", params.get("p_cont_status")) %> 검색 엑셀
업체명 " style="width:90%"> 계약기간 <%= InputText.get("ContFromDt", params.get("ContFromDt"), 10, 50, "hangule,center, desc=계약일자,ReadOnly") %> ~ <%= InputText.get("ContToDt", params.get("ContToDt"), 10, 50, "hangule,center, desc=계약일자,ReadOnly") %> 전체조회