added create purchase order function

This commit is contained in:
2025-12-13 14:31:54 +01:00
parent 8124d83e79
commit 9ebe8ab37e
6 changed files with 171 additions and 42 deletions

View File

@@ -4,7 +4,7 @@ import {NzColDirective} from "ng-zorro-antd/grid";
import {NzFlexDirective} from "ng-zorro-antd/flex";
import {NzFormControlComponent, NzFormDirective, NzFormItemComponent, NzFormLabelComponent} from "ng-zorro-antd/form";
import {NzInputDirective} from "ng-zorro-antd/input";
import {GetPurchaseOrderDto, GetQuotationDto} from "../../services/api";
import {GetPurchaseOrderDto} from "../../services/api";
@Component({
selector: 'app-purchase-order-form',