Bläddra i källkod

no message

MergeProblem1
DESKTOP-064TTA1\Fai LUK 6 dagar sedan
förälder
incheckning
b4cf6ab714
2 ändrade filer med 9 tillägg och 0 borttagningar
  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 Visa fil

@@ -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 Visa fil

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


Laddar…
Avbryt
Spara