| <{t}>退款类型:<{/t}> |
<{input type="radio" name="pay_type" options=$typeList value=$pay_type}> |
<{t}>退款方式:<{/t}> |
<{input type="select" name='payment' rows=$payment valueColumn="id" labelColumn="custom_name" value=$payment_id}> |
| <{t}>退款银行:<{/t}> |
<{input type='text' id='payBank' name='bank' value='' width="140"}> <{input id="selectAccount" type="select" name='select_account' options=$pay_account value=0 }> |
| <{t}>退款帐号:<{/t}> |
<{input type='text' name='account' id='payAccount' value='' width="140"}> |
<{t}>收款人:<{/t}> |
<{input type='text' name='pay_account' value=$member.name width="80"}> |
| <{t}>退款金额:<{/t}> |
<{input type='text' name='money' value=$order.payed-$order.cost_payment width="50"}> |
<{t}>扣除用户积分:<{/t}> |
<{input type='text' name='return_score' value=$order.score_g width="50"}> |