Added supplier in purchase order form

This commit is contained in:
2026-05-26 19:17:40 +01:00
parent 14d3d25217
commit 56d3d1bea7
6 changed files with 49 additions and 30 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
name="Créer un bon de commande"
size="35%"
class="ml-4">
<app-create-purchaseorder-form #purchaseOrderForm></app-create-purchaseorder-form>
<app-create-purchaseorder-form #purchaseOrderForm [suppliers]="suppliers()"></app-create-purchaseorder-form>
</app-modal-button>
<app-modal-button #modalButtonQuotation
@@ -30,7 +30,7 @@
(click)="openSupplierForm()"
(ok)="onModalSupplierOk()"
(cancel)="onModalSupplierCancel()">
<app-add-product-supplier-form #supplierForm></app-add-product-supplier-form>
<app-add-product-supplier-form #supplierForm [suppliers]="suppliers()"></app-add-product-supplier-form>
</app-modal-button>
}
</div>