<%-- - Author(s) : 김예진 - Date : 2015.01.08 - 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("STAMP_DUTY_ISSUE_GB"); %>
  • 외주_인지세현황
<%-- --%>
현장 <%=InputText.getSiteCodeNew("p_dept_cd", "p_dept_nm", "", user, params.get("p_dept_cd"), params.get("p_dept_nm"))%> 계약명 " style="width:90%"> 검색 엑셀
업체명 " style="width:90%"> 발행일자 <%= InputText.get("DutyFromDt", params.get("DutyFromDt"), 10, 50, "hangule,center, desc=계약일자,ReadOnly") %> ~ <%= InputText.get("DutyToDt", params.get("DutyToDt"), 10, 50, "hangule,center, desc=계약일자,ReadOnly") %> 상태 <%= HTMLMaker.getSelectTag(statusRow, "CODE", "NAME", "p_stamp_status", "width:150px;height=18;", "", params.get("p_stamp_status")) %>