<%@include file="/head.jsp"%> Order Detail <% com.efastar.order.Porder po = (com.efastar.order.Porder) request.getAttribute("userObj"); com.efastar.order.PorderItems pois = (com.efastar.order.PorderItems) request.getAttribute("userObj1"); %>
Current Postion: Seller Kit >>PO Detail
 PO Detail
<%if(po.getStatus().equals("0")) { %> <% }else { %> <% } %>
PO ID:  <%=po.getPorderID()%> Total Amount:  <%=po.getTotCashs()%>
Date Created:  <%=po.getCreateDate()%> State:  <%=po.getStatusName()%>
Ship Date:  <%=po.getShipDate()%> Tax Rate:   % <%=po.getTaxRateInt()%> %
Distributor:  <%=po.getDistributerName()%> Name:  <%=po.getBuyerName()%>
Ship Address: Invoice Address:
Address:  <%= po.getShipAddress()%> Address  <%= po.getInvoiceAddress()%>
City:  <%= po.getShipCity()%> City  <%= po.getInvoiceCity()%>
Zip Code  <%= po.getShipPostCode()%> Zip Code  <%= po.getInvoicePostCode()%>
Country  <%= po.getShipCountry()%> Country  <%= po.getInvoiceCountry()%>
Phone  <%= po.getShipPhone()%> Phone  <%= po.getInvoicePhone()%>
Page <%= pois.getPageNo()%> Total <%= pois.getPageCount()%>   <% if(pois.getPageNo() <=1) { %> Previous   <% }else { %> Previous   <% } %> <% if(pois.getPageNo() == pois.getPageCount()) { %> Next <% }else { %> Next <% } %>
<% int i=0; if(pois.getRecordCount()!=0) { do{ %> <%if(po.getStatus().equals("0")) //订单是建立状态则可以修改 { %> <% } else{ %> <% } %> <% }while(pois.next()); } %>
Line # Description Amount Unit Price Unit Number Approved Number Approved Ship Days Note
<%=pois.getItemNo()%> <%=pois.getSpec()%> <%=pois.getShopNumber()%> <%=pois.getUM()%>
<%=pois.getItemNo()%> <%=pois.getSpec()%> <%=pois.getShopNumber()%> <%=pois.getUM()%>
<%if(po.getStatus().equals("0")&&po.getDistributerName().equals("None")) { //订单状态为新建 %> <% } %> <% if(po.getStatus().equals("5")&&po.getDistributerName().equals("None")) { %> <%} %> <%if(po.getStatus().equals("1")&&po.getDistributerName().equals("None")) { %> <% } %>