<%=chgItemList.getRow(i).get("ITEM_NAME")%> |
<%=chgItemList.getRow(i).get("ITEM_SPEC")%> |
<%=chgItemList.getRow(i).get("ITEM_UNIT_NM")%> |
<%=Formatter2.currency(chgItemList.getRow(i).getDouble("ITEM_QTY"),2)%> |
<%=Formatter2.currency(chgItemList.getRow(i).getDouble("ITEM_PRICE"), ContInfo.getInt("SOSUNUM"))%> |
<%=Formatter2.currency(chgItemList.getRow(i).getDouble("ITEM_AMT"), ContInfo.getInt("SOSUNUM"))%> |
<%=Formatter2.currency(chgItemList.getRow(i).getDouble("CONT_QTY"),2)%> |
<%=Formatter2.currency(chgItemList.getRow(i).getDouble("CONT_PRICE"), ContInfo.getInt("SOSUNUM"))%> |
<%=Formatter2.currency(chgItemList.getRow(i).getDouble("CONT_AMT"), ContInfo.getInt("SOSUNUM"))%> |
<%=Formatter2.currency((chgItemList.getRow(i).getDouble("CONT_QTY") - chgItemList.getRow(i).getDouble("ITEM_QTY")),2)%> |
<%=Formatter2.currency((chgItemList.getRow(i).getDouble("CONT_AMT") - chgItemList.getRow(i).getDouble("ITEM_AMT")), ContInfo.getInt("SOSUNUM"))%> |
<%
}
%>
합계 |
<%=Formatter2.currency(sum_qty, 2)%> |
<%=Formatter2.currency(sum_amt, ContInfo.getInt("SOSUNUM"))%> |
<%=Formatter2.currency(sum_qty, 2)%> |
<%=Formatter2.currency(sum_con_amt, ContInfo.getInt("SOSUNUM"))%> |
<%=Formatter2.currency((sum_con_amt - sum_amt), ContInfo.getInt("SOSUNUM"))%> |