<%-- - Author(s) : Hyung min Son - Date : 2014.06.23 - 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.ui.InitCombo" %> <%@ page import="kr.co.udapsoft.common.code.CommCodeManager" %> <%@ 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(); //공통코드 CommCodeManager commCodeManager = new CommCodeManager(); InitCombo initCombo = new InitCombo(); initCombo.makeComboData(commCodeManager.getCodeRowSet("ONBID"), "NAME", "CODE"); String ONBID_CD = initCombo.getCode(); String ONBID_NM = initCombo.getCodeName(); %>
">
  • 외주_입찰계획
현장 <%=InputText.getSiteCodeNew("p_dept_cd", "p_dept_nm", "", user, params.get("p_dept_cd"), params.get("p_dept_nm"))%> 검색 ExcelDown
입찰공고명 " style="width:90%"> 발주의뢰일 <%= InputText.get("p_demanded_from_dt", params.get("p_demanded_from_dt"), 10, 50, "hangule,center, desc=발주의뢰일,ReadOnly") %> ~ <%= InputText.get("p_demanded_to_dt", params.get("p_demanded_from_dt"), 10, 50, "hangule,center, desc=발주의뢰일,ReadOnly") %>
접수일 <%= InputText.get("p_rceipt_from_dt", params.get("p_rceipt_from_dt"), 10, 50, "hangule, center,desc=접수일,ReadOnly") %> ~ <%= InputText.get("p_rceipt_to_dt", params.get("p_rceipt_to_dt"), 10, 50, "hangule,center, desc=접수일,ReadOnly") %> 상태 <%=CommCodeManager.getSelectCodeSearchList("BID_STATUS_CD","P_DEMANDED_STATUS","height=18;width:80px;","",params.get("P_DEMANDED_STATUS"),"AND DETAILCD IN ('00','01','02')","DETAILCD") %> <%-- --%>