updated supplier page
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
<div class="flex mt-2">
|
||||
<app-modal-button type="primary" name="Ajouter un fournisseur">
|
||||
<app-supplier-form></app-supplier-form>
|
||||
<app-modal-button #modalButton
|
||||
type="primary"
|
||||
name="Ajouter un fournisseur"
|
||||
(ok)="onModalOk()"
|
||||
(cancel)="onModalCancel()">
|
||||
|
||||
<app-supplier-form #supplierForm [supplier]=""></app-supplier-form>
|
||||
</app-modal-button>
|
||||
|
||||
<div class="ml-95 w-150">
|
||||
<app-search class="w-full"></app-search>
|
||||
<app-search></app-search>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-1">
|
||||
<app-supplier-table></app-supplier-table>
|
||||
<app-supplier-table #supplierTable></app-supplier-table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user