This commit is contained in:
parent
7c76521b02
commit
2b1e951692
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue