#5919 createLocker #2446

Merged
jorgep merged 42 commits from 5919-createLocker into dev 2024-05-13 13:10:40 +00:00
3 changed files with 3 additions and 4 deletions
Showing only changes of commit f6e89c9049 - Show all commits

View File

@ -77,7 +77,8 @@
</vn-textfield>
<vn-input-number
min="0"
ng-model="$ctrl.$.locker">
label="Locker"
ng-model="$ctrl.worker.locker">
</vn-input-number>
</vn-horizontal>
</vn-vertical>

View File

@ -9,7 +9,6 @@ class Controller extends Section {
{code: 'S', name: this.$t('Single')}
];
}
onSubmit() {
return this.$.watcher.submit()
.then(() => this.card.reload());

View File

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