Reportistica Ore 1

This commit is contained in:
Paolo Arena
2021-02-21 02:05:39 +01:00
parent 5568547784
commit f8ad20d1ae
41 changed files with 2803 additions and 1692 deletions

View File

@@ -53,6 +53,9 @@ export default class CMyPopupEdit extends Vue {
}
public changevalRec(newval) {
if (this.col.fieldtype === tools.FieldType.hours) {
newval = newval.value
}
console.log('this.row', this.row, 'this.col', this.col, 'newval', newval)
console.log('this.row[this.col.name]', this.row[this.col.name])
this.row[this.col.name] = newval
@@ -248,4 +251,8 @@ export default class CMyPopupEdit extends Vue {
this.myvalue = '+' + coderec.dialCode
}
public createHours(value) {
}
}