2018-04-18 07:47:05 +00:00
|
|
|
<form name="form">
|
|
|
|
<vn-card pad-large>
|
2018-05-07 06:33:45 +00:00
|
|
|
<vn-title>Ticket configuration - Charge</vn-title>
|
2018-04-18 07:47:05 +00:00
|
|
|
<vn-horizontal>
|
2018-05-07 06:33:45 +00:00
|
|
|
<vn-autocomplete vn-one
|
|
|
|
url="/api/Clients"
|
|
|
|
label="Charge difference to"
|
|
|
|
show-field="name"
|
|
|
|
value-field="id"
|
|
|
|
field="$ctrl.ticket.clientFk"
|
|
|
|
initial-data="$ctrl.ticket.clientFk">
|
|
|
|
</vn-autocomplete>
|
2018-04-18 07:47:05 +00:00
|
|
|
</vn-horizontal>
|
|
|
|
</vn-card>
|
|
|
|
</form>
|