This commit is contained in:
parent
ba109dccc5
commit
7291b793ae
|
@ -170,14 +170,14 @@
|
||||||
</vn-input-number>
|
</vn-input-number>
|
||||||
<vn-input-number
|
<vn-input-number
|
||||||
min="0"
|
min="0"
|
||||||
label="Recyled Plastic"
|
label="Recycled Plastic"
|
||||||
ng-model="$ctrl.item.recycledPlastic"
|
ng-model="$ctrl.item.recycledPlastic"
|
||||||
vn-name="recycledPlastic"
|
vn-name="recycledPlastic"
|
||||||
rule>
|
rule>
|
||||||
</vn-input-number>
|
</vn-input-number>
|
||||||
<vn-input-number
|
<vn-input-number
|
||||||
min="0"
|
min="0"
|
||||||
label="No recycled plastic"
|
label="Non recycled plastic"
|
||||||
ng-model="$ctrl.item.nonRecycledPlastic"
|
ng-model="$ctrl.item.nonRecycledPlastic"
|
||||||
vn-name="nonRecycledPlastic"
|
vn-name="nonRecycledPlastic"
|
||||||
rule>
|
rule>
|
||||||
|
|
|
@ -14,5 +14,5 @@ Multiplier: Multiplicador
|
||||||
Generic: Genérico
|
Generic: Genérico
|
||||||
This item does need a photo: Este artículo necesita una foto
|
This item does need a photo: Este artículo necesita una foto
|
||||||
Do photo: Hacer foto
|
Do photo: Hacer foto
|
||||||
Recyled Plastic: Plástico reciclado
|
Recycled Plastic: Plástico reciclado
|
||||||
No recycled plastic: Plástico no reciclado
|
Non recycled plastic: Plástico no reciclado
|
||||||
|
|
|
@ -122,10 +122,10 @@
|
||||||
<vn-label-value label="Generic"
|
<vn-label-value label="Generic"
|
||||||
value="{{$ctrl.summary.item.genericFk}}">
|
value="{{$ctrl.summary.item.genericFk}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Recyled Plastic"
|
<vn-label-value label="Recycled Plastic"
|
||||||
value="{{$ctrl.summary.item.recycledPlastic}}">
|
value="{{$ctrl.summary.item.recycledPlastic}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="No recycled plastic"
|
<vn-label-value label="Non recycled plastic"
|
||||||
value="{{$ctrl.summary.item.nonRecycledPlastic}}">
|
value="{{$ctrl.summary.item.nonRecycledPlastic}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
</vn-one>
|
</vn-one>
|
||||||
|
|
Loading…
Reference in New Issue