站点
{{ selectedStationName || '全部站点' }}
结算周期
{{ option.label }}
期初余额
{{ formatAmount(item.openingPendingBalance) }}
结算金额
{{ formatAmount(item.settlementAmount) }}
总充值
{{ formatAmount(item.totalRecharge) }}
总退款
{{ formatAmount(item.totalRefund) }}
创建: {{ formatTime(item.createTime) }}
上拉加载更多
正在加载...
没有更多数据了
暂无结算记录
加载中...
站点名称
{{ detailItem.stationName || '-' }}
结算周期
{{ detailItem.settlementPeriod || '-' }}
期初余额
{{ formatAmount(detailItem.openingPendingBalance) }}
总充值
{{ formatAmount(detailItem.totalRecharge) }}
总退款
{{ formatAmount(detailItem.totalRefund) }}
跨店收入
{{ formatAmount(detailItem.totalCrossIncome) }}
跨店支出
{{ formatAmount(detailItem.totalCrossExpend) }}
平台费基数
{{ formatAmount(detailItem.platformFeeBase) }}
平台费
{{ formatAmount(detailItem.platformFee) }}
结算金额
{{ formatAmount(detailItem.settlementAmount) }}
期末余额
{{ formatAmount(detailItem.closingPendingBalance) }}
状态
{{ fmtDictName('Settlement.status', detailItem.status) }}
备注
{{ detailItem.remark }}