This commit is contained in:
parent
6b813cb859
commit
3b81198a05
|
@ -23,21 +23,20 @@
|
|||
data="$ctrl.services">
|
||||
</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.hasSelectedServices() || !$ctrl.isDataSaved"
|
||||
disabled="!watcher.dataChanged() || !$ctrl.isDataSaved"
|
||||
label="Pay"
|
||||
ng-click="$ctrl.createRefund()"
|
||||
vn-acl="invoicing, claimManager, salesAssistant"
|
||||
vn-acl-action="remove">
|
||||
</vn-button>
|
||||
</vn-button-bar>
|
||||
<vn-horizontal ng-repeat="service in $ctrl.services">
|
||||
<vn-check tabindex="1"
|
||||
<!-- <vn-check tabindex="1"
|
||||
ng-model="service.checked">
|
||||
</vn-check>
|
||||
</vn-check> -->
|
||||
<vn-autocomplete vn-two vn-focus
|
||||
data="ticketServiceTypes"
|
||||
label="Description"
|
||||
|
@ -100,7 +99,6 @@
|
|||
</vn-button> -->
|
||||
</vn-button-bar>
|
||||
</form>
|
||||
|
||||
<!-- Create service type dialog -->
|
||||
<vn-dialog class="edit"
|
||||
vn-id="newServiceTypeDialog"
|
||||
|
|
Loading…
Reference in New Issue