fix: refs #5919 rollback

This commit is contained in:
Jorge Penadés 2024-04-29 11:45:54 +02:00
parent 50ea41f99a
commit 7240269f5b
2 changed files with 3 additions and 8 deletions

View File

@ -5,12 +5,6 @@
form="form"
save="patch">
</vn-watcher>
<vn-crud-model
vn-id="locker"
url="lockers"
filter="$ctrl.$.lockerFilter"
auto-load="false">
</vn-crud-model>
<form name="form" ng-submit="$ctrl.onSubmit()" class="vn-w-md">
<vn-card class="vn-pa-lg">
<vn-vertical>
@ -83,7 +77,8 @@
</vn-textfield>
<vn-input-number
min="0"
ng-model="$ctrl.$.locker"
ng-model="$ctrl.$.locker">
</vn-input-number>
</vn-horizontal>
</vn-vertical>
</vn-card>

View File

@ -59,7 +59,7 @@
></vn-link-phone>
</vn-label-value>
<vn-label-value label="Locker"
value="{{worker.locker.code}}"
value="{{worker.locker}}"
>
</vn-label-value>
</vn-one>