1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
export default class Getsel {
constructor() {
this.data = {
issref:'', //保函号
isclear:'',
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
claimownref:'',//索赔编号
claimdatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), // Opening between .infcon.opndatfrom
claimdatto: new Date(), // Open Date to .infcon.opndatto
clssta:'',
nam: '', // Name .infcon.nam
//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: ["FI", "FA", "FR"], // Handling Type .infcon.hndtyp
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:'',
}
}
}