added edit function

This commit is contained in:
2025-12-12 21:56:09 +01:00
parent 750a0da817
commit 22e50a8dea
5 changed files with 72 additions and 22 deletions

View File

@@ -9,7 +9,6 @@ import {GetQuotationDto, QuotationsService} from "../../services/api";
import {NzNotificationService} from "ng-zorro-antd/notification";
import {firstValueFrom} from "rxjs";
import {FileService} from "../../services/file.service";
import {DelivereryNoteForm} from "../deliverery-note-form/deliverery-note-form";
@Component({
selector: 'app-quotation-table',
@@ -20,7 +19,6 @@ import {DelivereryNoteForm} from "../deliverery-note-form/deliverery-note-form";
NzIconDirective,
NzTableComponent,
QuotationForm,
DelivereryNoteForm,
],
templateUrl: './quotation-table.html',
styleUrl: './quotation-table.css',