| <{t}>订单号:<{/t}> | <{$order.order_id}> 【<{if $order.ship_status == 0}><{t}>未发货<{/t}><{elseif $order.ship_status == 1}><{t}>已发货<{/t}><{elseif $order.ship_status == 2}><{t}>部分发货<{/t}><{elseif $order.ship_status == 3}><{t}>部分退货<{/t}><{elseif $order.ship_status == 4}><{t}>已退货<{/t}><{/if}>】 | <{t}>下单日期:<{/t}> | <{$order.createtime|cdate:'SDATE_STIME'}> |
|---|---|---|---|
| <{t}>退货原因:<{/t}> | <{if $order.is_delivery eq "Y"}> | <{t}>配送方式:<{/t}> | <{input type="select" name='delivery' rows=$shippings valueColumn="dt_name" labelColumn="dt_name" value=$order.shipping}> |
| <{t}>物流公司:<{/t}> | <{input type="select" name='logi_id' rows=$corplist valueColumn="corp_id" labelColumn="name" value=0 onchange="$(this).get('value')=='other'?$('otherinput').show():$('otherinput').hide()"}> | <{t}>物流单号:<{/t}> | <{input type='text' name='logi_no' value=$order.account width="150"}> |
| <{t}>配送费用:<{/t}> | <{input type='text' name='money' value=$order.cost_freight width="50"}> | <{t}>实际保价:<{/t}> | <{input name="is_protect" type="radio" options=$order.protectArr value=$order.is_protect}> |
| <{t}>退货人姓名:<{/t}> | <{input type='text' name='ship_name' value=$order.ship_name width="80"}> | <{t}>电话:<{/t}> | <{input type='text' name='ship_tel' value=$order.ship_tel width="100"}> |
| <{t}>手机:<{/t}> | <{input type='text' name='ship_mobile' value=$order.ship_mobile width="100"}> | <{t}>邮政编码:<{/t}> | <{input type='text' name='ship_zip' value=$order.ship_zip width="60"}> | <{/if}>
| <{t}>退货地区:<{/t}> | <{input type='region' name='ship_area' value=$order.ship_area }> | ||
| <{t}>退货地址:<{/t}> | <{input type='text' name='ship_addr' value=$order.ship_addr width="150"}> | ||
| <{t}>退货单备注:<{/t}> | <{input type='textarea' name='memo' value=$order.memo }> | ||
| <{t}>货号<{/t}> | <{t}>商品名称<{/t}> | <{t}>购买数量<{/t}> | <{t}>已发货数量<{/t}> | <{t}>此单退货数量<{/t}> |
|---|---|---|---|---|
| <{$aProduct.bn}> | <{$aProduct.name}>
<{foreach from=$aProduct.minfo item=minfo key=name}>
<{$minfo.label}>:<{$minfo.value}> <{/foreach}> <{$aProduct.addon.adjname}> |
<{$aProduct.nums}> | <{$aProduct.sendnum}> | <{assign var="sendnum" value=$aProduct.sendnum}> <{assign var="pid" value=$aProduct.product_id}> <{assign var="item_id" value=$aProduct.item_id}> <{input type="digits" name="send[{$item_id}]" value=$sendnum width="40"}> |