瀏覽代碼

no message

MergeProblem1
DESKTOP-064TTA1\Fai LUK 1 周之前
父節點
當前提交
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 {


Loading…
取消
儲存