export default class Gitsel {
  constructor() {
    this.data = {
      seaownref: '', //  Own Reference		.infcon.ownref 保函编号
      opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), //  Opening between		.infcon.opndatfrom
      opndatto: new Date(), //  Open Date to		.infcon.opndatto
      nam: '', //  Name		.infcon.nam
      claimownref:'',//索赔编号
      claimdatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), //  Opening between		.infcon.opndatfrom
      claimdatto: new Date(), //  Open Date to		.infcon.opndatto
      claimcur: '',
      claimamtfrom: '',
      claimamtto: '',
      claimsta:'',
      //etyextkey: '', //  Select Single Party		.infcon.pty.etyextkey
      ptyNam: '', //  External Visible Name		.infcon.pty.nam
      seapty: '', //  当事人编号	.infcon.seapty
      relflg: '', //  Release Status		.infcon.relflg
      hndtyp: '', //  Handling Type		.infcon.hndtyp 保函开立类型
      hndtyps: ["OL", "OC", "OT",""], // 保函开立类型
      searol: '', //  Role		.infcon.searol
      ptyExtkey: '', //  User ID		.infcon.usr.extkey
      usrExtkey: '', //  客户经理		.infcon.usr.extkey
      //statsus: '', //  statsus		.infcon.statsus 
      seacur: '', //  Currency		.infcon.seacur
      cxmflg: '', //  是否显示查询码		.infcon.cxmflg
      //amtdown: '', //  Amount between		.infcon.seaamtfr
      //amtup: '', //  Amount to		.infcon.seaamtto
      segtyp: '', //  特殊保函类型		.infcon.segtyp
      searef: '', //  Party Reference		.infcon.searef
      fenlishi: '', //  是否分离式保函		.fenlishi
      seapurpos: '', //会议目的 .seapurpos
      seagtyp: '', // 保函文本类型 .seagtyp
      fromflg: '', //  电子渠道类型		.fromflg
      cmtflg: '', //跨境人民币保函 .cmtflg
      fingua: '', //融资性对外担保
      //pageId: '',// ctx的key 
      isGuarantee: '',
      gidopentyps: [],
      opentyp: '',
      gartyp: '',
      cfaguatyp: '',
      branch:'',
      finflg:'',
      isclear:'',
      clssta:'',
   
    }
  }
}