#@ucenter_layout() #define script() #end #define css() #end #define content()

订单信息 订单号:##(order.ns ??)

#if(order.buyer_msg)

用户留言:

#(order.buyer_msg)
#end
订单预览
价格:#number(order.orderRealAmount ,'0.00') 元
订单用户:#(orderUser.nickname ??)
支付状态:#(order.payStatusStr ??)
物流状态:#(order.deliveryStatusStr ??)
发票状态:#(order.invoiceStatusStr ??)
收货信息
收件人:#(order.delivery_addr_username ??)
电话:#(order.delivery_addr_mobile ??)
编码: #(order.delivery_addr_zipcode ??)
地址:#(order.delivery_addr_province ??) #(order.delivery_addr_city ??) #(order.delivery_addr_district ??)
#(order.delivery_addr_detail ??)
发票信息
类型:#(invoice.type ??)
抬头:#(invoice.title ??)
内容:#(invoice.content ??)
纳税人识别号:#(invoice.identity ??)
#if(order.isUnpay() && !order.isClosed()) 去付款 #end #if(order.isDeliveried() && !order.isDeliverFinished()) 确认收货 #end #if(order.isCanApplyForInvoice()) 申请发票 #end
#for(item : orderItems) #end
商品 数量 单价 总价 操作
#(item.product_title ??)
#for(option : item.optionsMap) #(option.key ??) : #(option.value ??) #if(!(for.last))
#end #end
#(item.product_count ??) #(item.product_price ??) #(item.product_price * item.product_count ??) #if(item.comment_path ??) 评价 #end #if(item.canView()) #(item.view_text ??) #end #if(!item.comment_path && !item.canview) - - #end
#if(expressInfos)
#for(ex : expressInfos) #end
时间 信息
#(ex.time ??) #(ex.info ??)
#end
#end