xiaoyi
2 天以前 f81e5811b9baaaea3645579a6cacad0f75f3d0db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import type { MesHomeApi } from '#/api/mes/home';
 
export const defaultSummary: MesHomeApi.Summary = {
  workOrderActiveCount: 0,
  workOrderPrepareCount: 0,
  workOrderFinishedCount: 0,
  todayOutput: 0,
  yesterdayOutput: 0,
  todayQualifiedQuantity: 0,
  todayUnqualifiedQuantity: 0,
  machineryTotal: 0,
  machineryProducing: 0,
  machineryStop: 0,
  machineryMaintenance: 0,
  andonActiveCount: 0,
  repairActiveCount: 0,
};