added stock-form for change minimale quantity
This commit is contained in:
12
src/app/components/stock-form/stock-form.html
Normal file
12
src/app/components/stock-form/stock-form.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<form nz-form nzLayout="horizontal" [formGroup]="stockForm" (ngSubmit)="submitForm()">
|
||||
|
||||
<nz-form-item nz-flex>
|
||||
<nz-form-label nzSpan="15" nzRequired>
|
||||
Quantité minimale du produit
|
||||
</nz-form-label>
|
||||
|
||||
<nz-form-control nzSpan="4" nzErrorTip="Ce champ est requis">
|
||||
<input nz-input placeholder="12345" formControlName="minQuantity">
|
||||
</nz-form-control>
|
||||
</nz-form-item>
|
||||
</form>
|
||||
Reference in New Issue
Block a user