$!obj.store.store_name |
$!obj.order_id |
$!obj.user.userName |
$!CommUtil.formatLongDate($!obj.addTime) |
$!obj.totalPrice |
#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=="chinabank")
#set($payment="网银在线")
#end
#if($!obj.payment.mark=="outline")
#set($payment="线下支付")
#end
#if($!obj.payment.mark=="balance")
#set($payment="预存款支付")
#end
#if($!obj.payment.mark=="payafter")
#set($payment="货到付款")
#end
#if($!obj.payment.mark=="paypal")
#set($payment="paypal")
#end
$!payment |
#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 |
查看 |
#end