<{t}>订单总数:共 <{$all_order_count}> 笔<{/t}> <{t}>订单总金额:<{/t}> <{$all_total_amont|cur}>
<{t}>客户支付货币:<{/t}> <{$cur_name}> <{t}>已支付金额:<{/t}> <{$all_payed|cur}>
<{t}>收款银行:<{/t}> <{input type='text' id='payBank' name='bank' value='' width="100"}> <{input id="selectAccount" type="select" name='select_account' options=$pay_account value=''}>
<{t}>收款帐号:<{/t}> <{input type='text' id='payAccount' name='account' value='' width="200"}>
<{t}>第三方交易号:<{/t}> <{input type='text' id='trade_no' name='trade_no' value='' width="200" }>
*<{t}>收款金额:<{/t}> <{input type='number&&required' name='money' value=$pay_money width="100" readonly=true }>
<{t}>支付帐号:<{/t}> <{input type='text' name='pay_account' width="100" value=$member.name }>
*<{t}>付款类型:<{/t}> <{foreach from=$typeList key=key item=item}> vtype='requiredradio'><{$item}>  <{/foreach}>
<{t}>支付方式:<{/t}> 请先添加或同步前端店铺支付方式
<{t}>支付单备注:<{/t}>
<{area inject=".mainFoot"}>
<{/area}>