Reportistica Ore 1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue'
|
||||
import { Component, Prop, Watch } from 'vue-property-decorator'
|
||||
|
||||
import { colTableHours } from '@src/store/Modules/fieldsTable'
|
||||
import { colTableHours, colTableStorehouse } from '@src/store/Modules/fieldsTable'
|
||||
|
||||
|
||||
import { CCard, CGridTableRec, CMyPage, CTitleBanner, CImgText } from '@components'
|
||||
@@ -27,6 +27,10 @@ export default class CHours extends MixinBase {
|
||||
// rowsNumber: xx if getting data from a server
|
||||
}
|
||||
|
||||
public created() {
|
||||
console.log('created CHours')
|
||||
}
|
||||
|
||||
get extraparams() {
|
||||
return {
|
||||
lk_tab: 'users',
|
||||
@@ -74,7 +78,7 @@ export default class CHours extends MixinBase {
|
||||
return colTableHours
|
||||
}
|
||||
|
||||
get defaultnewrec() {
|
||||
get getdefaultnewrec() {
|
||||
const myrec = {
|
||||
todoId: this.todoId,
|
||||
userId: UserStore.state.my._id,
|
||||
|
||||
Reference in New Issue
Block a user