<@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.text label="货运单号" colspan="1" width="50" name="waybill" required="true" class="required" maxlength="100"/>
<@p.text label="运货金额 " colspan="1" width="50" name="money" required="true" class="required number" maxlength="100"/><@p.tr/>
<@p.textarea colspan="2" label="备注" name="comment" cols="70" rows="3"/><@p.tr/>
<@p.td colspan="2">
<@p.hidden name="id" value=order.id/>
<@p.submit code="global.shipments"/>
@p.td>
@p.form>