Change order of iban and entity name

This commit is contained in:
Jorge Padawan 2021-01-08 16:01:13 +01:00
parent 5e201419f8
commit 403964934d
1 changed files with 6 additions and 6 deletions

View File

@ -21,6 +21,12 @@
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
<vn-card class="vn-pa-lg">
<vn-horizontal ng-repeat="supplierAccount in $ctrl.supplierAccounts">
<vn-textfield vn-three
ng-show="supplierAccount.iban || supplierAccount.iban == undefined"
label="Iban"
ng-model="supplierAccount.iban"
rule>
</vn-textfield>
<vn-autocomplete vn-two vn-focus
label="Bank entity"
initial-data="$ctrl.getName(bankEntity)"
@ -37,12 +43,6 @@
ng-click="bankentity.open()">
</vn-icon-button>
</append>
<vn-textfield vn-three
ng-show="supplierAccount.iban || supplierAccount.iban == undefined"
label="Iban"
ng-model="supplierAccount.iban"
rule>
</vn-textfield>
<vn-none>
<vn-icon-button
vn-tooltip="Remove account"