|
@@ -11,6 +11,7 @@ export interface PoResult { |
|
|
supplier: string |
|
|
supplier: string |
|
|
estimatedArrivalDate: string |
|
|
estimatedArrivalDate: string |
|
|
completedDate: string |
|
|
completedDate: string |
|
|
|
|
|
escalated: boolean |
|
|
status: string |
|
|
status: string |
|
|
pol?: PurchaseOrderLine[] |
|
|
pol?: PurchaseOrderLine[] |
|
|
} |
|
|
} |
|
|