added deliverery note page with deliverery-note-form and deliverert-note-table
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<nz-table #basicTable [nzData]="listOfData" class="mr-7">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Nom</th>
|
||||
<th>Réference</th>
|
||||
<th>Nec</th>
|
||||
<th>Calibre</th>
|
||||
<th>Poid</th>
|
||||
<th>Durée</th>
|
||||
<th>Quantité</th>
|
||||
<th>Limite</th>
|
||||
<th style="text-align: center;">Action</th>
|
||||
</tr>
|
||||
<tr class="text-center">
|
||||
<th>Nom</th>
|
||||
<th>Réference</th>
|
||||
<th>Nec</th>
|
||||
<th>Calibre</th>
|
||||
<th>Poid</th>
|
||||
<th>Durée</th>
|
||||
<th>Quantité</th>
|
||||
<th>Limite</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tbody class="text-center">
|
||||
@for (data of basicTable.data; track data) {
|
||||
<tr>
|
||||
<td>{{data.product.name}}</td>
|
||||
|
||||
Reference in New Issue
Block a user