#@ucenter_layout()
#define script()
#end
#define css()
#end
#define content()
订单信息
订单号:##(order.ns ??)
价格:#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 ??)
商品 | 数量 | 单价 | 总价 | 操作 |
---|---|---|---|---|
#(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 |
时间 | 信息 |
---|---|
#(ex.time ??) | #(ex.info ??) |