This commit is contained in:
Gerard 2018-04-04 15:02:01 +02:00
parent 2814ebacea
commit e1a93211d7
3 changed files with 7 additions and 4 deletions

View File

@ -35,3 +35,5 @@ Tickets: Tickets
Tracking: Revisión
Worker: Trabajador
Created : Añadido
Sale checked: Control clientes
Is checked: Comprobado

View File

@ -1,4 +1,4 @@
<mg-ajax path="/ticket/api/TicketTrackings/" options="vnPost"></mg-ajax>
<mg-ajax path="/ticket/api/TicketTrackings" options="vnPost"></mg-ajax>
<vn-watcher
vn-id="watcher"
data="$ctrl.ticket"
@ -9,7 +9,8 @@
<vn-card pad-large>
<vn-title>New state</vn-title>
<vn-horizontal>
<vn-autocomplete vn-one
<vn-autocomplete
vn-one
field="$ctrl.ticket.stateFk"
url="/ticket/api/States"
label="State"

View File

@ -4,8 +4,8 @@
<vn-vertical>
<vn-title>Tracking</vn-title>
<vn-grid-header on-order="$ctrl.onOrder(field, order)">
<vn-column-header vn-one pad-medium-h field="state.name" text="State"></vn-column-header>
<vn-column-header vn-two pad-medium-h field="employee" text="Employee"></vn-column-header>
<vn-column-header vn-one pad-medium-h field="state.name" text="State" order-locked></vn-column-header>
<vn-column-header vn-two pad-medium-h field="employee" text="Employee" order-locked></vn-column-header>
<vn-column-header vn-two pad-medium-h field="created" text="Created" default-order="ASC"></vn-column-header>
</vn-grid-header>
<vn-one class="list list-content">