| $record_array[i].create_time |
if $record_array[i].payment_type eq '1'
$langPreCashTypeOffline
else
if $record_array[i].payment eq 'alipay'
$langPreCashTypeAlipay
/if
if $record_array[i].payment eq 'tenpay'
$langPreCashTypeTenpay
/if
/if
|
if $record_array[i].payment_type eq '1'
$record_array[i].sender_amount
else
$record_array[i].online_amount
/if
|
assign var=one value=$record_array[i].record_state
$predeposit_record_state[$one]
|
$langPreView
if $record_array[i].payment_type eq '0' && $record_array[i].record_state eq '0'
$langPrePay
/if
|