export default class Litsel{
    constructor () {
        this.data = {
          
          dbCodes:{
            lcrtyp:[],
            avbby:[],
          },
         
          infcon: {
              seaownref: '',
              opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
              opndatto: new Date(),
              searef: '',
              isClosed:'',
          },
          brcon:{
            brownref:'',
            opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
            opndatto: new Date(),
            searef: '',
            seaownref: '',
            isClosed:'',
          },
          sgcon:{
            sgownref:'',
            opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
            opndatto: new Date(),
            searef: '',
            seaownref: '',
            isClosed:'',
          },
          trcon:{
            trownref:'',
            opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
            opndatto: new Date(),
            searef: '',
            pntref:'',
            matdatfrom:'',
            matdatto:'',
            isClosed:'',
          },
          dfcon:{
            dfownref:'',
            opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
            opndatto: new Date(),
            searef: '',
            pntref:'',
            matdatfrom:'',
            matdatto:'',
            dfbkref:'',
            isClosed:'',
          }
    }
}}