<%Include _payorder%> <%Include _cancleorder%> <%Include _cart_top%>
返回我的购物车
  • 1 生成订单
  • <%if order.o_state==0||order.o_state==2%>
  • 2 上传凭证
  • 3 商品提货
  • 4 交易完成
  • <%else if order.o_state==3||order.o_state==4||order.o_state==5||order.o_state==6||order.o_state==7||order.o_state==8||order.o_state==9%>
  • 2 上传凭证
  • 3 商品提货
  • 4 交易完成
  • <%else if order.o_state==-1||order.o_state==10||order.o_state==99%>
  • 2 上传凭证
  • 3 商品提货
  • 4 交易完成
  • <%/if%>

<%set str=Method.formatmoney((decimal)order.o_allPrice,"0.00")%> 当前订单状态: 订单金额:¥{str}      <%if score!=-1&&order.o_state<3%> 填写的付款单通过镁商管理员审核后,您将获得{score}个积分。 <%/if%>

<%if seconds>0&&(order.o_state==0||order.o_state==2)%> <%set str1=Method.formatmoney(decimal.Parse(GetPayMoney(order.oID)),"0.00")%> <%if decimal.Parse(str1)
请在 {m}{s}秒内完成付款并填写付款单,否则系统将自动取消订单。 取消订单 我已付款填写付款单
<%/if%> <%/if%>
<%if dtPayRecord!=null&&dtPayRecord.Rows.Count>0%>

付款记录

<%loop (DataRow) pay dtPayRecord%> <%/loop%>
付款日期 付款金额(元) 审核状态
<%set str=Method.formatdatetime(pay["payDate"].ToString(),"yyyy-MM-dd")%> {str} {pay[payMoney]} <%if pay["auditState"].ToString()=="0"%> 审核未通过 <%else if pay["auditState"].ToString()=="1"%> 审核通过 <%else%> 待收款审核 <%/if%>
<%/if%> <%if dtBillOfLading!=null&&dtBillOfLading.Rows.Count>0%>

提货记录

<%loop (DataRow) bill dtBillOfLading%> <%/loop%>
提单号 提货日期 提货人 车牌号 联系电话
{bill[tId]} <%set str=Method.formatdatetime(bill["bDate"].ToString(),"yyyy-MM-dd")%> {str} {bill[bUserName]} {bill[bPlateNumber]} {bill[bUserTel]}
<%/if%>

卖方信息

企业名称:{shopuserinfo.userCNCompanyInfo.Name} 地区:{shopuserinfo.userCNCompanyInfo.Address}

卖方银行账户

请选择其中一个账户进行线下付款。

<%loop (DataRow) bank dtBanks%> <%/loop%>

订单信息

订单编号:{order.oID} <%set str=Method.formatdatetime(order.o_publishDate.ToString(),"yyyy-MM-dd hh:MM:ss")%> 生成时间:{str} 交货地:{wName}
<%loop (DataRow) info dtDetail%> <%if info__loop__id==1%> <%/if%> <%/loop%>
商品信息 单价(元) 件数 重量(吨) 订单金额(元)
{info[p_productName]} {info[p_unitprice]} {info[p_Weight]} {info[p_quantity]} <%set str=Method.formatmoney((decimal)order.o_allPrice,"0.00")%> {str}
<%Include _footer%>