<%if (model.IsInvalid == 1)
{ %>
-
- <%=Tag("提交订单")%>
- <%=model.Time_Add %>
-
- <%=Tag("无效订单")%>
- <%=model.Time_Completed%>
<%}
else if (model.IsVerified == 0)
{ %>
-
- <%=Tag("提交订单")%>
- <%=model.Time_Add %>
<%}else{ %>
-
- <%=Tag("提交订单")%>
- <%=model.Time_Add %>
-
- <%=Tag("审核订单")%>
- <%=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("金额")%>
<%if (model.IsPaid == 0)
{ %>
<%=Tag("编辑")%>
<%} %>
|
<%=Tag("收货人信息")%>
<%if (model.IsShipped == 0)
{ %>
<%=Tag("编辑")%>
<%} %>
|
|
|
<%=Tag("状态")%>:
|
<%=Tag(Shop.Bussiness.Order.OrderStatus(model, CurrentLanguage.Code)) %>
<%//=model.IsShipped_All==0?"["+Tag("部分发货")+"]":"" %>
|
|
<%=Tag("订单编号")%>:
|
<%=model.Code %>
|
|
<%=Tag("订购时间")%>:
|
<%=FormatTime(model.Time_Add) %>
|
|
<%=Tag("商品重量")%>:
|
<%=model.Weight %> g
|
|
<%=Tag("商品体积")%>:
|
<%=model.Volume/1000000 %> m³
|
|
|
<%=Tag("商品总额")%>:
|
<%=FormatMoney(model.Money_Product)%>
<%=FormatMoney(model.Money_Product, 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)%>
|
<%} %>
<%if (model.Money_fromorder > 0)
{ %>
|
<%=Tag("其它订单")%>:
|
<%=FormatMoney(model.Money_fromorder)%>
<%=FormatMoney(model.Money_fromorder, 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)%> |
<%} %>
|
<%=Tag("扣除积分")%>:
|
<%=model.Point%>
|
|
<%if (model.IsReceived_All == 1 && model.IsCreateNewOrder == 0 && model.IsPaid == 0)
{
%>
" onclick="torder_cash(2,'<%=Tag("退款到账户") %>');" />
" onclick="torder_cash(3,'<%=Tag("生成新订单") %>');" />
<%
} %>
|
|
|
<%=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("规格")%>
|
<%if (model.Type_id_OrderType == 212) { Response.Write(Tag("数量")); } else { Response.Write(Tag("订购数量")); }%>
|
<%=Tag("已发数量")%>
|
<%=Tag("已收数量")%>
|
<%=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)%>
|
<%=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)%>
|
<%} %>
<%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 %>
|
<%=DefaultCurrency.Msige %><%=torder.Money %>
|
<%=Shop.Bussiness.EX_Type.TypeName(torder.Type_id_TransportOrderStatus) %>
|
<%=torder.T_Name %>
|
<%=Tag("跟踪")%>
| <%=Tag("收货")%>
|
<%} %>
|
<%=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%> |
<% } %>