feat(FE-208,212): add PO document path and update PurchaseOrderDetail to display document link

This commit is contained in:
rstubryan
2025-11-14 13:22:05 +07:00
parent 00e0202be2
commit 0c4c0ce3ab
2 changed files with 65 additions and 11 deletions
+1
View File
@@ -28,6 +28,7 @@ export type BasePurchase = {
id: number;
pr_number: string;
po_number: string;
po_document_path?: string | null;
po_date: string;
supplier: Supplier;
credit_term: number;