| <{t}>收款银行:<{/t}> |
<{input type='text' id='payBank' name='bank' value='' width="100"}> <{input id="selectAccount" type="select" name='select_account' options=$pay_account value=0 }> |
| <{t}>收款帐号:<{/t}> |
<{input type='text' id='payAccount' name='account' value='' width="200"}> |
| <{t}>收款金额:<{/t}> |
<{input type='text' name='money' value=$order.total_amount-$order.payed width="40"}> |
| <{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}> |
<{$order.cur_name}> |
| <{t}>是否开票:<{/t}> |
<{if $order.is_tax == 'true'}><{t}>是<{/t}><{else}><{t}>否<{/t}><{/if}> |
<{t}>商品税金:<{/t}> |
<{$order.cost_tax}> |
| <{t}>发票抬头:<{/t}> |
<{$order.tax_company}> |
<{t}>付款人:<{/t}> |
<{input type='text' name='pay_account' width="100" width="100" value=$member.name }> |
| <{t}>收款单备注:<{/t}> |
|