{layout:page} {class:Shop.Supplier.order.Order_View} <%=Tag("订单详情")%>-<%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_OrderType)%>-<%=site.title%>
<%if (model.IsInvalid == 1) { %>
  •  
  • <%=Tag("提交订单")%>
  • <%=FormatTime(model.Time_Add) %>
  •  
<%if (model.IsRefund == 1){ %>
  •  
  • <%=Tag("已取消")%>
  • <%=FormatTime(model.Time_Refund)%>
<%}else{ %>
  •  
  • <%=Tag("无效订单")%>
  • <%=FormatTime(model.Time_Completed)%>
<%} %>
<%} else if (model.IsVerified == 0) { %>
  •  
  • <%=Tag("提交订单")%>
  • <%=FormatTime(model.Time_Add) %>
  •  
  •  
  • <%=Tag("审核订单")%>
<%} else if (model.IsRefund == 2) { %>
  •  
  • <%=Tag("提交订单")%>
  • <%=FormatTime(model.Time_Add) %>
  •  
  •  
  • <%=Tag("申请取消")%>
  • <%=FormatTime(model.Time_Refund)%>
  •  
  •  
  • <%=Tag("审核订单")%>
<%}else{ %> <%if (model.Type_id_OrderType == 212) { %>
  •  
  • <%=Tag("提交订单")%>
  • <%=FormatTime(model.Time_Add) %>
  •  
  •  
  • <%=Tag("审核订单")%>
  • <%=FormatTime(model.Time_Verified)%>
<%if (model.IsCompleted != 1) { %>
  •  
  •  
  • <%=Tag("已完成")%>
<%} else { %>
  •  
  •  
  • <%=Tag("已完成")%>
  • <%=FormatTime(model.Time_Completed)%>
<%} %>
<%}else{ %>
  •  
  • <%=Tag("提交订单")%>
  • <%=FormatTime(model.Time_Add) %>
  •  
  •  
  • <%=Tag("审核订单")%>
  • <%=FormatTime(model.Time_Verified)%>
<%if (model.IsPaid != 1) { %>
  •  
  •  
  • <%=Tag("未支付")%>
<%} else { %>
  •  
  •  
  • <%=Tag("已支付")%>
  • <%=FormatTime(model.Time_Paid) %>
<%} %> <%if (model.IsShipped != 1) { %>
  •  
  •  
  • <%=Tag("已发货")%>
<%} else { %>
  •  
  •  
  • <%if (model.IsShipped_All != 1) { %><%=Tag("部分发货")%><%} else { %><%=Tag("已发货")%><%} %>
  • <%=FormatTime(model.Time_Shipped)%>
<%} %> <%if (model.IsReceived != 1) { %>
  •  
  •  
  • <%=Tag("已收货")%>
<%} else { %>
  •  
  •  
  • <%=Tag("已收货")%>
  • <%=FormatTime(model.Time_Received)%>
<%} %> <%if (model.IsCompleted != 1) { %>
  •  
  •  
  • <%=Tag("已完成")%>
<%} else { %>
  •  
  •  
  • <%=Tag("已完成")%>
  • <%=FormatTime(model.Time_Completed)%>
<%} %>
<%} %> <%} %>
<%=Tag("基本信息")%>
<%=Tag("基本信息")%> <%=Tag("金额")%> <%if (model.IsPaid == 0) { %> <%=Tag("编辑")%> <%} %> <%=Tag("收货人信息")%> <%if (model.IsShipped == 0) { %> <%=Tag("编辑")%> <%} %>
<%if (shop.id > 0) { %> <%} %>
<%=Tag("状态")%>: <%=Shop.Bussiness.Order.OrderStatus(model, CurrentLanguage.Code, 1) %> <%//=model.IsShipped_All==0?"["+Tag("部分发货")+"]":"" %>
<%=Tag("订单编号")%>: <%=model.Code %>
<%=Tag("商家")%>: <%=shop.Company%>
<%=Tag("订购时间")%>: <%=FormatTime(model.Time_Add) %>
<%=Tag("商品重量")%>: <%=model.Weight %> <%=Tag("KG")%>
<%=Tag("商品体积")%>: <%=model.Volume/1000000 %> m³
<%=Tag("配送方式")%>: <%=model.Transport_Name %>[<%=model.Transport_Mark %>] <%if(model.PickUp_id>0){ %>
<%=Tag("自提点") %>:<%=model.PickUp_Name %>
<%=Tag("自提时间")%>:<%=model.PickUp_Date.ToString("yyyy-MM-dd") %> <%} %>
<%=Tag("支付方式")%>: <%=Shop.Bussiness.Language.Content(model.Pay,CurrentLanguage)%>
<%=Tag("发票状态")%>: <%=billstatus%>
<%if (model.Money_Cut>0){ %> <%} %> <%if (model.Money_Give>0){ %> <%} %> <%if (model.Money_Transport > 0) { %> <%} %> <%if (model.Money_Bill>0){ %> <%} %> <%if (model.Money_Tax>0){ %> <%} %> <%if (model.Money_UserCut > 0){ %> <%} %> <%if (model.Money_UseCard311 > 0) { %> <%} %> <%if (model.Money_UseCard312 > 0) { %> <%} %> <%if (model.Money_fromorder > 0){ %> <%} %> <%if (model.Money_Pay>0){ %> <%} %>
<%=Tag("商品总额")%>: <%=FormatMoney(model.Money_Product)%> <%=FormatMoney(model.Money_Product, model.Currency_Code)%>
<%=Tag("优惠金额")%>: <%=FormatMoney(model.Money_Cut)%> <%=FormatMoney(model.Money_Cut, 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_Order)%> <%=FormatMoney(model.Money_Order,model.Currency_Code)%>
<%=Tag("余额支付")%>: <%=FormatMoney(model.Money_UserCut)%> <%=FormatMoney(model.Money_UserCut, 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("转移金额")%>: <%=FormatMoney(model.Money_fromorder)%> <%=FormatMoney(model.Money_fromorder, model.Currency_Code)%>
<%=Tag("应付金额")%>: <%=FormatMoney(model.Money_Pay)%> <%=FormatMoney(model.Money_Pay, model.Currency_Code)%>
<%=Tag("可得积分")%>: <%=str + model.Point%>
<%=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 %>
商品信息
<%foreach (Shop.Model.Lebi_Order_Product pro in pros) { %> <%} %>
<%=Tag("商品编号")%> <%=Tag("商品货号")%> <%=Tag("商品名称")%> <%=Tag("规格")%> <%=Tag("单位")%> <%if (model.Type_id_OrderType == 212) { Response.Write(Tag("数量")); } else { Response.Write(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)%> <%=Lang(Shop.Bussiness.EX_Product.ProductUnit(pro.Units_id))%> <%=str + pro.Count%> <%=pro.Count_Shipped %> <%=pro.Count_Received %> <%=FormatMoney(pro.Price) %> <%=str + FormatMoney(pro.Money)%>
<%=Tag("订单备注")%>
         
<%if (DeliveryCount > 0){ %>
<%=Tag("配送点")%>
<%} %>