Compare commits
2 Commits
dev
...
5654-porte
Author | SHA1 | Date |
---|---|---|
Carlos Satorres | c248c9a675 | |
Carlos Satorres | 101bd8627e |
|
@ -53,6 +53,15 @@
|
||||||
</vn-check>
|
</vn-check>
|
||||||
</vn-tool-bar>
|
</vn-tool-bar>
|
||||||
</section>
|
</section>
|
||||||
|
<p>Collection costs</p>
|
||||||
|
<vn-input-number
|
||||||
|
vn-one
|
||||||
|
min="1"
|
||||||
|
step="1"
|
||||||
|
ng-model="filter.scopeDays"
|
||||||
|
on-change="$ctrl.scopeDays = value"
|
||||||
|
display-controls="true">
|
||||||
|
</vn-input-number>
|
||||||
</slot-actions>
|
</slot-actions>
|
||||||
<slot-table>
|
<slot-table>
|
||||||
<table model="model">
|
<table model="model">
|
||||||
|
|
|
@ -11,3 +11,4 @@ ClaimGreugeDescription: Reclamación id {{claimId}}
|
||||||
Change destination: Cambiar destino
|
Change destination: Cambiar destino
|
||||||
Change destination to all selected rows: Cambiar destino a {{total}} fila(s) seleccionada(s)
|
Change destination to all selected rows: Cambiar destino a {{total}} fila(s) seleccionada(s)
|
||||||
Add observation to all selected clients: Añadir observación a {{total}} cliente(s) seleccionado(s)
|
Add observation to all selected clients: Añadir observación a {{total}} cliente(s) seleccionado(s)
|
||||||
|
Collection costs: Portes Recogidas
|
||||||
|
|
|
@ -43,4 +43,14 @@ vn-claim-action {
|
||||||
.right {
|
.right {
|
||||||
margin-left: 370px;
|
margin-left: 370px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
padding-top: 58px;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
vn-input-number{
|
||||||
|
padding-top: 55px;
|
||||||
|
padding-left: 20px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue