<%Include _payorder%> <%Include _getproduct%> <%Include _cancleorder%> <%Include _mb_top%>
<%Include _mb_menu%>

您当前所在的位置:我的镁商  >  订单管理

  • 订单编号:  
  • 卖方公司:  
  • 品名:  
  • 生成时间:  -  
商品信息 单价(元/吨) 件数 重量(吨) 金额(元)
<%loop (DataRow) info orderList%>
  •   订单编号: {info[oID]}
  • 卖方:{info[o_s_companyName]}
  • 交货地:{info[areaName]}/{info[wName]}
  • <%set str=Method.formatdatetime(info["o_publishDate"].ToString(),"yyyy-MM-dd HH:MM:ss")%> 生成时间:{str}
<%set detailList=GetDetail(info["oID"].ToString())%> <%loop (DataRow) detail detailList%> <%/loop%>
{detail[p_productName]} <%set str=Method.formatmoney(decimal.Parse(detail["p_unitprice"].ToString()),"0.00")%> {str} {detail[p_quantity]} {detail[p_Weight]} <%set str=Method.formatmoney(decimal.Parse(detail["p_amount"].ToString()),"0.00")%> {str}
    <%if info["o_state"].ToString()=="0"||info["o_state"].ToString()=="2"%> <%set str=Method.formatmoney(decimal.Parse(info["o_allPrice"].ToString()),"0.00")%> <%set str1=Method.formatmoney(decimal.Parse(GetPayMoney(info["oID"].ToString())),"0.00")%> <%if decimal.Parse(str1)
  • 上传凭证
  • <%/if%> <%/if%> <%if info["o_state"].ToString()=="5"%>
  • 生成提货单
  • <%/if%>
  • 订单金额:  {str}
  • 重量:  {info[weight]}  吨
  • 件数:  {info[count]}  件
  • 商城订单
  • <%if info["o_state"].ToString()=="0"%>
  • 取消订单
  • <%/if%>
<%/loop%>
<%Include _mb_footer%>