export default class Bctsel {
constructor() {
this.data = {
infcon: {
seaownref: '',
opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
opndatto: new Date(),
searef: '',
isClosed:'',
},
trcon:{
trownref: '',
opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
opndatto: new Date(),
pntref:'',
matdatfrom:'',
matdatto:'',
searef:'',
isClosed:'',
},
dfcon:{
dfownref:'',
opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
opndatto: new Date(),
searef: '',
pntref:'',
matdatfrom:'',
matdatto:'',
dfbkref:'',
isClosed:'',
}
};
}
}