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
import Api from "~/service/Api"
import Pts from "../Common/Pts"
export default class Infbcd {
constructor() {
this.data = {
infcon: {
seaownref: "", // Own Reference .infcon.seaownref
nam: "", // Name .infcon.nam
searef: "", // Party Reference .infcon.searef
pty: {
extkey: "", // Select Single Party .infcon.pty.extkey
nam: "", // External Visible Name .infcon.pty.nam
},
seapty: "", // Party Name/BIC .infcon.seapty
searol: "", // Role .infcon.searol
opndatfrom: "", // Opening between .infcon.opndatfrom
opndatto: "", // Open Date to .infcon.opndatto
usr: {
extkey: "", // User ID .infcon.usr.extkey
},
seasta: "", // Status .infcon.seasta
seacur: "", // Currency .infcon.seacur
seaamtfr: "", // Amount between .infcon.seaamtfr
seaamtto: "", // Amount to .infcon.seaamtto
relflg: "", // Release Status .infcon.relflg
cxmflg: "", // 是否显示查询码 .infcon.cxmflg
hndtyp: "", // Handling Type .infcon.hndtyp
cbctxt: "", // CBS Column .infcon.cbctxt
cbbstm: "", // stream of CBBs .infcon.cbbstm
smhcortyp: "", // Type of Document .infcon.smhcortyp
smhdatfrom: "", // Created between .infcon.smhdatfrom
smhdatto: "", // created till .infcon.smhdatto
smhdir: "", // Direction .infcon.smhdir
chktrn: "", // Active only .infcon.chktrn
smhstm: "", // stream of documents to selected contract .infcon.smhstm
ordstm: "", // Stream for Orders for Contract .infcon.ordstm
cbestm: "", // stream of CBEs .infcon.cbestm
liastm: "", // Stream for all engagements to selected contract .infcon.liastm
trnp: {
prtpanblk: "", // XMLPanel prtpan的内置block .infcon.trnp.prtpanblk
},
seabucdatfro: "", // Booking date from .infcon.seabucdatfro
seabucdatto: "", // Booking date till used on GLEINFP .infcon.seabucdatto
seatrninr: "", // Transaction INR .infcon.seatrninr
glestm: "", // Stream of GLEs .infcon.glestm
chksubcon: "", // incl. all subcontracts .infcon.chksubcon
chktrnsta: "", // only active transactions .infcon.chktrnsta
trnstm: "", // stream for TRN to selected contract .infcon.trnstm
sptinc: "", // Incoming .infcon.sptinc
sptreg: "", // Registered .infcon.sptreg
sptpen: "", // Pending .infcon.sptpen
sptcor: "", // Correction .infcon.sptcor
sptdel: "", // Deleted .infcon.sptdel
sptstm: "", // stream for SPT to selected contract .infcon.sptstm
diadatfrom: "", // Date from .infcon.diadatfrom
diadatto: "", // date till .infcon.diadatto
diasta: "", // Status .infcon.diasta
diastm: "", // stream for diaries to selected contract .infcon.diastm
objinr: ""
},
seadoctypcod: "", // Payment Condition .seadoctypcod
infbut: {
dspstm: "", // display stream .infbut.dspstm
vermod: {
difsrm: "", // displayable stream of differences .infbut.vermod.difsrm
},
},
seagodcod: "", // Goods Code .seagodcod
prtpanblk: "", // XMLPanel prtpan的内置block .prtpanblk
bcdgrp: {
rec: {
relgodflg: "", // Release of Goods .bcdgrp.rec.relgodflg
reltyp: "", // Release Type .bcdgrp.rec.reltyp
relgoddat: "", // Release Date .bcdgrp.rec.relgoddat
expdat: "", // Expiry Date of Shipping Guarantee .bcdgrp.rec.expdat
trpdoctyp: "", // Transport Doc. Type .bcdgrp.rec.trpdoctyp
trpdocnum: "", // Transport Doc. Ref. .bcdgrp.rec.trpdocnum
tradat: "", // Document Dated .bcdgrp.rec.tradat
tramod: "", // Mode of Transport .bcdgrp.rec.tramod
shpfro: "", // Shipment from .bcdgrp.rec.shpfro
shpto: "", // Shipment to .bcdgrp.rec.shpto
rtodreflg: "", // Release to Drawee Flag .bcdgrp.rec.rtodreflg
agtdat: "", // Agent's Invoice Dated Tag 43C .bcdgrp.rec.agtdat
ownref: "", // Reference .bcdgrp.rec.ownref
resflg: "", // Reserved Contract .bcdgrp.rec.resflg
dftgarflg: "", // Draft to be Guaranteed .bcdgrp.rec.dftgarflg
rcvdat: "", // Docs received on .bcdgrp.rec.rcvdat
predat: "", // Date of Remittance Lt. .bcdgrp.rec.predat
advdat: "", // Advised on .bcdgrp.rec.advdat
oridre: "", // Send Original Documents to Drawee .bcdgrp.rec.oridre
doctypcod: "", // Collection Condition .bcdgrp.rec.doctypcod
matdat: "", // Maturity Date .bcdgrp.rec.matdat
matpercnt: "", // Tenor Specification .bcdgrp.rec.matpercnt
matpertyp: "", // Days/Months or Years for Maturity Period .bcdgrp.rec.matpertyp
matperbeg: "", // Tenor Starting from .bcdgrp.rec.matperbeg
stacty: "", // Country Code Risk Country .bcdgrp.rec.stacty
nam: "", // Name .bcdgrp.rec.nam
invtyp: "", // 发票类型 .bcdgrp.rec.invtyp
chato: "", // Our Charges to .bcdgrp.rec.chato
focflg: "", // Free of Payment .bcdgrp.rec.focflg
waicolcod: "", // Waive Collecting Bank Charges .bcdgrp.rec.waicolcod
wairmtcod: "", // Waive Remitting Bank Charges .bcdgrp.rec.wairmtcod
othins: "", // Defer Payment until .bcdgrp.rec.othins
stagod: "", // Good's Code (for Statistics) .bcdgrp.rec.stagod
proins: "", // Protest Instructions .bcdgrp.rec.proins
},
blk: {
vesselnam: "", // Vessel Name .bcdgrp.blk.vesselnam
covgod: "", // Covered Goods .bcdgrp.blk.covgod
reladr: "", // Release to Address .bcdgrp.blk.reladr
bctfre: "", // Free Text Tag 42J .bcdgrp.blk.bctfre
docpre: "", // Presented Documents .bcdgrp.blk.docpre
intins: "", // Interest Instructions .bcdgrp.blk.intins
agtaut: "", // Authority of Agent .bcdgrp.blk.agtaut
agtinf: "", // Further Information .bcdgrp.blk.agtinf
bcgdet: "", // Maturity Text .bcdgrp.blk.bcgdet
bcgdetflg: "", // BC Tenor Details modified .bcdgrp.blk.bcgdetflg
colins: "", // Collection Instructions .bcdgrp.blk.colins
dftins: "", // Draft Instructions .bcdgrp.blk.dftins
othins: "", // Other Instructions .bcdgrp.blk.othins
chgtxt: "", // Charges Text .bcdgrp.blk.chgtxt
},
rog: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.rog.namelc
adrelc: "", // 地址 .bcdgrp.rog.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.rog.dbfadrblkcn
},
dre: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.dre.namelc
adrelc: "", // 地址 .bcdgrp.dre.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.dre.dbfadrblkcn
},
co2: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.co2.namelc
adrelc: "", // 地址 .bcdgrp.co2.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.co2.dbfadrblkcn
},
rmi: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.rmi.namelc
adrelc: "", // 地址 .bcdgrp.rmi.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.rmi.dbfadrblkcn
},
drr: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.drr.namelc
adrelc: "", // 地址 .bcdgrp.drr.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.drr.dbfadrblkcn
},
agt: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.agt.namelc
adrelc: "", // 地址 .bcdgrp.agt.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.agt.dbfadrblkcn
},
agb: {
pts: new Pts().data,
namelc: "", // 名称 .bcdgrp.agb.namelc
adrelc: "", // 地址 .bcdgrp.agb.adrelc
dbfadrblkcn: "", // Chinese address .bcdgrp.agb.dbfadrblkcn
},
cbs: {
max: {
cur: "", // Document Amount .bcdgrp.cbs.max.cur
amt: "", // Document Amount .bcdgrp.cbs.max.amt
},
opn1: {
cur: "", // Open Amount .bcdgrp.cbs.opn1.cur
amt: "", // Open Amount .bcdgrp.cbs.opn1.amt
},
},
},
recpan: {
rogp: {
ptsget: {
sdamod: {
seainf: "", // .recpan.rogp.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.rogp.ptsget.sdamod.dadsnd
},
},
},
drep: {
ptsget: {
sdamod: {
seainf: "", // .recpan.drep.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.drep.ptsget.sdamod.dadsnd
},
},
},
co2p: {
ptsget: {
sdamod: {
seainf: "", // .recpan.co2p.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.co2p.ptsget.sdamod.dadsnd
},
},
},
rmip: {
ptsget: {
sdamod: {
seainf: "", // .recpan.rmip.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.rmip.ptsget.sdamod.dadsnd
},
},
},
drrp: {
ptsget: {
sdamod: {
seainf: "", // .recpan.drrp.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.drrp.ptsget.sdamod.dadsnd
},
},
},
agtp: {
ptsget: {
sdamod: {
seainf: "", // .recpan.agtp.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.agtp.ptsget.sdamod.dadsnd
},
},
},
agbp: {
ptsget: {
sdamod: {
seainf: "", // .recpan.agbp.ptsget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.agbp.ptsget.sdamod.dadsnd
},
},
},
recget: {
sdamod: {
seainf: "", // .recpan.recget.sdamod.seainf
dadsnd: "", // Drag Drop Sender .recpan.recget.sdamod.dadsnd
},
},
usrget: {
sdamod: {
seainf: "", // .recpan.usrget.sdamod.seainf
},
},
usr: {
extkey: "", // Responsible User .recpan.usr.extkey
},
docgrdm: {
docdsclab: "", // Label of document description .recpan.docgrdm.docdsclab
},
sblx: "", // 申报类型 .recpan.sblx
acttyplab: "", // 款项去向 .recpan.acttyplab
acttyp: "", // ACTTYP .recpan.acttyp
},
trnmod: {
seclab: "", // static .trnmod.seclab
commetlab: "", // 自槸区备注label .trnmod.commetlab
recbchnam: "", // 接收行名称 .trnmod.recbchnam
recbchkey: "", // 接收行行号 .trnmod.recbchkey
pyeact: "", // 收款人账号 .trnmod.pyeact
flg: "", // 电汇凭证 .trnmod.flg
bustyp: "", // 业务种类 .trnmod.bustyp
secmod: "", // 二代模式 .trnmod.secmod
orcnam: "", // 付款人名称 .trnmod.orcnam
orcadr: "", // 付款人地址 .trnmod.orcadr
pyenam: "", // 收款人名称 .trnmod.pyenam
pyeadr: "", // 收款人地址 .trnmod.pyeadr
pyebchkey: "", // 收款人开户行行号 .trnmod.pyebchkey
pyebchnam: "", // 收款人开户行 .trnmod.pyebchnam
commen: "", // 附言 .trnmod.commen
comsystbl: "", // 自槸区备注 .trnmod.comsystbl
ptsmod: {
fecinf: {
fecstm: "", // Stream of fee conditions of passed object .trnmod.ptsmod.fecinf.fecstm
},
},
trndoc: {
ersmod: {
ersimm: {
docedipblk: "", // XMLPanel docedip的内置block .trnmod.trndoc.ersmod.ersimm.docedipblk
},
},
},
},
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
},
},
},
pageId: "" // ctx的key
}
}
}