xiaoyi
3 天以前 07bb7e462ea911a698da03cf50e92103e6434e88
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,
};