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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
import Api from "~/service/Api"
import Pts from "../Common/Pts"
import Pub from "../Public"
export default class Bptopn{
constructor () {
this.data = {
bpdgrp:{
rec:{
pntref:"", // 单据编号 .bpdgrp.rec.pntref
pntnam:"", // 摘要 .bpdgrp.rec.pntnam
ownref:"", // 融资业务编号 .bpdgrp.rec.ownref
nam:"", // 摘要 .bpdgrp.rec.nam
fintyp:"", // 融资类型 .bpdgrp.rec.fintyp
pctfin:"", // Percentage .bpdgrp.rec.pctfin
opndat:"", // 起息日期 .bpdgrp.rec.opndat
matdat:"", // 到期日 .bpdgrp.rec.matdat
intrat:"", // Base Rate .bpdgrp.rec.intrat
intday:"", // Interest Days .bpdgrp.rec.intday
tolrat:"", // Total Rate .bpdgrp.rec.tolrat
fincod:"", // % .bpdgrp.rec.fincod
trntyp:"", // 交易性�'� .bpdgrp.rec.trntyp
oppacc:"", // 对方�'�号 .bpdgrp.rec.oppacc
flowflag:"", // 是否定向收付 .bpdgrp.rec.flowflag
invtyp:"", // 发票类型 .bpdgrp.rec.invtyp
ffttyp:"", // 福�'�廷转卖类型 .bpdgrp.rec.ffttyp
bmhrat:"", // 参考指标 .bpdgrp.rec.bmhrat
lprtyp:"", // 市场LPR期限品种 .bpdgrp.rec.lprtyp
guaflg:"", // 客户经理 .bpdgrp.rec.guaflg
mycontno:"", // 贸易合同号 .bpdgrp.rec.mycontno
fortyp:"", // Forfaiting Type .bpdgrp.rec.fortyp
lctyp:"", // L/C Type .bpdgrp.rec.lctyp
f0104:"", // 境外付款人所属部门 .bpdgrp.rec.f0104
f0105:"", // 境外付款人与本机构的关系 .bpdgrp.rec.f0105
f0102:"", // 是否附有银行承兑汇票 .bpdgrp.rec.f0102
f0103:"", // 境外付款人所属国家/地区 .bpdgrp.rec.f0103
bennam:"", // 国内证受益人中文名称 .bpdgrp.rec.bennam
loanno:"", // 原一级市场买入融资借据号 .bpdgrp.rec.loanno
benidcode:"", // 国内信用证受益人统一信用代码 .bpdgrp.rec.benidcode
intirt:"", // Rate Type .bpdgrp.rec.intirt
marrat:"", // 基准利率 .bpdgrp.rec.marrat
grarat:"", // Grace rate .bpdgrp.rec.grarat
finact:"", // 融资帐号 .bpdgrp.rec.finact
},
fia:{
pts:new Pts().data,
namelc:"", // 名称 .bpdgrp.fia.namelc
adrelc:"", // 地址 .bpdgrp.fia.adrelc
dbfadrblkcn:"", // Chinese address .bpdgrp.fia.dbfadrblkcn
},
cbs:{
max:{
cur:"", // 融资金额 .bpdgrp.cbs.max.cur
amt:"", // Balance .bpdgrp.cbs.max.amt
},
nom1:{
cur:"", // Net Proceeds .bpdgrp.cbs.nom1.cur
amt:"", // Net Proceeds .bpdgrp.cbs.nom1.amt
},
},
bu1:{
pts:new Pts().data,
namelc:"", // 名称 .bpdgrp.bu1.namelc
adrelc:"", // 地址 .bpdgrp.bu1.adrelc
dbfadrblkcn:"", // Chinese address .bpdgrp.bu1.dbfadrblkcn
},
inv:{
pts:new Pts().data,
namelc:"", // 名称 .bpdgrp.inv.namelc
adrelc:"", // 地址 .bpdgrp.inv.adrelc
dbfadrblkcn:"", // Chinese address .bpdgrp.inv.dbfadrblkcn
},
bu2:{
pts:new Pts().data,
namelc:"", // 名称 .bpdgrp.bu2.namelc
adrelc:"", // 地址 .bpdgrp.bu2.adrelc
dbfadrblkcn:"", // Chinese address .bpdgrp.bu2.dbfadrblkcn
},
bu3:{
pts:new Pts().data,
namelc:"", // 名称 .bpdgrp.bu3.namelc
adrelc:"", // 地址 .bpdgrp.bu3.adrelc
dbfadrblkcn:"", // Chinese address .bpdgrp.bu3.dbfadrblkcn
},
},
bptp:{
bedget:{
sdamod:{
seainf:"", // .bptp.bedget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.bedget.sdamod.dadsnd
},
},
bodget:{
sdamod:{
seainf:"", // .bptp.bodget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.bodget.sdamod.dadsnd
},
},
brdget:{
sdamod:{
seainf:"", // .bptp.brdget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.brdget.sdamod.dadsnd
},
},
btdget:{
sdamod:{
seainf:"", // .bptp.btdget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.btdget.sdamod.dadsnd
},
},
recget:{
sdamod:{
seainf:"", // .bptp.recget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.recget.sdamod.dadsnd
},
},
usr:{
extkey:"", // 客户经理 .bptp.usr.extkey
},
usrget:{
sdamod:{
seainf:"", // .bptp.usrget.sdamod.seainf
},
},
fiap:{
ptsget:{
sdamod:{
seainf:"", // .bptp.fiap.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.fiap.ptsget.sdamod.dadsnd
},
},
},
fpdget:{
sdamod:{
seainf:"", // .bptp.fpdget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.fpdget.sdamod.dadsnd
},
},
fpdgrp:{
rec:{
ownref:"", // Reference .bptp.fpdgrp.rec.ownref
nam:"", // 摘要 .bptp.fpdgrp.rec.nam
},
},
distyp:"", // Discount Type .bptp.distyp
purtyp:"", // Purchase Type .bptp.purtyp
flowflag:"", // 是否定向收付 .bptp.flowflag
bu1p:{
ptsget:{
sdamod:{
seainf:"", // .bptp.bu1p.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.bu1p.ptsget.sdamod.dadsnd
},
},
},
invp:{
ptsget:{
sdamod:{
seainf:"", // .bptp.invp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.invp.ptsget.sdamod.dadsnd
},
},
},
bu2p:{
ptsget:{
sdamod:{
seainf:"", // .bptp.bu2p.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.bu2p.ptsget.sdamod.dadsnd
},
},
},
bu3p:{
ptsget:{
sdamod:{
seainf:"", // .bptp.bu3p.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .bptp.bu3p.ptsget.sdamod.dadsnd
},
},
},
},
liaall: new Pub().data.Liaall,
tensetamt:"", // Financial Doc. Amt. .tensetamt
tensetcur:"", // Financial Doc. Amt. .tensetcur
bptmod:{
finmod:{
pctlab:"", // Percentage Label .bptmod.finmod.pctlab
intprd:"", // 计息周期 .bptmod.finmod.intprd
intdat:"", // 计息日期 .bptmod.finmod.intdat
ratchgtyp:"", // 利率调�'方式 .bptmod.finmod.ratchgtyp
ratchgprd:"", // 利率调�'周期 .bptmod.finmod.ratchgprd
ratchgdat:"", // 利率调�'月日数 .bptmod.finmod.ratchgdat
graday:"", // 融资天数 .bptmod.finmod.graday
flttyp:"", // 浮动方式 .bptmod.finmod.flttyp
fltval:"", // 浮动值 .bptmod.finmod.fltval
ovdinttyp:"", // 我行卖出执行利率 .bptmod.finmod.ovdinttyp
ovdintrat:"", // 罚息比率 .bptmod.finmod.ovdintrat
act1:"", // 第一还款�'�号 .bptmod.finmod.act1
accbch:"", // 入�'�机构 .bptmod.finmod.accbch
act3:"", // 第三方还款账号 .bptmod.finmod.act3
acttyp:"", // 第三方还款方式 .bptmod.finmod.acttyp
intact:"", // 利息付款�'�号 .bptmod.finmod.intact
intamt:"", // 预收息金额 .bptmod.finmod.intamt
inttyp:"", // 预扣息方式 .bptmod.finmod.inttyp
wjdkfl:"", // 是否到期主动扣收款 .bptmod.finmod.wjdkfl
dinjdm:"", // 定价审批代码 .bptmod.finmod.dinjdm
shuilv:"", // 税率 .bptmod.finmod.shuilv
dinmod:{
jzllgz:"", // 基准利率规则 .bptmod.finmod.dinmod.jzllgz
rmbsbs:"", // 审批流程发起标识 .bptmod.finmod.dinmod.rmbsbs
dinjdm:"", // 定价审批代码 .bptmod.finmod.dinmod.dinjdm
dinjls:"", // 定价流水号 .bptmod.finmod.dinmod.dinjls
ockhdm:"", // OC客户代码 .bptmod.finmod.dinmod.ockhdm
hxkhdm:"", // 核心客户代码 .bptmod.finmod.dinmod.hxkhdm
sxpfdm:"", // 授信批复代码 .bptmod.finmod.dinmod.sxpfdm
djhtno:"", // 合同号 .bptmod.finmod.dinmod.djhtno
sxlexi:"", // 授信类型 .bptmod.finmod.dinmod.sxlexi
spzhta:"", // 审批状态 .bptmod.finmod.dinmod.spzhta
chapdm:"", // 产品代码 .bptmod.finmod.dinmod.chapdm
shpijg:"", // 审批价格(不含税) .bptmod.finmod.dinmod.shpijg
dakaje:"", // 贷款金额 .bptmod.finmod.dinmod.dakaje
bizhog:"", // 币种 .bptmod.finmod.dinmod.bizhog
dakaqx:"", // 贷款期限 .bptmod.finmod.dinmod.dakaqx
qixndw:"", // 期限单位 .bptmod.finmod.dinmod.qixndw
maxqix:"", // 最大贷款期限 .bptmod.finmod.dinmod.maxqix
minqix:"", // 最小贷款期限 .bptmod.finmod.dinmod.minqix
maxdje:"", // 最大贷款金额 .bptmod.finmod.dinmod.maxdje
mindje:"", // 最小贷款金额 .bptmod.finmod.dinmod.mindje
chapmc:"", // 产品名称 .bptmod.finmod.dinmod.chapmc
spjgdc:"", // 审批价格点差(不含税) .bptmod.finmod.dinmod.spjgdc
sheplb:"", // 审批LIBOR .bptmod.finmod.dinmod.sheplb
libor:"", // 最新LIBOR .bptmod.finmod.dinmod.libor
dinjlb:"", // 定价LIBOR .bptmod.finmod.dinmod.dinjlb
ndjgbs:"", // 拟定价格标识 .bptmod.finmod.dinmod.ndjgbs
shpdch:"", // 审批价格点差(含税) .bptmod.finmod.dinmod.shpdch
shpjgh:"", // 审批价格(含税) .bptmod.finmod.dinmod.shpjgh
shuilv:"", // 增值税税率 .bptmod.finmod.dinmod.shuilv
lprtyp:"", // 市场LPR期限品种 .bptmod.finmod.dinmod.lprtyp
},
},
},
oppacc:"", // 对方�'�号 .oppacc
trntyp:"", // 交易性�'� .trntyp
fftlxx:"", // 福�'�廷转卖类型 .fftlxx
setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut,
trnmod: new Pub().data.Trnmod,
lendoc:{
actflg:"", // Input Account .lendoc.actflg
account:"", // ACT .lendoc.account
vercerref:"", // Verification Certificate Number .lendoc.vercerref
decnum:"", // Declaration Number .lendoc.decnum
},
financ:{
rzkx1:"", // 融资款项 .financ.rzkx1
rzkx2:"", // 融资款项 .financ.rzkx2
rzkx3:"", // 融资款项 .financ.rzkx3
rzkx4:"", // 融资款项 .financ.rzkx4
ref2:"", // 业务编号 .financ.ref2
ref3:"", // 业务编号 .financ.ref3
ref4:"", // 业务编号 .financ.ref4
acc:"", // 帐号 .financ.acc
rzkx5:"", // 融资款项 .financ.rzkx5
ref5:"", // 业务编号 .financ.ref5
},
bopmod:{
szflg:"", // 申报类型 .bopmod.szflg
basflg:"", // 基础数据 .bopmod.basflg
dclflg:"", // 申报数据 .bopmod.dclflg
vrfflg:"", // 核销数据 .bopmod.vrfflg
ownextkey:"", // 地区机构号 .bopmod.ownextkey
outchargeccy:"", // 国外银行扣费(涉外收入申报专用) .bopmod.outchargeccy
outchargeamt:"", // 国外银行扣费(涉外收入申报专用) .bopmod.outchargeamt
acttyp:"", // 款项来源 .bopmod.acttyp
},
cfabpt:{
cfaflg:"", // 数据采集标志 .cfabpt.cfaflg
basflg:"", // 签约信息 .cfabpt.basflg
ownextkey:"", // 地区机构号 .cfabpt.ownextkey
dclflg:"", // 变动信息 .cfabpt.dclflg
cda:{
cfeogudad:"", // 中资企业境外担保项下贷款业务批准文件号 .cfabpt.cda.cfeogudad
cfeogudamount:"", // 中资企业境外担保项下境内贷款额度金额 .cfabpt.cda.cfeogudamount
useofunds:"", // 资金用途 .cfabpt.cda.useofunds
cfeogudcurr:"", // 中资企业境外担保项下境内贷款额度币种 .cfabpt.cda.cfeogudcurr
},
cdaflg:"", // 是否外保内贷 .cfabpt.cdaflg
recgrp:{
bas:{
actiontype:"", // 操作类型 .cfabpt.recgrp.bas.actiontype
actiondesc:"", // 删除原因 .cfabpt.recgrp.bas.actiondesc
dofoexlocode:"", // 国内外汇贷款编号 .cfabpt.recgrp.bas.dofoexlocode
creditorcode:"", // 债权人代码 .cfabpt.recgrp.bas.creditorcode
debtorname:"", // 债务人中文名称 .cfabpt.recgrp.bas.debtorname
dofoexlotype:"", // 国内外汇贷款类型 .cfabpt.recgrp.bas.dofoexlotype
lenproname:"", // 转贷项目名称 .cfabpt.recgrp.bas.lenproname
lenagree:"", // 转贷协议号 .cfabpt.recgrp.bas.lenagree
valuedate:"", // 起息日 .cfabpt.recgrp.bas.valuedate
maturity:"", // 到期日 .cfabpt.recgrp.bas.maturity
currence:"", // 贷款币种 .cfabpt.recgrp.bas.currence
anninrate:"", // 年化利率值 .cfabpt.recgrp.bas.anninrate
remark:"", // 备注 .cfabpt.recgrp.bas.remark
contractamount:"", // 签约金额 .cfabpt.recgrp.bas.contractamount
debtorcode:"", // 债务人代码 .cfabpt.recgrp.bas.debtorcode
},
},
recp:{
pubp:{
acp:"", // 确认 .cfabpt.recp.pubp.acp
},
dclp:{
sta:"", // 接口状态 .cfabpt.recp.dclp.sta
dofoexlocode:"", // 国内外汇贷款编号 .cfabpt.recp.dclp.dofoexlocode
changeno:"", // 变动编号 .cfabpt.recp.dclp.changeno
actiontype:"", // 操作类型 .cfabpt.recp.dclp.actiontype
buscode:"", // 银行业务编号 .cfabpt.recp.dclp.buscode
loanopenbalan:"", // 期初余额 .cfabpt.recp.dclp.loanopenbalan
withcurrence:"", // 提款币种 .cfabpt.recp.dclp.withcurrence
settamount:"", // 结汇金额 .cfabpt.recp.dclp.settamount
useofunds:"", // 资金用途 .cfabpt.recp.dclp.useofunds
princurr:"", // 还本币种 .cfabpt.recp.dclp.princurr
remark:"", // 备注 .cfabpt.recp.dclp.remark
actiondesc:"", // 删除原因 .cfabpt.recp.dclp.actiondesc
changedate:"", // 变动日期 .cfabpt.recp.dclp.changedate
endbalan:"", // 期末余额 .cfabpt.recp.dclp.endbalan
inpaycurr:"", // 付息币种 .cfabpt.recp.dclp.inpaycurr
acp:"", // 确认 .cfabpt.recp.dclp.acp
withamount:"", // 提款金额 .cfabpt.recp.dclp.withamount
repayamount:"", // 还本金额 .cfabpt.recp.dclp.repayamount
prepayamount:"", // 购汇还本金额 .cfabpt.recp.dclp.prepayamount
inpayamount:"", // 付息金额 .cfabpt.recp.dclp.inpayamount
pinpayamount:"", // �'�汇付息金额 .cfabpt.recp.dclp.pinpayamount
},
},
},
pageId: "" , // ctx的key
ledgrp:{
rec:{
dflg:"",
}
},
dedgrp:{
rec:{
dflg:"",
}
}
}
}
}