refs #5635 smart-table
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-05-18 15:33:54 +02:00
parent 7c76521b02
commit 2b1e951692
1 changed files with 25 additions and 1 deletions

View File

@ -29,7 +29,31 @@
<p><vn-label><strong>Total</strong></vn-label> <strong>{{$ctrl.ticket.totalWithVat | currency: 'EUR':2}}</strong></p> <p><vn-label><strong>Total</strong></vn-label> <strong>{{$ctrl.ticket.totalWithVat | currency: 'EUR':2}}</strong></p>
</vn-one> </vn-one>
</vn-horizontal> </vn-horizontal>
<vn-table model="model"> <smart-table model="model"
view-config-id="expeditionIndex"
options="$ctrl.smartTableOptions"
expr-builder="$ctrl.exprBuilder(param, value)">
<slot-table>
<table>
<thead>
<tr>
<th shrink>
<multi-check
model="model">
</multi-check>
</th>
<th field="itemFk" number>Expedition</th>
<th field="itemFk" number>Item</th>
<th field="packageItemName">Name</th>
<th field="freightItemName">Package type</th>
<th field="counter" number>Counter</th>
<th field="externalId" number>externalId</th>
<th field="created" expand>Created</th>
<th field="state" expand>State</th>
<th></th>
</tr>
</thead>
</slot-table>
<vn-thead> <vn-thead>
<vn-tr> <vn-tr>
<vn-th shrink> <vn-th shrink>