- <%=Tag("提交订单")%>
- <%=FormatTime(model.Time_Add) %>
- <%=Tag("无效订单")%>
- <%=FormatTime(model.Time_Completed)%>
- <%=Tag("提交订单")%>
- <%=FormatTime(model.Time_Add) %>
- <%=Tag("审核订单")%>
- <%=Tag("提交订单")%>
- <%=FormatTime(model.Time_Add) %>
- <%=Tag("审核订单")%>
- <%=FormatTime(model.Time_Verified)%>
- <%=Tag("发货")%>
- <%=model.IsShipped==1?FormatTime(model.Time_Shipped):""%>
- <%=Tag("收货")%>
- <%=model.IsReceived == 1 ? FormatTime(model.Time_Received) : ""%>
- <%=Tag("退款")%>
- <%=model.IsPaid == 1 ? FormatTime(model.Time_Paid) : ""%>
- <%=Tag("生成新订单")%>
- <%=model.IsCreateNewOrder == 1 ? FormatTime(model.Time_CreateNewOrder) : ""%>
- <%=Tag("完成")%>
- <%=model.IsCompleted == 1 ? FormatTime(model.Time_Completed) : ""%>
| <%=Tag("基本信息")%> | <%=Tag("金额")%> <%if (model.IsPaid == 0) { %> <%=Tag("编辑")%> <%} %> | <%=Tag("退货人信息")%> <%if (model.IsShipped == 0) { %> <%=Tag("编辑")%> <%} %> | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
| <%=Tag("商品编号")%> | <%=Tag("商品货号")%> | <%=Tag("商品名称")%> | <%=Tag("规格")%> | <%if (model.Type_id_OrderType == 212) { Response.Write(Tag("数量")); } else { Response.Write(Tag("订购数量")); }%> | <%=Tag("已发数量")%> | <%=Tag("已收数量")%> | <%=Tag("单价")%> | <%=Tag("代金券金额")%> | <%=Tag("返现金额")%> | <%=Tag("产生积分")%> | <%=Tag("小计")%> |
|---|---|---|---|---|---|---|---|---|---|---|---|
| <%=pro.Product_Number %> | <%=Shop.Bussiness.EX_Product.GetProduct(pro.Product_id).Code%> |
|
<%=Shop.Bussiness.EX_Product.ProPertyNameStr(Shop.Bussiness.EX_Product.GetProduct(pro.Product_id).ProPerty131, CurrentLanguage)%> | <%=str + pro.Count%> | <%=pro.Count_Shipped %> | <%=pro.Count_Received %> | <%=FormatMoney(pro.Price) %> | <%=FormatMoney(pro.Money_Card312_one*pro.Count)%> | <%=FormatMoney(pro.Money_Give_one * pro.Count)%> | <%=pro.Point_Give_one*pro.Count%> | <%=str + FormatMoney(pro.Money)%> |