export default class Ditsel{
    constructor () {
        this.data = {
          infcon: {
              seaownref: '',
              opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
              opndatto: new Date(),
              aplref:'',
              benref:'',
              isClosed:'N',
          },
          bdcon:{
            bdownref:'',
            opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
            opndatto: new Date(),
            docsta:'',
            seaownref: '',
            aplref:'',
            benref:'',
            isClosed:'N',
          },
          trcon:{
            trownref:'',
            opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
            opndatto: new Date(),
            docsta:'',
            pntref:'',
            seaownref: '',
            searef:'',
            benref:'',
            isClosed:'N',
          }
    }
}}