Pārlūkot izejas kodu

no message

MergeProblem1
DESKTOP-064TTA1\Fai LUK pirms 1 nedēļas
vecāks
revīzija
b4cf6ab714
2 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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 Parādīt failu

@@ -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 Parādīt failu

@@ -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 {


Notiek ielāde…
Atcelt
Saglabāt