updated quotation-form.html
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Prix
|
||||
</nz-form-label>
|
||||
|
||||
<nz-form-control nzSpan="12" nzErrorTip="Ce champ est requis">
|
||||
<nz-form-control nzSpan="8" nzErrorTip="Ce champ est requis">
|
||||
<input nz-input placeholder="Prix" formControlName="price">
|
||||
</nz-form-control>
|
||||
</nz-form-item>
|
||||
@@ -14,7 +14,7 @@
|
||||
Quantité
|
||||
</nz-form-label>
|
||||
|
||||
<nz-form-control nzSpan="12" nzErrorTip="Ce champ est requis">
|
||||
<nz-form-control nzSpan="8" nzErrorTip="Ce champ est requis">
|
||||
<input nz-input placeholder="Quantité" formControlName="quantity">
|
||||
</nz-form-control>
|
||||
</nz-form-item>
|
||||
|
||||
@@ -6,6 +6,7 @@ import {NzDividerComponent} from "ng-zorro-antd/divider";
|
||||
import {NzIconDirective} from "ng-zorro-antd/icon";
|
||||
import {QuotationForm} from "../quotation-form/quotation-form";
|
||||
import {ProductTable} from "../product-table/product-table";
|
||||
import {ProductForm} from "../product-form/product-form";
|
||||
|
||||
interface QuotationInfo {
|
||||
quotationId: number;
|
||||
@@ -30,7 +31,8 @@ interface QuotationInfo {
|
||||
NzDividerComponent,
|
||||
NzIconDirective,
|
||||
NzTableComponent,
|
||||
QuotationForm
|
||||
QuotationForm,
|
||||
ProductForm
|
||||
],
|
||||
templateUrl: './quotation-table.html',
|
||||
styleUrl: './quotation-table.css',
|
||||
|
||||
Reference in New Issue
Block a user