This commit is contained in:
parent
3b81198a05
commit
f42273006c
|
@ -24,19 +24,19 @@
|
|||
</vn-watcher>
|
||||
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
|
||||
<vn-card class="vn-pa-lg">
|
||||
<vn-horizontal ng-repeat="service in $ctrl.services">
|
||||
<vn-button-bar>
|
||||
<vn-button
|
||||
disabled="!watcher.dataChanged() || !$ctrl.isDataSaved"
|
||||
disabled="!watcher.dataChanged() || !$ctrl.hasSelectedServices() || !$ctrl.isDataSaved"
|
||||
label="Pay"
|
||||
ng-click="$ctrl.createRefund()"
|
||||
vn-acl="invoicing, claimManager, salesAssistant"
|
||||
vn-acl-action="remove">
|
||||
</vn-button>
|
||||
</vn-button-bar>
|
||||
<!-- <vn-check tabindex="1"
|
||||
<vn-horizontal ng-repeat="service in $ctrl.services">
|
||||
<vn-check tabindex="1"
|
||||
ng-model="service.checked">
|
||||
</vn-check> -->
|
||||
</vn-check>
|
||||
<vn-autocomplete vn-two vn-focus
|
||||
data="ticketServiceTypes"
|
||||
label="Description"
|
||||
|
|
Loading…
Reference in New Issue