<%Include _mb_left_menu%>
<%if htOrder["o_shippingTerms"].ToString()!="-1"%>
<%else%>
<%/if%>
订单号:{htOrder[oid]}<%set str=Method.formatdatetime(htOrder["o_publishDate"].ToString(),"yyyy-MM-dd hh:mm:ss")%>
下单日期:{str}
<%if htOrder["o_shippingTerms"].ToString()!="-1"%>
收货人:{htOrder[receiveName]}
<%/if%>
<%set str1="0.00"%>
<%if htOrder["o_shippingTerms"].ToString()!="-1"%>
<%loop (DataRow) product dtProduct%>
-
<%set str=GetImage(product["sd_id"].ToString())%>
-
<%if product["p_unitprice"]!=null&&product["p_unitprice"].ToString()!=""%>
<%set str=Method.formatmoney(decimal.Parse(product["p_unitprice"].ToString()),"0.00")%>
¥{str}
<%/if%>
数量: {product[p_quantity]}
<%if product["p_freight"]!=null&&product["p_freight"].ToString()!=""&&decimal.Parse(product["p_freight"].ToString())>0%>
<%set str1=Method.formatmoney(decimal.Parse(product["p_freight"].ToString()),"0.00")%>
<%/if%>
<%/if%>
<%/loop%>
<%set str=Method.formatmoney(decimal.Parse(htOrder["o_allPrice"].ToString()),"0.00")%>
<%if htOrder["o_shippingTerms"].ToString()!="-1"&&htOrder["sendAddress"]!=""%>
收货信息
- 姓 名:
<%set str=htOrder["sendAddress"].ToString().Split(',')[0]%>
{str}
- 地区:
<%set str=htOrder["sendAddress"].ToString().Split(',')[1]%>
{str}
- 地址:
<%set str=htOrder["sendAddress"].ToString().Split(',')[2]%>
{str}
- 联系电话:
<%set str=htOrder["sendAddress"].ToString().Split(',')[4]%>
{str}
物流信息
<%if listLogistics!=null&&listLogistics.Count>0%>
- 处理时间
地点和跟踪进度
<%loop (Hashtable) drL listLogistics%>
-
<%set str=Method.formatdatetime(drL["time"].ToString(),"yyyy-MM-dd HH:mm:ss")%>
{str}
{drL[context]}
<%/loop%>
<%else%>
-
抱歉暂无查询记录
<%/if%>
<%/if%>
<%Include _footer%>
<%Include _floatpage%>