<%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) %>
<%}
else if (model.IsRefund == 2)
{ %>
-
- <%=Tag("提交订单")%>
- <%=FormatTime(model.Time_Add) %>
-
- <%=Tag("申请取消")%>
- <%=FormatTime(model.Time_Refund)%>
<%}else{ %>
<%if (model.Type_id_OrderType == 212)
{ %>
-
- <%=Tag("提交订单")%>
- <%=FormatTime(model.Time_Add) %>
-
- <%=Tag("审核订单")%>
- <%=FormatTime(model.Time_Verified)%>
<%if (model.IsCompleted != 1)
{ %>
<%}
else
{ %>
-
- <%=Tag("已完成")%>
- <%=FormatTime(model.Time_Completed)%>
<%} %>
<%}else{ %>
-
- <%=Tag("提交订单")%>
- <%=FormatTime(model.Time_Add) %>
-
- <%=Tag("审核订单")%>
- <%=FormatTime(model.Time_Verified)%>
<%if (model.IsPaid != 1)
{ %>
<%}
else
{ %>
-
- <%=Tag("已支付")%>
- <%=FormatTime(model.Time_Paid) %>
<%} %>
<%if (model.IsShipped != 1)
{ %>
<%}
else
{ %>
-
- <%if (model.IsShipped_All != 1)
{ %><%=Tag("部分发货")%><%}
else
{ %><%=Tag("已发货")%><%} %>
- <%=FormatTime(model.Time_Shipped)%>
<%} %>
<%if (model.IsReceived != 1)
{ %>
<%}
else
{ %>
-
- <%=Tag("已收货")%>
- <%=FormatTime(model.Time_Received)%>
<%} %>
<%if (model.IsCompleted != 1)
{ %>
<%}
else
{ %>
-
- <%=Tag("已完成")%>
- <%=FormatTime(model.Time_Completed)%>
<%} %>
<%} %>
<%} %>
|
<%=Tag("基本信息")%>
|
<%=Tag("金额")%>
<%if (model.IsPaid == 0)
{ %>
<%=Tag("编辑")%>
<%} %>
|
<%=Tag("收货人信息")%>
<%if (model.IsShipped == 0)
{ %>
<%=Tag("编辑")%>
<%} %>
|
|
|
<%=Tag("状态")%>:
|
<%=Shop.Bussiness.Order.OrderStatus(model, CurrentLanguage.Code, 1) %>
<%//=model.IsShipped_All==0?"["+Tag("部分发货")+"]":"" %>
|
|
<%=Tag("订单编号")%>:
|
<%=model.Code %>
|
<%if (shop.id > 0)
{
%>
|
<%=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%>
|
|
|
<%=Tag("商品总额")%>:
|
<%=FormatMoney(model.Money_Product)%>
<%=FormatMoney(model.Money_Product, model.Currency_Code)%>
|
<%if (model.Money_Cut>0){ %>
|
<%=Tag("优惠金额")%>:
|
<%=FormatMoney(model.Money_Cut)%>
<%=FormatMoney(model.Money_Cut, model.Currency_Code)%>
|
<%} %>
<%if (model.Money_Give>0){ %>
|
<%=Tag("返还金额")%>:
|
<%=FormatMoney(model.Money_Give)%>
<%=FormatMoney(model.Money_Give, model.Currency_Code)%>
|
<%} %>
<%if (model.Money_Transport > 0)
{ %>
|
<%=Tag("配送费用")%>:
|
<%=FormatMoney(model.Money_Transport)%>
<%=FormatMoney(model.Money_Transport, model.Currency_Code)%>
|
<%} %>
<%if (model.Money_Bill>0){ %>
|
<%=Tag("发票税金")%>:
|
<%=FormatMoney(model.Money_Bill)%>
<%=FormatMoney(model.Money_Bill, model.Currency_Code)%>
|
<%} %>
<%if (model.Money_Tax>0){ %>
|
<%=Tag("税金")%>:
|
<%=FormatMoney(model.Money_Tax)%>
<%=FormatMoney(model.Money_Tax, model.Currency_Code)%>
|
<%} %>
|
<%=Tag("订单总额")%>:
|
<%=FormatMoney(model.Money_Order)%>
<%=FormatMoney(model.Money_Order,model.Currency_Code)%>
|
<%if (model.Money_UserCut > 0){ %>
| <%=Tag("余额支付")%>: |
<%=FormatMoney(model.Money_UserCut)%>
<%=FormatMoney(model.Money_UserCut, model.Currency_Code)%> |
<%} %>
<%if (model.Money_UseCard311 > 0)
{ %>
| <%=Tag("购物卡支付")%>: |
<%=FormatMoney(model.Money_UseCard311)%>
<%=FormatMoney(model.Money_UseCard311, model.Currency_Code)%> |
<%} %>
<%if (model.Money_UseCard312 > 0)
{ %>
| <%=Tag("代金券支付")%>: |
<%=FormatMoney(model.Money_UseCard312)%>
<%=FormatMoney(model.Money_UseCard312, model.Currency_Code)%> |
<%} %>
<%if (model.Money_fromorder > 0){ %>
| <%=Tag("转移金额")%>: |
<%=FormatMoney(model.Money_fromorder)%>
<%=FormatMoney(model.Money_fromorder, model.Currency_Code)%> |
<%} %>
<%if (model.Money_Pay>0){ %>
|
<%=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 %>
|
|
|
<%=Tag("商品编号")%>
|
<%=Tag("商品货号")%>
|
<%=Tag("商品名称")%>
|
<%=Tag("规格")%>
|
<%=Tag("单位")%>
|
<%if (model.Type_id_OrderType == 212) { Response.Write(Tag("数量")); } else { Response.Write(Tag("订购数量")); }%>
|
<%=Tag("已发数量")%>
|
<%=Tag("已收数量")%>
|
<%=Tag("单价")%>
|
<%=Tag("小计")%>
|
<%foreach (Shop.Model.Lebi_Order_Product pro in pros)
{ %>
|
<%=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)%>
|
<%} %>
<%if (model.IsVerified == 0)
{ %>
<%} %>
|
<%=Tag("时间")%>
|
<%=Tag("类型")%>
|
<%=Tag("配送方式")%>
|
<%=Tag("发货单号")%>
|
<%=Tag("实际运费")%>
|
<%=Tag("状态")%>
|
<%=Tag("收/发件人")%>
|
<%=Tag("操作")%>
|
<%foreach (Shop.Model.Lebi_Transport_Order torder in torders)
{ %>
|
<%=FormatTime(torder.Time_Add) %>
|
<%=Shop.Bussiness.EX_Type.TypeName(model.Type_id_OrderType) %>
|
<%=torder.Transport_Name %>
|
<%=torder.Code %>
|
<%=FormatMoney(torder.Money) %>
|
<%=Shop.Bussiness.EX_Type.TypeName(torder.Type_id_TransportOrderStatus) %>
|
<%=torder.T_Name %>
|
<%=Tag("查看")%>
| <%=Tag("跟踪")%>
| <%=Tag("打印快递单")%><%if (model.IsPrintExpress == 1){ %>(<%=Tag("已打印")%>)<%} %>
|
<%} %>
<%if (DeliveryCount > 0){ %>
|
|
<%} %>
|
<%=Tag("时间")%>
|
<%=Tag("操作人")%>
|
<%=Tag("行为")%>
|
<%
foreach (Shop.Model.Lebi_Log log in Logs)
{
%>
| <%=FormatTime(log.Time_Add) %> |
<%
if(log.Admin_id>0)
Response.Write("["+Tag("管理员")+"]"+log.AdminName);
if(log.User_id>0)
Response.Write("["+Tag("会员")+"]"+log.UserName);
if (log.Supplier_id > 0)
Response.Write("["+Tag("供应商")+"]"+log.Supplier_SubName);
%> |
<%=log.Content +" "+ log.Description%> |
<% } %>