{layout:page} {class:Shop.Admin.order.torder_view} <%=Tag("订单详情")%>-<%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_OrderType)%>-<%=site.title%>
<%if (model.IsInvalid == 1) { %>
  •  
  • <%=Tag("提交订单")%>
  • <%=FormatTime(model.Time_Add) %>
  •  
  •  
  • <%=Tag("无效订单")%>
  • <%=FormatTime(model.Time_Completed)%>
<%} else if (model.IsVerified == 0) { %>
  •  
  • <%=Tag("提交订单")%>
  • <%=FormatTime(model.Time_Add) %>
  •  
  •  
  • <%=Tag("审核订单")%>
<%}else{ %>
  •  
  • <%=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) : ""%>
<%if (model.IsCreateNewOrder != 1) { %>
">
  •  
">
  •  
  • <%=Tag("退款")%>
  • <%=model.IsPaid == 1 ? FormatTime(model.Time_Paid) : ""%>
<%}else{ %>
">
  •  
">
  •  
  • <%=Tag("生成新订单")%>
  • <%=model.IsCreateNewOrder == 1 ? FormatTime(model.Time_CreateNewOrder) : ""%>
<%} %>
">
  •  
">
  •  
  • <%=Tag("完成")%>
  • <%=model.IsCompleted == 1 ? FormatTime(model.Time_Completed) : ""%>
<%} %>
<%=Tag("基本信息")%>
<%=Tag("基本信息")%> <%=Tag("金额")%> <%if (model.IsPaid == 0) { %> <%=Tag("编辑")%> <%} %> <%=Tag("退货人信息")%> <%if (model.IsShipped == 0) { %> <%=Tag("编辑")%> <%} %>
<%=Tag("状态")%>: <%=Shop.Bussiness.Order.OrderStatus(model, CurrentLanguage.Code) %> <%//=model.IsShipped_All==0?"["+Tag("部分发货")+"]":"" %>
<%=Tag("原始订单")%>: <%=oldmodel.Code%>
<%=Tag("订单编号")%>: <%=model.Code %>
<%=Tag("订购时间")%>: <%=FormatTime(model.Time_Add) %>
<%=Tag("商品重量")%>: <%=model.Weight %> <%=Tag("KG")%>
<%=Tag("商品体积")%>: <%=model.Volume/1000000 %> m³
<%if (model.Money_Give>0){ %> <%} %> <%if (model.Money_Transport > 0) { %> <%} %> <%if (model.Money_Bill>0){ %> <%} %> <%if (model.Money_Tax>0){ %> <%} %> <%if (model.Money_fromorder > 0) { %> <%} %> <%if (model.Money_UseCard311 > 0) { %> <%} %> <%if (model.Money_UseCard312 > 0) { %> <%} %>
<%=Tag("商品总额")%>: <%=FormatMoney(model.Money_Product)%> <%=FormatMoney(model.Money_Product, model.Currency_Code)%>
<%=Tag("退款金额")%>: <%=FormatMoney(model.Money_Give)%> <%=FormatMoney(model.Money_Give, model.Currency_Code)%>
<%=Tag("配送费用")%>: <%=FormatMoney(model.Money_Transport)%> <%=FormatMoney(model.Money_Transport, model.Currency_Code)%>
<%=Tag("发票税金")%>: <%=FormatMoney(model.Money_Bill)%> <%=FormatMoney(model.Money_Bill, model.Currency_Code)%>
<%=Tag("税金")%>: <%=FormatMoney(model.Money_Tax)%> <%=FormatMoney(model.Money_Tax, model.Currency_Code)%>
<%=Tag("其它订单")%>: <%=FormatMoney(model.Money_fromorder)%> <%=FormatMoney(model.Money_fromorder, model.Currency_Code)%>
<%=Tag("购物卡支付")%>: <%=FormatMoney(model.Money_UseCard311)%> <%=FormatMoney(model.Money_UseCard311, model.Currency_Code)%>
<%=Tag("代金券支付")%>: <%=FormatMoney(model.Money_UseCard312)%> <%=FormatMoney(model.Money_UseCard312, model.Currency_Code)%>
<%=Tag("扣除积分")%>: <%=model.Point%>
<%if (model.IsReceived_All == 1 && model.IsCreateNewOrder == 0 && model.IsPaid == 0) { %> " onclick="torder_cash(1,'<%=Tag("退款到提现") %>');" /> " onclick="torder_cash(2,'<%=Tag("退款到账户") %>');" /> " onclick="torder_cash(3,'<%=Tag("生成新订单") %>');" /> <% } %>
<%=Tag("会员")%>: <%=model.User_UserName%>
<%=Tag("姓名")%>: <%=model.T_Name %>
<%=Tag("电话")%>: <%=model.T_Phone %>
<%=Tag("手机")%>: <%=model.T_MobilePhone %>
<%=Tag("地区")%>: <%=Shop.Bussiness.EX_Area.GetAreaName(model.T_Area_id)%>
<%=Tag("地址")%>: <%=model.T_Address %>
<%=Tag("邮编")%>: <%=model.T_Postalcode %>
Email: <%=model.T_Email %>
<%=Tag("商品信息")%>
<%foreach (DB.LebiShop.Lebi_Order_Product pro in pros) { %> <%} %>
<%=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.Language.Content(pro.Product_Name,CurrentLanguage) %> "> <%=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)%>