This commit is contained in:
parent
d1c8f0ff11
commit
ba109dccc5
|
@ -170,14 +170,14 @@
|
|||
</vn-input-number>
|
||||
<vn-input-number
|
||||
min="0"
|
||||
label="Plastico reciclado"
|
||||
label="Recyled Plastic"
|
||||
ng-model="$ctrl.item.recycledPlastic"
|
||||
vn-name="recycledPlastic"
|
||||
rule>
|
||||
</vn-input-number>
|
||||
<vn-input-number
|
||||
min="0"
|
||||
label="Plastico no reciclado"
|
||||
label="No recycled plastic"
|
||||
ng-model="$ctrl.item.nonRecycledPlastic"
|
||||
vn-name="nonRecycledPlastic"
|
||||
rule>
|
||||
|
|
|
@ -14,3 +14,5 @@ Multiplier: Multiplicador
|
|||
Generic: Genérico
|
||||
This item does need a photo: Este artículo necesita una foto
|
||||
Do photo: Hacer foto
|
||||
Recyled Plastic: Plástico reciclado
|
||||
No recycled plastic: Plástico no reciclado
|
||||
|
|
|
@ -113,19 +113,19 @@
|
|||
<vn-label-value label="Weight/Piece"
|
||||
value="{{$ctrl.summary.item.weightByPiece}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Unidades/Caja"
|
||||
<vn-label-value label="Units/Box"
|
||||
value="{{$ctrl.summary.item.packingOut}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Expense"
|
||||
value="{{$ctrl.summary.item.expense.name}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Genérico"
|
||||
<vn-label-value label="Generic"
|
||||
value="{{$ctrl.summary.item.genericFk}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Plástico reciclado"
|
||||
<vn-label-value label="Recyled Plastic"
|
||||
value="{{$ctrl.summary.item.recycledPlastic}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Plástico no reciclado"
|
||||
<vn-label-value label="No recycled plastic"
|
||||
value="{{$ctrl.summary.item.nonRecycledPlastic}}">
|
||||
</vn-label-value>
|
||||
</vn-one>
|
||||
|
|
Loading…
Reference in New Issue