日订单数
{{ fmtInt(orderSummary.today_count) }}
日总未出库
{{ fmtInt(orderSummary.today_not_out) }}
出库大约剩余用时
{{ fmtRemainTime(orderSummary.remain_time) }}
月订单数
{{ fmtInt(orderSummary.month_count) }}
年订单数
{{ fmtInt(orderSummary.year_count) }}
最后更新
{{ updateTime }}

参与排名员工

排名 姓名 当天入库 当天出库 出入库用时 当天总积分 本月出错 本月总积分
请选择参与排名的员工
{{ index + 1 }} {{ item.name }} {{ item.today_in }} {{ item.today_out }} {{ item.work_time }} {{ item.today_score }} {{ item.month_errors }} {{ item.month_total_score }}

不参与排名员工

姓名 当天入库 当天出库 出入库用时 当天总积分 本月出错 本月总积分
请选择不参与排名的员工
{{ item.name }} {{ item.today_in }} {{ item.today_out }} {{ item.work_time }} {{ item.today_score }} {{ item.month_errors }} {{ item.month_total_score }}

学校包数统计

学校统计加载中…
学校名称 当日入库 当日出库 当日未出库 出库剩余用时 当月 本年度
{{ selectedSchools.length === 0 ? '请选择学校' : '暂无数据' }}
{{ school.site_name }} {{ school.today_in }} {{ school.today_out }} {{ school.today_not_out }} {{ school.remain_time > 0 ? school.remain_time + '小时' : '-' }} {{ school.month_count }} {{ school.year_count }}