salix/modules/ticket/front/data/step-three/index.html

22 lines
686 B
HTML
Raw Normal View History

<form name="form">
<vn-card pad-large>
<vn-horizontal>
<vn-autocomplete vn-one
url="/ticket/api/TicketUpdateActions"
label="Charge difference to"
show-field="description"
value-field="id"
field="$ctrl.ticket.option"
initial-data="$ctrl.ticket.option">
</vn-autocomplete>
</vn-horizontal>
<vn-horizontal>
<vn-check
vn-one label="Remove from route"
field="$ctrl.ticket.hasToBeUnrouted"
vn-acl="delivery">
</vn-check>
</vn-horizontal>
</vn-card>
</form>