Tarea #684
This commit is contained in:
parent
33c4ed73ca
commit
7b623cec09
|
@ -12,8 +12,10 @@
|
||||||
<vn-tr>
|
<vn-tr>
|
||||||
<vn-th field="id" default-order="DESC">Id</vn-th>
|
<vn-th field="id" default-order="DESC">Id</vn-th>
|
||||||
<vn-th field="clientFk">Client</vn-th>
|
<vn-th field="clientFk">Client</vn-th>
|
||||||
<vn-th field="companyFk">Company</vn-th>
|
<vn-th field="isConfirmed">Confirmed</vn-th>
|
||||||
|
<vn-th field="sourceApp">Created from</vn-th>
|
||||||
<vn-th field="created">Created</vn-th>
|
<vn-th field="created">Created</vn-th>
|
||||||
|
<vn-th field="companyFk">Company</vn-th>
|
||||||
</vn-tr>
|
</vn-tr>
|
||||||
</vn-thead>
|
</vn-thead>
|
||||||
<vn-tbody>
|
<vn-tbody>
|
||||||
|
@ -25,8 +27,15 @@
|
||||||
{{::order.client.name}}
|
{{::order.client.name}}
|
||||||
</span>
|
</span>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
|
<vn-td>
|
||||||
|
<vn-check
|
||||||
|
field="order.isConfirmed"
|
||||||
|
disabled="true">
|
||||||
|
</vn-check>
|
||||||
|
</vn-td>
|
||||||
|
<vn-td>{{::order.sourceApp}}</vn-td>
|
||||||
|
<vn-td>{{::order.created | date:'dd/MM/yyyy HH:mm'}}</vn-td>
|
||||||
<vn-td>{{::order.company.code}}</vn-td>
|
<vn-td>{{::order.company.code}}</vn-td>
|
||||||
<vn-td>{{::order.created | date:'dd/MM/yyyy'}}</vn-td>
|
|
||||||
</vn-tr>
|
</vn-tr>
|
||||||
</vn-tbody>
|
</vn-tbody>
|
||||||
<vn-empty-rows ng-if="model.data.length === 0" translate>
|
<vn-empty-rows ng-if="model.data.length === 0" translate>
|
||||||
|
|
|
@ -16,3 +16,4 @@ Ascendant name: Nombre ascendiente
|
||||||
Descendant name: Nombre descendiente
|
Descendant name: Nombre descendiente
|
||||||
Ascendant price: Precio ascendiente
|
Ascendant price: Precio ascendiente
|
||||||
Descendant price: Precio descendiente
|
Descendant price: Precio descendiente
|
||||||
|
Created from: Creado desde
|
Loading…
Reference in New Issue