3069-client.shelving #1029
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue