• 总营收 @{{ activeDateTimeLabel }}

    没有找到符合条件的数据

    实际成交金额
    @{{ (profileRevenueData) ? profileRevenueData.deal_amount : 0 }}
    @{{ profileRevenueData ? onParsePercent((profileRevenueData.all_amount ? profileRevenueData.deal_amount/profileRevenueData.all_amount : 0), 1) : 0 }}%
    退款金额
    @{{ (profileRevenueData) ? profileRevenueData.back_amount : 0 }}
    @{{ profileRevenueData ? onParsePercent((profileRevenueData.all_amount ? profileRevenueData.back_amount/profileRevenueData.all_amount : 0), 1) : 0 }}%
  • 总客户数 @{{ activeDateTimeLabel }}

    没有找到符合条件的数据

    付款客户
    @{{ (profileCustomerData) ? profileCustomerData.deal_customer : 0 }}
    @{{ profileCustomerData ? onParsePercent((profileCustomerData.all_customer ? profileCustomerData.deal_customer/profileCustomerData.all_customer : 0), 1) : 0 }}%
    流失客户
    @{{ (profileCustomerData) ? profileCustomerData.back_customer : 0 }}
    @{{ profileCustomerData ? onParsePercent((profileCustomerData.all_customer ? profileCustomerData.back_customer/profileCustomerData.all_customer : 0), 1) : 0 }}%
  • 趋势
    @{{ activeTrendType === '总客户数' ? '实际成交客户数' : '实际成交金额' }}
    @{{ activeTrendType === '总客户数' ? '退款客户数' : '退款金额' }}
    {{--
    --}} {{--
    --}} {{-- --}} {{-- --}} {{--
    --}} {{--
    --}} {{-- --}} {{-- --}} {{--
    --}} {{--
    --}} {{-- --}} {{-- --}} {{--
    --}} {{--
    --}}

    没有找到符合条件的数据

  • 业绩目标 {{-- 今日--}}

    没有找到符合条件的数据

    @{{ activeMonth.label }} @{{ '第' + activeSeason.label }} @{{ getTimeTypeLabel() }}
    月度目标
    业绩目标
    设置目标
    月度目标
    @{{ profilePerformance && profilePerformance.month ? profilePerformance.month.aim_amount : 0 }}
    @{{ profilePerformance && profilePerformance.month ? profilePerformance.month.aim_amount : 0 }}
    @{{ (profilePerformance && profilePerformance.month) ? profilePerformance.month.achieve : 0 }}
    @{{ (profilePerformance && profilePerformance.month) ? profilePerformance.month.percent : 0 }}%
    季度目标
    业绩目标
    设置目标
    季度目标
    @{{ profilePerformance && profilePerformance.quarter ? profilePerformance.quarter.aim_amount : 0 }}
    @{{ profilePerformance && profilePerformance.quarter ? profilePerformance.quarter.aim_amount : 0 }}
    @{{ profilePerformance && profilePerformance.quarter ? profilePerformance.quarter.achieve : 0 }}
    @{{ profilePerformance && profilePerformance.quarter ? profilePerformance.quarter.percent : 0 }}%
    年度目标
    业绩目标
    设置目标
    年度目标
    @{{ profilePerformance && profilePerformance.year ? profilePerformance.year.aim_amount : 0 }}
    @{{ profilePerformance && profilePerformance.year ? profilePerformance.year.aim_amount : 0 }}
    @{{ profilePerformance && profilePerformance.year ? profilePerformance.year.achieve : 0 }}
    @{{ profilePerformance && profilePerformance.year ? profilePerformance.year.percent : 0 }}%
  • 部门业绩目标 @{{ activeDateTimeLabel }}

    没有找到符合条件的数据

    没有找到符合条件的数据