DESKTOP-064TTA1\Fai LUK 4 дней назад
Родитель
Сommit
b4cf6ab714
2 измененных файлов: 9 добавлений и 0 удалений
  1. +6
    -0
      src/app/api/bagPrint/actions.ts
  2. +3
    -0
      src/app/api/laserPrint/actions.ts

+ 6
- 0
src/app/api/bagPrint/actions.ts Просмотреть файл

@@ -13,6 +13,12 @@ export interface JobOrderListItem {
stockInLineId: number | null;
itemId: number | null;
lotNo: string | null;
/** 打袋機 DataFlex cumulative printed qty */
bagPrintedQty?: number;
/** 標簽機 cumulative printed qty */
labelPrintedQty?: number;
/** 激光機 cumulative printed qty */
laserPrintedQty?: number;
}

export interface PrinterStatusRequest {


+ 3
- 0
src/app/api/laserPrint/actions.ts Просмотреть файл

@@ -13,6 +13,9 @@ export interface JobOrderListItem {
stockInLineId: number | null;
itemId: number | null;
lotNo: string | null;
bagPrintedQty?: number;
labelPrintedQty?: number;
laserPrintedQty?: number;
}

export interface LaserBag2Settings {


Загрузка…
Отмена
Сохранить