<%-- - FileName : ItemPopup.jsp - Author(s) : Kim Myung HO - Date : 2014.11.21 - Description: ITEM 변경 내역 --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="kr.co.hsnc.common.sql.RowSet" %> <%@ page import="kr.co.hsnc.common.util.ValueObject" %> <%@ page import="com.udapsoft.waf.system.*" %> <%@ page import="com.udapsoft.waf.common.*" %> <%@ page import="kr.co.udapsoft.common.*" %> <%@ page import="com.udapsoft.waf.common.util.*" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.util.Formatter"%> <%@ page import="com.udapsoft.waf.common.ui.HTMLMaker" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@page import="java.net.URLDecoder"%> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject user = ctx.getUser(); ValueObject params = storage.getParams(); String event = storage.getEvent(); System.out.println("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); System.out.println(params); System.out.println("#################################################"); ValueObject ContInfo = new ValueObject(); ContInfo.set("DIV_PO_YN", params.get("DIV_PO_YN")); request.setCharacterEncoding("utf-8"); String curr_std_nm = URLDecoder.decode(request.getParameter("curr_std_nm"),"UTF-8"); /*계약 구매 내역 목록*/ RowSet itemList = storage.getRowSet("itemList"); %>
" /> " /> " /> " /> " /> "> "> "> ">
검색 <%if (params.get("TEMPLATE_CD").equals("4") || params.get("TEMPLATE_CD").equals("13")){%> 품목추가 <%} %> <%if (params.get("editYN").equals("Y")){%> 저장 <%} %>
<%//상품 목록 %> <%@ include file="/jsp/ko_KR/buyer/cont/purchase/itemList2.jsp" %> <% if (params.get("isClose").equals("Y")) { %> <% } %>