import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js';
export default class Cctsel {
    constructor() {
        this.data = {
            infcon:{
                seaownref:"",			//  Own Reference		.infcon.seaownref
                opndatfrom:new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),			//  Opening between		.infcon.opndatfrom
                opndatto: new Date(),			//  Open Date to		.infcon.opndatto
                searef:"",
                isClosed:"",
            },
        };
    }
}