Compare commits

...

2 Commits

Author SHA1 Message Date
Carlos Satorres c248c9a675 refs #5654 collection costs
gitea/salix/pipeline/head This commit looks good Details
2023-05-25 15:56:16 +02:00
Carlos Satorres 101bd8627e refs #5654 input-number
gitea/salix/pipeline/head This commit looks good Details
2023-05-25 15:24:30 +02:00
3 changed files with 20 additions and 0 deletions

View File

@ -53,6 +53,15 @@
</vn-check>
</vn-tool-bar>
</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-table>
<table model="model">

View File

@ -11,3 +11,4 @@ ClaimGreugeDescription: Reclamación id {{claimId}}
Change destination: Cambiar destino
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)
Collection costs: Portes Recogidas

View File

@ -43,4 +43,14 @@ vn-claim-action {
.right {
margin-left: 370px;
}
p {
padding-top: 58px;
padding-left: 20px;
}
vn-input-number{
padding-top: 55px;
padding-left: 20px;
margin: auto;
}
}