Reportistica Ore 1
This commit is contained in:
@@ -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) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user