2811 Show how many lines are going to edit #572

Merged
joan merged 12 commits from 2811-entry_latest_buys into dev 2021-03-23 11:44:35 +00:00
1 changed files with 13 additions and 2 deletions
Showing only changes of commit 69550dc380 - Show all commits

View File

@ -165,9 +165,20 @@
<vn-dialog class="edit" <vn-dialog class="edit"
vn-id="edit" vn-id="edit"
on-accept="$ctrl.onEditAccept()" on-accept="$ctrl.onEditAccept()"
on-close="$ctrl.editedColumn = null" on-close="$ctrl.editedColumn = null">
message="Edit buy(s)">
<tpl-body> <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-horizontal>
<vn-autocomplete <vn-autocomplete
vn-two vn-two