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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
import Api from "~/service/Api"
import Pts from "~/page/Model/Common/Pts"
export default class Fttfee{
constructor () {
this.data = {
xxtfee:{
intmbu:{
othbusseclab:"", // Business Sector .xxtfee.intmbu.othbusseclab
othbussec:"", // Business Sector .xxtfee.intmbu.othbussec
umbflg:"", // Internal Transfer Y/N .xxtfee.intmbu.umbflg
},
cur:"", // 待转出金额 .xxtfee.cur
amt:"", // Amount .xxtfee.amt
acc:"", // 待转出账号 .xxtfee.acc
},
ftdgrp:{
rec:{
fttyp:"", // 业务类型 .ftdgrp.rec.fttyp
rat:"", // 年利率 .ftdgrp.rec.rat
valdat:"", // 起息日 .ftdgrp.rec.valdat
opndat:"", // Date Funds Transfer Opened/Issued .ftdgrp.rec.opndat
matdat:"", // Maturity Date .ftdgrp.rec.matdat
ownref:"", // 参考编号 .ftdgrp.rec.ownref
nam:"", // Externally Displayed Name to Identify the Contract .ftdgrp.rec.nam
},
cbs:{
max:{
cur:"", // 币种及金额 .ftdgrp.cbs.max.cur
amt:"", // Balance .ftdgrp.cbs.max.amt
},
opn1:{
cur:"", // 业务余额 .ftdgrp.cbs.opn1.cur
amt:"", // Balance .ftdgrp.cbs.opn1.amt
},
opn2:{
cur:"", // 待销账余额 .ftdgrp.cbs.opn2.cur
amt:"", // Balance .ftdgrp.cbs.opn2.amt
},
},
tro:{
pts:new Pts().data,
},
tri:{
pts:new Pts().data,
},
},
fttp0:{
recget:{
sdamod:{
seainf:"", // .fttp0.recget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .fttp0.recget.sdamod.dadsnd
},
},
},
pageId: "" // ctx的key
}
}
}