Selaa lähdekoodia

no message

MergeProblem1
DESKTOP-064TTA1\Fai LUK 4 päivää sitten
vanhempi
commit
b4cf6ab714
2 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  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 Näytä tiedosto

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


export interface PrinterStatusRequest { export interface PrinterStatusRequest {


+ 3
- 0
src/app/api/laserPrint/actions.ts Näytä tiedosto

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


export interface LaserBag2Settings { export interface LaserBag2Settings {


Ladataan…
Peruuta
Tallenna