<@s.m "global.position"/>: <@s.m "order.function"/> - 发货
<@p.form id="jvForm" action="o_shipments.do" labelWidth="12">
<@p.td colspan="2">
发货信息@p.td><@p.tr/>
<@p.td colspan="1" width="50" label="订单编号">${order.code}@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.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 label="货运单号" colspan="1" width="50">${shipments.waybill!}@p.td>
<@p.td label="金额 " colspan="1" width="50">${shipments.money!}@p.td><@p.tr/>
<@p.td label="操作员" colspan="2" width="50">${shipments.shopAdmin.username!}@p.td><@p.tr/>
<@p.td colspan="2" label="备注">${shipments.comment}@p.td><@p.tr/>
@p.form>