<%=i+1%>. |
<%=itemList.getRow(i).get("ITEM_NAME")%> |
<%=itemList.getRow(i).get("ITEM_SPEC")%> |
<%=itemList.getRow(i).get("ITEM_UNIT_NM")%> |
<%= ContInfo.get("DIV_PO_YN").equals("Y") ? "1":Formatter2.currency(itemList.getRow(i).getDouble("ITEM_QTY"),2)%> |
<%=Formatter2.currency(itemList.getRow(i).getDouble("ITEM_PRICE"), params.getInt("digit"))%> |
<%if(!ContInfo.get("DIV_PO_YN").equals("Y")){%>
<%=Formatter2.currency(itemList.getRow(i).getDouble("SUM_AMT"), params.getInt("digit"))%> |
<%} %>
<%
}
%>
<%if(!ContInfo.get("DIV_PO_YN").equals("Y")){%>