|
|
@@ -54,6 +54,7 @@ const style = { |
|
|
display: "block", |
|
|
display: "block", |
|
|
width: { xs: "90%", sm: "90%", md: "90%" }, |
|
|
width: { xs: "90%", sm: "90%", md: "90%" }, |
|
|
height: { xs: "90%", sm: "90%", md: "90%" }, |
|
|
height: { xs: "90%", sm: "90%", md: "90%" }, |
|
|
|
|
|
// |
|
|
}; |
|
|
}; |
|
|
interface CommonProps extends Omit<ModalProps, "children"> { |
|
|
interface CommonProps extends Omit<ModalProps, "children"> { |
|
|
// itemDetail: StockInLine & { qcResult?: PurchaseQcResult[] } & { escResult?: EscalationResult[] } | undefined; |
|
|
// itemDetail: StockInLine & { qcResult?: PurchaseQcResult[] } & { escResult?: EscalationResult[] } | undefined; |
|
|
|