Added number of rows that are going to be modificated

This commit is contained in:
jorgebl 2021-03-01 11:54:02 +01:00
parent ee2aeb2337
commit 69550dc380
1 changed files with 13 additions and 2 deletions

View File

@ -165,9 +165,20 @@
<vn-dialog class="edit"
vn-id="edit"
on-accept="$ctrl.onEditAccept()"
on-close="$ctrl.editedColumn = null"
message="Edit buy(s)">
on-close="$ctrl.editedColumn = null">
<tpl-body>
<vn-horizontal>
Editar
<span
style='
flex: 0.15;
margin-left: 10px;
font-size: 24px;
color: orangered;
font-weight: bold;'>
{{::$ctrl.totalChecked}}
</span> compra(s)
</vn-horizontal>
<vn-horizontal>
<vn-autocomplete
vn-two