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