diff --git a/src/app/components/deliverery-note-form/deliverery-note-form.html b/src/app/components/deliverery-note-form/deliverery-note-form.html index 5e9e63d..8f8a125 100644 --- a/src/app/components/deliverery-note-form/deliverery-note-form.html +++ b/src/app/components/deliverery-note-form/deliverery-note-form.html @@ -1,14 +1,4 @@
- - - Numéro de livraison - - - - - - - Transporteur diff --git a/src/app/components/deliverery-note-form/deliverery-note-form.ts b/src/app/components/deliverery-note-form/deliverery-note-form.ts index d265263..e65ba35 100644 --- a/src/app/components/deliverery-note-form/deliverery-note-form.ts +++ b/src/app/components/deliverery-note-form/deliverery-note-form.ts @@ -24,7 +24,6 @@ import {NzDatePickerComponent} from "ng-zorro-antd/date-picker"; }) export class DelivereryNoteForm { deliveryNoteForm: FormGroup = new FormGroup({ - trackingNumber: new FormControl(null,[Validators.required]), deliverer: new FormControl(null,[Validators.required]), expeditionDate: new FormControl(null,[Validators.required]), estimatedDate: new FormControl(null), diff --git a/src/app/components/quotation-form/quotation-form.html b/src/app/components/quotation-form/quotation-form.html index 0aab894..2716fab 100644 --- a/src/app/components/quotation-form/quotation-form.html +++ b/src/app/components/quotation-form/quotation-form.html @@ -1,14 +1,4 @@ - - - ID Devis - - - - - - - Message du devis diff --git a/src/app/components/quotation-form/quotation-form.ts b/src/app/components/quotation-form/quotation-form.ts index b62a3fe..6db611c 100644 --- a/src/app/components/quotation-form/quotation-form.ts +++ b/src/app/components/quotation-form/quotation-form.ts @@ -23,7 +23,6 @@ import {NzDatePickerComponent} from "ng-zorro-antd/date-picker"; }) export class QuotationForm { QuotationForm: FormGroup = new FormGroup({ - quotationId: new FormControl(null), quotationMessage: new FormControl(null), quotationConditionsSale: new FormControl(null), }) diff --git a/src/app/pages/quotation/quotation.html b/src/app/pages/quotation/quotation.html index 307e87f..6fa1e5b 100644 --- a/src/app/pages/quotation/quotation.html +++ b/src/app/pages/quotation/quotation.html @@ -7,7 +7,7 @@ -voir prix dans les produits + suppr id devis dans form et dans bon de livraison form +voir prix dans les produits