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