salix/client/ticket/src/data/step-three/step-three.html

16 lines
488 B
HTML
Raw Normal View History

<form name="form">
<vn-card pad-large>
<vn-title>Ticket configuration - Charge</vn-title>
<vn-horizontal>
<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>
</vn-horizontal>
</vn-card>
</form>