Aggiornamenti Flotta, Nave, Dashboard, Tabelle, Popupmenu

This commit is contained in:
Paolo Arena
2020-06-02 22:19:20 +02:00
parent 3fb1de9b70
commit bd6ccad236
18 changed files with 993 additions and 254 deletions

View File

@@ -145,6 +145,12 @@ export default class CGridTableRec extends Vue {
this.colsel = col
this.idsel = row._id
this.SaveValue(newval, valinitial)
// this.rowclicksel = null
}
public annulla(val) {
// this.rowclicksel = null
}
public SaveValue(newVal, valinitial) {

View File

@@ -185,7 +185,8 @@
:subfield="mycol.subfield"
@save="SaveValdb"
@show="selItem(rowclicksel, mycol)"
@showandsave="showandsel">
@showandsave="showandsel"
@annulla="annulla">
</CMyPopupEdit>
</div>