발주서
|
회사명 :다인산업기계(주) |
| 주소 : 경북 고령군 다산면 성암로 507 |
| 전화 : (054)956-3701~3 |
| 팩스 : (054)956-3704 |
| 발주 일자 |
<%=CommonUtils.checkNull((String)masterInfo.get("ORDER_DATE"))%> |
| 외주처명 |
<%=CommonUtils.checkNull((String)masterInfo.get("SUPPLY_NAME"))%>
|
| 연락처 |
<%=CommonUtils.checkNull((String)masterInfo.get("SUPPLY_TEL_NO"))%> <%=CommonUtils.checkNull((String)masterInfo.get("SUPPLY_FAX_NO"))%> |
| NO |
품명 |
규격 |
단위 |
수량 |
비 고 |
<%
for(int i = 0 ; i < detailinfo.size() ; i++){
if(i<18){
HashMap map = (HashMap)detailinfo.get(i);
String PRODUCT_TITLE_NAME = CommonUtils.checkNull(map.get("PRODUCT_TITLE_NAME"));
String STANDARD_NAME = CommonUtils.checkNull(map.get("STANDARD_NAME"));
String UNIT = CommonUtils.checkNull(map.get("UNIT"));
String QTY = CommonUtils.checkNull(map.get("QTY"));
String PRICE = CommonUtils.checkNull(map.get("PRICE"));
String UNIT_PRICE = CommonUtils.checkNull(map.get("UNIT_PRICE"));
String BIGO = CommonUtils.checkNull(map.get("BIGO"));
%>
| <%=(i+1)%> |
<%=PRODUCT_TITLE_NAME%> |
<%=STANDARD_NAME%> |
<%=UNIT%> |
<%=QTY%> |
<%=BIGO%> |
<%
}
}
%>
| 특이사항 |
<%=CommonUtils.checkNull((String)masterInfo.get("REASON"))%> |
| 1.납품장소 |
<%=CommonUtils.checkNull((String)masterInfo.get("DELIVERY_PLACE"))%> |
| 2.납 기 일 |
<%=CommonUtils.checkNull((String)masterInfo.get("RECV_DATE"))%> |
결재 |
담당 |
부장 |
대표 |
| 3.발주자 |
<%=CommonUtils.checkNull((String)masterInfo.get("REG_USER_NAME"))%> |
<%=appr0%> |
<%=appr1%> |
<%=appr3%> |
| 4.수주자 |
<%=CommonUtils.checkNull((String)masterInfo.get("RECV_USERID"))%> |
<% if(detailinfo.size() > 18 ){ %>
|
| NO |
품명 |
규격 |
단위 |
수량 |
비 고 |
<%} %>
<%
for(int i = 18 ; i < detailinfo.size() ; i++){
HashMap map = (HashMap)detailinfo.get(i);
String PRODUCT_TITLE_NAME = CommonUtils.checkNull(map.get("PRODUCT_TITLE_NAME"));
String STANDARD_NAME = CommonUtils.checkNull(map.get("STANDARD_NAME"));
String UNIT = CommonUtils.checkNull(map.get("UNIT"));
String QTY = CommonUtils.checkNull(map.get("QTY"));
String PRICE = CommonUtils.checkNull(map.get("PRICE"));
String UNIT_PRICE = CommonUtils.checkNull(map.get("UNIT_PRICE"));
String BIGO = CommonUtils.checkNull(map.get("BIGO"));
%>
| <%=(i+1)%> |
<%=PRODUCT_TITLE_NAME%> |
<%=STANDARD_NAME%> |
<%=UNIT%> |
<%=QTY%> |
<%=BIGO%> |
<%
}
%>