%@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
PO ID:
<%=po.getPorderID()%>
Total Amount:
<%=po.getTotCashs()%>
Date Created:
<%=po.getCreateDate()%>
State:
<%=po.getStatusName()%>
Ship Date:
<%=po.getShipDate()%>
Tax Rate:
<%if(po.getStatus().equals("0")) { %>
%
<% }else { %>
<%=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
<% } %>
Line #
Description
Amount
Unit Price
Unit Number
Approved Number
Approved Ship Days
Note
<% int i=0; if(pois.getRecordCount()!=0) { do{ %> <%if(po.getStatus().equals("0")) //订单是建立状态则可以修改 { %>
<%=pois.getItemNo()%>
<%=pois.getSpec()%>
<%=pois.getShopNumber()%>
<%=pois.getUM()%>
<% } else{ %>
<%=pois.getItemNo()%>
<%=pois.getSpec()%>
<%=pois.getShopNumber()%>
<%=pois.getUM()%>
<% } %> <% }while(pois.next()); } %>
<%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")) { %>
<% } %>