added create quotation function and edit end delete product in quotation table
This commit is contained in:
@@ -11,8 +11,15 @@
|
||||
<app-create-purchaseorder-form #purchaseOrderForm></app-create-purchaseorder-form>
|
||||
</app-modal-button>
|
||||
|
||||
<app-modal-button #modalButtonQuotation type="default" name="Créer un devis" size="35%" class="ml-4" (click)="test()">
|
||||
<app-quotation-form #quotationForm></app-quotation-form>
|
||||
<app-modal-button #modalButtonQuotation
|
||||
type="default"
|
||||
name="Créer un devis"
|
||||
size="35%"
|
||||
class="ml-4"
|
||||
(click)="openQuotationForm()"
|
||||
(ok)="onModalQuotationOk()"
|
||||
(cancel)="onModalQuotationCancel()">
|
||||
<app-create-quotation-form #quotationForm></app-create-quotation-form>
|
||||
</app-modal-button>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user