<@s.m "global.position"/>: <@s.m "order.function"/> - 查看
<@p.form id="jvForm" action="o_update.do" labelWidth="12">
<@p.td colspan="2">
<@s.m "order.product"/>@p.td><@p.tr/>
<@p.td colspan="2">
<@p.table value=order.items;item,i,has_next><#rt/>
<@p.column code="product.code" style="width:100px"><#if item.product.productExt??>${item.product.productExt.code!}#if>@p.column><#t/>
<@p.column code="product.name" align="left">

${item.product.name!} <#if item.productFash??>${item.productFash.attitude!}#if>@p.column><#t/>
<@p.column code="orderItem.finalPrice" style="width:110px">${item.salePrice!}@p.column><#t/>
<@p.column code="单重" style="width:60px">
${item.product.weight}@p.column><#t/>
<@p.column code="orderItem.count" style="width:60px">${item.count}@p.column><#t/>
<@p.column code="orderItem.subtotal" style="width:100px">
<#if item.productFash??>${item.productFash.salePrice*item.count!0}
<#else>${item.product.salePrice*item.count!0}#if>
@p.column><#t/>
@p.table>
@p.td><@p.tr/>
<@p.td colspan="2">
<@s.m "order.info"/>@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="订单编号">${order.code}@p.td>
<@p.td colspan="1" width="50" label="order.createTime">${order.createTime}@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="order.status">
<@s.m "order.status.${order.status}"/>
@p.td>
<@p.td colspan="1" width="50" label="order.paymentStatus">
<@s.m "order.paymentStatus.${order.paymentStatus}"/>
@p.td>
<@p.tr/>
<@p.td colspan="1" width="50" label="order.shippingStatus">
<@s.m "order.shippingStatus.${order.shippingStatus}"/>
@p.td>
<@p.td colspan="1" width="50" label="order.createTime">${order.shipping.name}@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="order.productPrice">
${order.productPrice}@p.td>
<@p.td colspan="1" width="50" label="order.freight" required="true">${order.freight}@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="order.total">
${order.total!0}
@p.td>
<@p.td colspan="1" width="50" label="order.payment"><#if order.payment??>${order.payment.name}#if>@p.td><@p.tr/>
<@p.td colspan="2">
退款详情@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="退款编号">${order.returnOrder.code!}@p.td>
<@p.td colspan="1" width="50" label="申请时间">${order.returnOrder.createTime?string("yyyy-MM-dd HH:mm:ss")!}@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="退款类型"><@s.m "orderReturn.returnType.${order.returnOrder.returnType!}"/>@p.td>
<@p.td colspan="1" width="50" label="退款状态"><@s.m "orderReturn.status.${order.returnOrder.status}"/>@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="退款金额">${order.returnOrder.money!0}@p.td>
<@p.td colspan="1" width="50" label="退款原因">${order.returnOrder.shopDictionary.name!}@p.td><@p.tr/>
<@p.td colspan="2" label="退款支付类型"><#if order.returnOrder.payType=1>我的账户<#elseif order.returnOrder.payType=2>支付宝#if>@p.td><@p.tr/>
<#if order.returnOrder.payType==2>
<@p.td colspan="2" label="支付宝账号">${order.returnOrder.alipayId!}@p.td><@p.tr/>
#if>
<@p.td colspan="2" label="退款说明">${order.returnOrder.reason!}@p.td><@p.tr/>
<@p.td colspan="2" label="图片凭证">
<#list order.returnOrder.pictures as p>
 |
|
${p.description!}
|
#list>
@p.td><@p.tr/>
<@p.td colspan="2">
收货人信息@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="收货人姓名">${order.receiveName!}@p.td>
<@p.td colspan="1" width="50" label="收货人电话">${order.receiveMobile!}@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="收货人固定电话">${order.receivePhone!}@p.td>
<@p.td colspan="1" width="50" label="收货人邮编">${order.receiveZip!}@p.td><@p.tr/>
<@p.td colspan="2" label="收货人地址">${order.receiveAddress}@p.td><@p.tr/>
<@p.td colspan="2" label="order.comments">${order.comments!}@p.td><@p.tr/>
@p.form>