新增
订单总金额:{{ toThousands(countData&&countData.orderTotalAmount||0) }};
收款总金额:{{ toThousands(countData&&countData.receiptTotalAmount||0) }};
使用授信总金额:{{ toThousands(countData&&countData.useTotalAmount||0) }};
授信还款总金额:{{ toThousands(countData&&countData.payTotalAmount||0) }};
余款抵扣总金额:{{ toThousands(countData&&countData.balanceTotalAmount||0) }};
跨月打款总金额:{{ toThousands(countData&&countData.nextMonthTotalAmount||0) }};
特殊申请发货总金额:{{ toThousands(countData&&countData.specialTotalAmount||0) }};