<#include "/jspgou_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "order.function"/> - <@s.m "global.edit"/>
" onclick="history.back();"/>
<@p.form id="jvForm" action="o_update.do" labelWidth="12"> <@p.td colspan="2"><@s.m "order.product"/><@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!}<#t/> <@p.column code="product.name" align="left"> ${item.product.name!} <#if item.productFash??>${item.productFash.attitude!}<#t/> <@p.column code="orderItem.finalPrice" style="width:110px"> <#if item.productFash??> <#else> <#t/> <@p.column code="单重" style="width:60px">${item.product.weight}<#t/> <@p.column code="orderItem.count" style="width:60px"> <#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} <#t/> <@p.tr/> <@p.td colspan="2"><@s.m "order.info"/><@p.tr/> <@p.td colspan="1" width="50" label="订单编号">${order.code} <@p.td colspan="1" width="50" label="order.createTime">${order.createTime}<@p.tr/> <@p.td colspan="1" width="50" label="order.status"> <@s.m "order.status.${order.status}"/> <@p.td colspan="1" width="50" label="order.paymentStatus"> <@s.m "order.paymentStatus.${order.paymentStatus}"/> <@p.tr/> <@p.td colspan="1" width="50" label="order.shippingStatus"> <@s.m "order.shippingStatus.${order.shippingStatus}"/> <@p.select colspan="1" width="50" label="order.shipping" id="shippingId" name="shippingId" value=order.shipping.id onchange="changeCount();" list=shippingList listKey="id" listValue="name"/> <@p.tr/> <@p.td colspan="1" width="50" label="order.productPrice">${order.productPrice} <@p.td colspan="1" width="50" label="order.freight" required="true">   <@s.m "order.weight"/>: ${order.weight} g <@p.tr/> <@p.td colspan="1" width="50" label="order.total">${order.total!0} <@p.select colspan="1" width="50" label="order.payment" name="paymentId" value=order.payment.id list=paymentList listKey="id" listValue="name"/> <@p.tr/> <@p.td colspan="2">收货人信息<@p.tr/> <@p.td colspan="1" width="50" label="收货人姓名">${order.receiveName!} <@p.td colspan="1" width="50" label="收货人电话">${order.receiveMobile!}<@p.tr/> <@p.td colspan="1" width="50" label="收货人固定电话">${order.receivePhone!} <@p.td colspan="1" width="50" label="收货人邮编">${order.receiveZip!}<@p.tr/> <@p.td colspan="2" label="收货人地址">${order.receiveAddress!}<@p.tr/> <@p.textarea colspan="2" label="order.comments" name="comments" value=order.comments cols="70" rows="3"/><@p.tr/> <@p.td colspan="2"> <@p.hidden name="id" value=order.id/> <@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>