index.js 528 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

 export default class Cptsel {
    constructor () {
        this.data = {
          dbCodes:{
            cptrou:[],
          },
          infcon: {
            seaownref: '',
            opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
            opndatto: new Date(),
            searef:'',
            route:'',
            isClosed:'',
            seacur:'',
            seaamtfr:'',
            seaamtto:'',
            branchinr:'',
            ownusr:'',
           
        }
        }
    }
}