$!httpInclude.include("/top.htm") $!httpInclude.include("/buyer/head.htm")

订单详情

#if($!obj.order_status==0) #set($status="已取消") #end #if($!obj.order_status==10) #set($status="待付款") #end #if($!obj.order_status==15) #set($status="线下支付待审核") #end #if($!obj.order_status==16) #set($status="货到付款待发货") #end #if($!obj.order_status==20) #set($status="已付款") #end #if($!obj.order_status==30) #set($status="已发货") #end #if($!obj.order_status==40) #set($status="已收货") #end #if($!obj.order_status==50) #set($status="已完成,已评价") #end #if($!obj.order_status==60) #set($status="已结束") #end
订单状态:$!status 订单编号: $!obj.order_id 下单时间: $!CommUtil.formatLongDate($!obj.addTime)

卖家信息

店铺名: $!obj.store.store_name 电话号码: $!obj.store.store_telephone 所在地区: $!{obj.area.parent.parent.areaName} $!{obj.area.parent.areaName} $!obj.area.areaName
MSN: $!obj.store.store_msn QQ: $!obj.store.store_qq 旺旺: $!obj.store.store_ww
详细地址: $!obj.store.store_address

订单信息

运费:¥$!CommUtil.null2Float($!{obj.ship_price})#if($!obj.transport)[$!{obj.transport}]#end #if($!obj.ci) 使用优惠券:$!{obj.ci.coupon_sn}[¥$!{obj.ci.coupon.coupon_amount}] #end
#set($payment="未支付") #if($!obj.payment.mark=="alipay") #set($payment="支付宝") #end #if($!obj.payment.mark=="alipay_wap") #set($payment="手机网页支付宝") #end #if($!obj.payment.mark=="bill") #set($payment="快钱") #end #if($!obj.payment.mark=="tenpay") #set($payment="财付通") #end #if($!obj.payment.mark=="chinabank") #set($payment="网银在线") #end #if($!obj.payment.mark=="outline") #set($payment="线下支付") #end #if($!obj.payment.mark=="payafter") #set($payment="货到付款") #end #if($!obj.payment.mark=="balance") #set($payment="预存款支付") #end #if($!obj.payment.mark=="paypal") #set($payment="paypal") #end
订单总价:¥$!{obj.totalPrice}#if($!{obj.refund})订单退款:¥$!{obj.refund}#end支付方式:$!payment支付时间:$!CommUtil.formatLongDate($!obj.payTime)
#foreach($gc in $obj.gcs) #if($!gc.goods.goods_main_photo) #set($img="$!webPath/$!{gc.goods.goods_main_photo.path}/$!{gc.goods.goods_main_photo.name}_small.$!{gc.goods.goods_main_photo.ext}") #else #set($img="$!webPath/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #end #end
商品图片 商品名称 商品属性 商品数量 商品价格
$!{gc.goods.goods_name} #if($!{gc.goods.group_buy}==2) (团购) #end #if($!{obj.goods.delivery_status}==2) [买就送] #end #if($!{gc.goods.bargain_status}==2) (特价) #end #if($!{gc.cart_type}=="combin") #end $!gc.spec_info $!gc.count ¥$!gc.goods.goods_current_price

物流信息

  • 收货人:$!obj.addr.trueName
  • 收货地址:$!{obj.addr.area.parent.parent.areaName} $!{obj.addr.area.parent.areaName} $!{obj.addr.area.areaName} $!{obj.addr.area_info}
  • 邮政编码:$!{obj.addr.zip}
  • 电话号码:$!{obj.addr.telephone}
  • 手机号码:$!{obj.addr.mobile}
  • 配送方式:$!obj.ship.shipping_name
  • 配送时间:$!CommUtil.formatLongDate($!obj.shipTime)
  • #if($!{obj.msg} && $!{obj.msg}!="")
  • 买家留言:$!obj.msg
  • #end
  • 发票类型:#if($!obj.invoiceType==0)个人 #else 单位#end
  • #if($!{obj.invoice} && $!{obj.invoice}!="")
  • 发票台头:$!obj.invoice
  • #end

物流动态

操作历史

#foreach($ofl in $!obj.ofls)
$!{ofl.log_user.userName}$!CommUtil.formatLongDate($!ofl.addTime)$!ofl.log_info #if($!ofl.state_info)操作原因:$!{ofl.state_info}#end
#end
#if($!obj.rls && $!obj.rls.size()>0)

退款日志

#foreach($rl in $!obj.rls)
$!{rl.refund_user.userName}$!CommUtil.formatLongDate($!rl.addTime)使用$!rl.refund_type退款¥$!{rl.refund}
#end
#end #if($!obj.grls && $!obj.grls.size()>0)

退货日志

#foreach($grl in $!obj.grls) #foreach($item in $grl.gr.items)
$!CommUtil.formatLongDate($!grl.addTime)订单:$!item.gr.of.order_id$!{item.goods.goods_name} #foreach($gsp in $obj.gsps) #if($!gsp.spec) $!gsp.spec.name: $!gsp.value #end #end 数量:$!{item.count}
#end #end
#end
$!httpInclude.include("/footer.htm")