<%-- - FileName : taxList.jsp - Author(s) : ok - Date : 2014.09.11 - Copyright : Copyright (c) 2014 www.udapsoft.co.kr, Inc. - 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.hsnc.common.util.Formatter"%> <%@ page import="com.udapsoft.waf.common.util.DateUtil"%> <%@ page import="kr.co.hsnc.common.config.WAFConfig"%> <%@ 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 _sBaseUrl = WAFConfig.get("waf.smb.url"); String searchDateStart = params.get("searchDateStart"); String searchDateEnd = params.get("searchDateEnd"); //com.udapsoft.waf.common.util.DateUtil ValueObject defaultDate = DateUtil.getDefaultPeriod(); if("".equals(searchDateStart)){ searchDateStart = defaultDate.get("START_DATE"); } if("".equals(searchDateEnd)){ searchDateEnd = defaultDate.get("END_DATE"); } %>
  • 구매_세금계산서 발행현황
구분 <%-- --%> 공급일자 <%= InputText.get("searchDateStart", searchDateStart, 15, 10, "Center, date, PerSize, readonly", "date", "") %>  ~  <%= InputText.get("searchDateEnd", searchDateEnd, 15, 10, "Center, date, PerSize, readonly", "date", "") %> 검색
현장 <%--<%=InputText.getSiteCode("searchDeptCd", "searchDeptNm", "", user, "", "")%> --%> <%=InputText.getSiteCodeNew("searchDeptCd", "searchDeptNm", "", user, "", "")%> 계약명
사업자번호 업체명
상태 국세청전송결과