<%-- - Author(s) : - Date : - Description: --%> <%@page import="monfox.toolkit.snmp.agent.modules.SnmpV2Mib.SysOREntry"%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="kr.co.udapsoft.common.*" %> <%@ page import="com.udapsoft.waf.system.*" %> <%@ page import="com.udapsoft.waf.common.*" %> <%@ page import="com.udapsoft.waf.common.ui.HTMLMaker" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.util.ValueObject" %> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.hsnc.common.sql.RowSet" %> <%@ page import="kr.co.hsnc.common.sql.util.*" %> <%@ page import="com.udapsoft.waf.common.ui.*" %> <%@ page import="com.udapsoft.waf.common.util.*" %> <%@ 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 = ctx.getUser(); ValueObject SearchInfo = storage.getValueObject("SearchInfo"); %> <%@ page contentType="text/html; charset=utf-8" %>
계약번호 <%= InputText.get("CON_DOC_NO", SearchInfo.get("CON_DOC_NO"), 90, 200, "desc=계약번호,persize,readonly") %>
계약명 <%= InputText.get("BUILD_NAME", SearchInfo.get("BUILD_NAME"), 90, 200, "desc=계약명,persize,readonly") %>
계약금액 <%= InputText.get("CON_AMT", SearchInfo.get("CON_AMT"), 50, 200, "desc=계약금액,persize,readonly,right,class=input num") %> 천원
선급금 금액 <%= InputText.get("PREPAY_AMT", SearchInfo.get("PREPAY_AMT"), 50, 200, "desc=선급금,persize,readonly,right,class=input num") %> 천원