import Pts from "~/model/Common/Pts" export default class Infgid{ constructor () { this.data = { infcon:{ ownref: '', // Own Reference .infcon.ownref opndatfrom: new Date(), // Opening between .infcon.opndatfrom opndatto: new Date(), // Open Date to .infcon.opndatto nam: '', // Name .infcon.nam etyextkey: '', // Select Single Party .infcon.pty.etyextkey seapty: '', // 当事人编号 .infcon.seapty relflg: '', // Release Status .infcon.relflg hndtyp: '', // Handling Type .infcon.hndtyp searol: '', // Role .infcon.searol extkey: '', // User ID .infcon.usr.extkey statsus: '', // statsus .infcon.statsus seacur: '', // Currency .infcon.seacur cxmflg: '', // 是否显示查询码 .infcon.cxmflg amtdown: '0.00', // Amount between .infcon.seaamtfr amtup: '0.00', // 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 } } }