退货编号:
$!obj.return_id
退货时间:
$!CommUtil.formatLongDate($!obj.addTime)
买家会员名:
$!obj.of.user.userName
#set($count=0) #foreach($item in $obj.items) #set($count=$count+$item.count) #end
退货数量:
$!count
备注信息:
$!obj.return_info
商品名称
退货数量
#foreach($item in $obj.items)
$!item.goods.goods_name
$!item.count
#end