refs #4764 mod button
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-07-04 13:57:52 +02:00
parent 6b813cb859
commit 3b81198a05
1 changed files with 4 additions and 6 deletions

View File

@ -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"