<#include "/jspgou_sys/head.html"/>
<@s.m "global.position"/>: 礼品 兑换- 发货
" onclick="history.back();"/>
<@p.form id="jvForm" action="o_update.do"> <@p.td colspan="2">发货信息<@p.tr/> <@p.td colspan="1" width="50" label="礼品名称">${giftExchange.gift.giftName} <@p.td colspan="1" width="50" label="会员名">${giftExchange.member.username!}<@p.tr/> <@p.td colspan="1" width="50" label="积分">${giftExchange.score!} <@p.td colspan="1" width="50" label="数量">${giftExchange.amount!}<@p.tr/> <@p.td colspan="1" width="50" label="兑换时间">${giftExchange.createTime?string('yyyy-MM-dd HH:mm:ss')} <@p.td colspan="1" width="50" label="总积分">${giftExchange.totalScore!}<@p.tr/> <@p.td colspan="2" width="50" label="收货地址">${giftExchange.detailaddress!}<@p.tr/> <@p.td colspan="2" width="50" label="状态"><@s.m "exchange.status.${giftExchange.status}"/><@p.tr/> <#if giftExchange.status=1> <@p.text colspan="2" label="货运单号" name="waybill" required="true" class="required" maxlength="100"/><@p.tr/> <@p.td colspan="2"><@p.hidden name="id" value=giftExchange.id/><@p.submit code="global.submit"/>   <@p.reset code="global.reset"/> <#else> <@p.td colspan="2" width="50" label="货运单号">${giftExchange.waybill!}<@p.tr/>