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
import Api from "~/service/Api";
import Pts from "../Common/Pts"
export default class Cptadv{
constructor () {
this.data = {
cpdgrp:{
rec:{
ownref:"", // Our Reference .cpdgrp.rec.ownref
nam:"", // Externally Displayed Name to Identify the Contract .cpdgrp.rec.nam
valdat:"", // Value Date .cpdgrp.rec.valdat
detchgcod:"", // Details of Charges .cpdgrp.rec.detchgcod
stagod:"", // Good's Code for Statistics .cpdgrp.rec.stagod
f23e:"", // 指令代码 .cpdgrp.rec.f23e
curf33b:"", // 原始金额 .cpdgrp.rec.curf33b
amtf33b:"", // 原始金额 .cpdgrp.rec.amtf33b
f36:"", // 汇率 .cpdgrp.rec.f36
cur71f:"", // 发报行扣费金额 .cpdgrp.rec.cur71f
amt71f:"", // 发报行扣费金额 .cpdgrp.rec.amt71f
f23b:"", // 银行操作码 .cpdgrp.rec.f23b
pyeact:"", // 收款人帐号 .cpdgrp.rec.pyeact
sztyp:"", // 收支类型 .cpdgrp.rec.sztyp
orcact:"", // 汇款人帐号 .cpdgrp.rec.orcact
trntyp:"", // 汇款性�'� .cpdgrp.rec.trntyp
paytype:"", // 汇款方式 .cpdgrp.rec.paytype
gors:"", // 收款对象 .cpdgrp.rec.gors
paydat:"", // 付款日期 .cpdgrp.rec.paydat
clityp:"", // 客户类型 .cpdgrp.rec.clityp
feecur:"", // 国外�'�用币种 .cpdgrp.rec.feecur
sysno:"", // 清算编号 .cpdgrp.rec.sysno
swftyp:"", // swift type .cpdgrp.rec.swftyp
othbch:"", // 所属行 .cpdgrp.rec.othbch
feeamt:"", // 国外�'�用金额 .cpdgrp.rec.feeamt
tsnflg:"", // 同名划转标志 .cpdgrp.rec.tsnflg
},
cbs:{
nom1:{
cur:"", // Currency .cpdgrp.cbs.nom1.cur
amt:"", // 汇款金额 .cpdgrp.cbs.nom1.amt
},
max:{
cur:"", // Currency .cpdgrp.cbs.max.cur
amt:"", // 汇款金额 .cpdgrp.cbs.max.amt
},
},
pye:{
pts:new Pts().data,
namelc:"", // 名称 .cpdgrp.pye.namelc
adrelc:"", // 地址 .cpdgrp.pye.adrelc
dbfadrblkcn:"", // Chinese address .cpdgrp.pye.dbfadrblkcn
},
snd:{
pts:new Pts().data,
namelc:"", // 名称 .cpdgrp.snd.namelc
adrelc:"", // 地址 .cpdgrp.snd.adrelc
dbfadrblkcn:"", // Chinese address .cpdgrp.snd.dbfadrblkcn
},
blk:{
contag70:"", // Content of TAG 70 .cpdgrp.blk.contag70
},
orc:{
pts:new Pts().data,
namelc:"", // 名称 .cpdgrp.orc.namelc
adrelc:"", // 地址 .cpdgrp.orc.adrelc
dbfadrblkcn:"", // Chinese address .cpdgrp.orc.dbfadrblkcn
},
ori:{
pts:new Pts().data,
namelc:"", // 名称 .cpdgrp.ori.namelc
adrelc:"", // 地址 .cpdgrp.ori.adrelc
dbfadrblkcn:"", // Chinese address .cpdgrp.ori.dbfadrblkcn
},
},
cptp:{
recget:{
sdamod:{
seainf:"", // .cptp.recget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .cptp.recget.sdamod.dadsnd
},
},
shktyp:"", // static text 收汇款对象 .cptp.shktyp
valdat:"", // static text .cptp.valdat
paydatsta:"", // static of paydat .cptp.paydatsta
feesta:"", // static of fee .cptp.feesta
clmlab:"", // static lable value .cptp.clmlab
commetlab:"", // 自�'�区备注label .cptp.commetlab
pyep:{
ptsget:{
sdamod:{
seainf:"", // .cptp.pyep.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .cptp.pyep.ptsget.sdamod.dadsnd
},
},
},
sndp:{
ptsget:{
sdamod:{
dadsnd:"", // Drag Drop Sender .cptp.sndp.ptsget.sdamod.dadsnd
seainf:"", // .cptp.sndp.ptsget.sdamod.seainf
},
},
},
orcp:{
ptsget:{
sdamod:{
seainf:"", // .cptp.orcp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .cptp.orcp.ptsget.sdamod.dadsnd
},
},
},
orip:{
ptsget:{
sdamod:{
seainf:"", // .cptp.orip.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .cptp.orip.ptsget.sdamod.dadsnd
},
},
},
payuil:"", // Uil Payment .cptp.payuil
seclab:"", // static text .cptp.seclab
resbch:"", // 接收行行号 .cptp.resbch
resbchnam:"", // 汇款人名称 .cptp.resbchnam
commet:"", // 附言 .cptp.commet
flg:"", // 电汇凭证 .cptp.flg
bustyp:"", // 业务种类 .cptp.bustyp
secmod:"", // 二代模式 .cptp.secmod
orcadr:"", // 付款人地址 .cptp.orcadr
pyeadr:"", // 收款人地址 .cptp.pyeadr
pyebchkey:"", // 收款人名称 .cptp.pyebchkey
pyebchnam:"", // 收款人开户行名称 .cptp.pyebchnam
pyenam:"", // 收款人名称 .cptp.pyenam
orcnam:"", // 付款人名称 .cptp.orcnam
cleage:"", // 清算代理行 .cptp.cleage
evebch:"", // 光大开户分行 .cptp.evebch
coract:"", // 清算代理行账号 .cptp.coract
liqtyp:"", // 清算模式 .cptp.liqtyp
comsystbl:"", // 自�'�区备注 .cptp.comsystbl
reconebch:"", // 收款�'接参与者行号 .cptp.reconebch
reconebchnam:"", // 收款�'接参与者名称 .cptp.reconebchnam
draweecountcode:"", // 付款人常驻国家/地区代码 .cptp.draweecountcode
payeecountcode:"", // 收款人常驻国家/地区代码 .cptp.payeecountcode
uetr:"", // Uetr .cptp.uetr
},
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
},
setmod:{
docamttyplab:"", // settled amount description as label .setmod.docamttyplab
retmsg:"", // Label showing Retry overflow condition .setmod.retmsg
ref:"", // our reference .setmod.ref
doccur:"", // document currency .setmod.doccur
docamt:"", // document amount .setmod.docamt
dspflg:"", // Type of settlement .setmod.dspflg
xreflg:"", // Recalculate Rates .setmod.xreflg
setglg:{
labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
},
zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
},
mtabut:{
coninf:{
oitinf:{
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit:{
inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset:{
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit:{
inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt
inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat:"", // 执行日期 .mtabut.coninf.conexedat
usr:{
extkey:"", // User ID .mtabut.coninf.usr.extkey
},
},
},
trnmod:{
trndoc:{
advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
advnam:"", // 国内证落款 .trnmod.trndoc.advnam
amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
rcvatt:{
seainf:"", // .trnmod.trndoc.rcvatt.seainf
},
filrecv:"", // File Receiver .trnmod.trndoc.filrecv
},
},
lendoc:{
actflg:"", // Input Account .lendoc.actflg
account:"", // ACT .lendoc.account
vercerref:"", // Verification Certificate Number .lendoc.vercerref
decnum:"", // Declaration Number .lendoc.decnum
},
cnybop:{
cnyflg:"", // 是否报送跨境人民币2101表 .cnybop.cnyflg
traflg:"", // 是否报送跨境人民币2107表 .cnybop.traflg
outflg:"", // 是否报送跨境人民币2111表 .cnybop.outflg
libflg:"", // 是否报送跨境人民币2106表 .cnybop.libflg
vouflg:"", // 是否报送跨境人民币2122表 .cnybop.vouflg
},
pageId: "" // ctx的key
}
}
}