<%inherit file="base.html"/> <%def name="head()"> <%def name="body()">
用户计费查询
% if permit.match('/bus/billing/export'): 导出计费信息 % endif
% for bill,_,_ in page_data.result: % endfor
用户账号 会话编号 记账开始时间 会话时长 已扣时长 已扣流量 应扣费用 实扣费用 账号余额 扣费时间
${bill.account_number} ${bill.acct_session_id} ${bill.acct_start_time} ${fmt_second(bill.acct_session_time)} ${fmt_second(bill.acct_times)} ${kb2mb(bill.acct_flows)}M ${fen2yuan(bill.acct_fee)} ${fen2yuan(bill.actual_fee)} ${fen2yuan(bill.balance)} ${bill.create_time}
${page_data.render(form_id="query_form")}