updated stock table
This commit is contained in:
@@ -1,8 +1,21 @@
|
||||
<div class="ml-130 w-170 mt-2">
|
||||
<app-search></app-search>
|
||||
<div class="flex mt-2">
|
||||
@if (hasSelection) {
|
||||
<app-modal-button type="default" name="Créer un bon de commande" class="ml-4">
|
||||
<app-purchase-order-form></app-purchase-order-form>
|
||||
</app-modal-button>
|
||||
|
||||
<app-modal-button type="default" name="Créer un devis" class="ml-4">
|
||||
<app-quotation-form></app-quotation-form>
|
||||
</app-modal-button>
|
||||
}
|
||||
|
||||
<div class="ml-95 w-150">
|
||||
<app-search class="w-full"></app-search>
|
||||
</div>
|
||||
</div>
|
||||
faire ici la creation de bon de commande avec case a cocher
|
||||
|
||||
<div class="mt-1">
|
||||
<app-stock-table></app-stock-table>
|
||||
<app-stock-table
|
||||
(selectionChange)="onSelectionChange($event)"
|
||||
></app-stock-table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user