5380-m3/itemMaxSize #1377
|
@ -38,6 +38,9 @@
|
||||||
"inflation": {
|
"inflation": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
"m3Max": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
"itemMaxSize": {
|
"itemMaxSize": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,14 +30,21 @@
|
||||||
rule>
|
rule>
|
||||||
</vn-autocomplete>
|
</vn-autocomplete>
|
||||||
<vn-input-number
|
<vn-input-number
|
||||||
vn-one
|
vn-one
|
||||||
label="Maximum m³"
|
label="Max m³"
|
||||||
ng-model="$ctrl.zone.itemMaxSize"
|
ng-model="$ctrl.zone.itemMaxSize"
|
||||||
min="0"
|
min="0"
|
||||||
step="0.01"
|
vn-acl="deliveryBoss"
|
||||||
vn-acl="deliveryBoss"
|
rule>
|
||||||
rule>
|
</vn-input-number>
|
||||||
</vn-input-number>
|
<vn-input-number
|
||||||
|
vn-one
|
||||||
|
label="Maximum m³"
|
||||||
|
ng-model="$ctrl.zone.m3Max"
|
||||||
|
min="0"
|
||||||
|
vn-acl="deliveryBoss"
|
||||||
|
rule>
|
||||||
|
</vn-input-number>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<vn-horizontal>
|
<vn-horizontal>
|
||||||
<vn-input-number
|
<vn-input-number
|
||||||
|
|
|
@ -13,6 +13,7 @@ Indefinitely: Indefinido
|
||||||
Inflation: Inflación
|
Inflation: Inflación
|
||||||
Locations: Localizaciones
|
Locations: Localizaciones
|
||||||
Maximum m³: M³ máximo
|
Maximum m³: M³ máximo
|
||||||
|
Max m³: Medida máxima
|
||||||
New zone: Nueva zona
|
New zone: Nueva zona
|
||||||
One day: Un día
|
One day: Un día
|
||||||
Pick up: Recogida
|
Pick up: Recogida
|
||||||
|
|
Loading…
Reference in New Issue