{layout:simple} {class:Shop.Admin.product.product_freeze_window} <% int count_freeze = 0; decimal price = 0; decimal money = 0; foreach (Shop.Model.Lebi_Order_Product pro in pros){ count_freeze = count_freeze + (pro.Count - pro.Count_Shipped); price = price + pro.Price; money = money + pro.Money; %> <%} %>
<%=Tag("订购日期")%> <%=Tag("订单编号")%> <%=Tag("商品编号")%> <%=Tag("冻结数量")%> <%=Tag("单价")%> <%=Tag("小计")%>
<%=pro.Time_Add%> <%=pro.Order_Code%> <%=pro.Product_Number%> <%=pro.Count - pro.Count_Shipped%> <%=FormatMoney(pro.Price)%> <%=FormatMoney(pro.Money)%>
<%=Tag("合计")%>     <%=count_freeze%> <%=FormatMoney(price)%> <%=FormatMoney(money)%>