refs #5654 input-number
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-05-25 15:24:30 +02:00
parent 79897d8917
commit 101bd8627e
3 changed files with 16 additions and 0 deletions

View File

@ -53,6 +53,15 @@
</vn-check>
</vn-tool-bar>
</section>
<vn-input-number
vn-one
min="1"
step="1"
label="Collection costs"
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,10 @@ vn-claim-action {
.right {
margin-left: 370px;
}
vn-input-number{
padding-top: 55px;
padding-right: 50px;
margin-left: 50px;
}
}