export default class Botsel {
    constructor() {
        this.data = {
          //出口托收
            infcon: {
                seaownref: '',
                opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
                opndatto: new Date(),
                isClosed:'',
                searef: '',
               
            },
            //出口融资
            bpcon:{
              bpownref:'',
              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:'',
            }
        };
    }
}