<%foreach (Shop.Model.Lebi_Order o in orders){%>
<%=OrderStatus(o) %>
<%if (Shop.Bussiness.EX_Supplier.GetSupplier(o.Supplier_id).IsSupplierTransport==1){ %> <%} %>
<% List order_products = Shop.Bussiness.B_Lebi_Order_Product.GetList("Order_id = "+ o.id +"", "id desc"); foreach (Shop.Model.Lebi_Order_Product o_p in order_products) { %> "> <%} %>
{tag:订单金额}:<%=FormatMoney(o.Money_Order) %>
<%if(o.IsShipped==1){ %>">{tag:查看}<%}else{ %>">{tag:查看}<%} %>
<%} %>
<%if (CurrentSite.IsMobile==0){ %>
<%=PageString%>
<%}else{%>
<%}%>