3069-client.shelving #1029

Merged
joan merged 16 commits from 3069-client.shelving into dev 2022-08-05 09:18:56 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit eba6c149ba - Show all commits

View File

@ -19,17 +19,17 @@
vn-one vn-one
url="Parkings" url="Parkings"
label="Parking" label="Parking"
show-field="id" show-field="code"
value-field="id" value-field="id"
ng-model="$ctrl.shelving.parkingFk"> ng-model="$ctrl.shelving.parkingFk">
</vn-autocomplete> </vn-autocomplete>
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>
<vn-textfield <vn-input-number vn-one
label="Priority" label="Priority"
ng-model="$ctrl.shelving.priority" ng-model="$ctrl.shelving.priority"
rule> rule>
</vn-textfield> </vn-input-number>
<vn-check <vn-check
label="Recyclable" label="Recyclable"
ng-model="$ctrl.shelving.isRecyclable"> ng-model="$ctrl.shelving.isRecyclable">