Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
0d95610e
Commit
0d95610e
authored
Jan 26, 2022
by
杜大兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infled查询
parent
56cecbdb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
577 additions
and
554 deletions
+577
-554
Event.js
src/model/Infled/Event.js
+299
-286
index.js
src/model/Infled/index.js
+252
-251
Infsea.vue
src/views/Business/Infled/Infsea.vue
+19
-13
index.vue
src/views/Business/Infled/index.vue
+7
-4
No files found.
src/model/Infled/Event.js
View file @
0d95610e
...
...
@@ -2,317 +2,329 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
export
default
{
async
onInfbutSearow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
// 顶部查询按钮
async
onInfbutSearow
(){
// let rtnmsg = await this.executeRule("infbut.searow")
const
that
=
this
.
root
;
let
rtnmsg
=
await
that
.
executeRule
(
"infbut.searow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
model
.
infbut
.
dspstm
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
this
.
$message
({
type
:
'success'
,
message
:
'查询成功!'
});
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutDsp
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
// Display按钮
async
onInfbutDsp
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutUserow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutClr
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
async
onInfbutUserow
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutButprt
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
// Clear按钮
async
onInfbutClr
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfbutExi
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
// 导Excel按钮
async
onInfbutButprt
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onRecpanButgetref
(){
let
rtnmsg
=
await
this
.
executeRule
(
"recpan.butgetref"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
// Exit按钮
async
onInfbutExi
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onBenpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"benp.det
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onRecpanButgetref
(){
let
rtnmsg
=
await
this
.
executeRule
(
"recpan.butgetref
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onIss
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"iss
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onBen
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"ben
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onApl
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"apl
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onIss
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"iss
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAvb
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"avb
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onApl
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"apl
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onPreperButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"preper.buttxmsel
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAvbpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"avbp.det
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onCharia
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"charia
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onPreper
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"preper
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrdftat
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"lcrdftat
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onCharia
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"charia
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onDrwpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"drwp.det
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrdftatButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"lcrdftat.buttxmsel
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAdv
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"adv
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onDrw
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"drw
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onApb
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"apb
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAdv
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"adv
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onA2
bpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"a2
bp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAp
bpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"ap
bp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onRm
bpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"rm
bp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onA2
bpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"a2
bp.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onCon
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"con
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onRmb
pDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"rmb
p.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrgodButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"lcrgod.buttxmsel
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onConpDet
(){
let
rtnmsg
=
await
this
.
executeRule
(
"conp.det
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrdoc
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"lcrdoc
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrgod
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"lcrgod
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAdlcnd
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"adlcnd
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onLcrdoc
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"lcrdoc
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInsbnk
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"insbnk
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onAdlcnd
Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"adlcnd
.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshw
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshw
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInsbnkButtxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"insbnk.buttxmsel
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshword
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshword
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshw
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshw
"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshword
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshword"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
\ No newline at end of file
src/model/Infled/index.js
View file @
0d95610e
...
...
@@ -2,332 +2,332 @@ import Api from "~/service/Api"
import
Pts
from
"../Common/Pts"
export
default
class
Infled
{
constructor
()
{
this
.
data
=
{
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
chksubcon
:
""
,
// incl. all subcontracts .infcon.chksubcon
chktrnsta
:
""
,
// only active transactions .infcon.chktrnsta
trnstm
:
""
,
// stream for TRN to selected contract .infcon.trnstm
cbctxt
:
""
,
// CBS Column .infcon.cbctxt
cbbstm
:
""
,
// stream of CBBs .infcon.cbbstm
cbestm
:
""
,
// stream of CBEs .infcon.cbestm
feptxtlbl
:
""
,
// label used on FEP-Panel .infcon.feptxtlbl
fcptxtlbl
:
""
,
// Text label used on FCP-panel .infcon.fcptxtlbl
fepfeecod
:
""
,
// Fee Code .infcon.fepfeecod
fepdsp
:
""
,
// Disposition .infcon.fepdsp
fepstm
:
""
,
// stream for FEPs to selected contract .infcon.fepstm
fcpstm
:
""
,
// stream of foreign charges .infcon.fcpstm
fcpdsp
:
""
,
// Disposition .infcon.fcpdsp
setflg
:
""
,
// show temporary settlement that already settled .infcon.setflg
sepdelflg
:
""
,
// show temporary settlement that already deleted .infcon.sepdelflg
sepstm
:
""
,
// stream of SEPs .infcon.sepstm
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
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
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
liastm
:
""
,
// Stream for all engagements to selected contract .infcon.liastm
ordstm
:
""
,
// Stream for Orders for Contract .infcon.ordstm
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
chksubcon
:
""
,
// incl. all subcontracts .infcon.chksubcon
chktrnsta
:
""
,
// only active transactions .infcon.chktrnsta
trnstm
:
""
,
// stream for TRN to selected contract .infcon.trnstm
cbctxt
:
""
,
// CBS Column .infcon.cbctxt
cbbstm
:
""
,
// stream of CBBs .infcon.cbbstm
cbestm
:
""
,
// stream of CBEs .infcon.cbestm
feptxtlbl
:
""
,
// label used on FEP-Panel .infcon.feptxtlbl
fcptxtlbl
:
""
,
// Text label used on FCP-panel .infcon.fcptxtlbl
fepfeecod
:
""
,
// Fee Code .infcon.fepfeecod
fepdsp
:
""
,
// Disposition .infcon.fepdsp
fepstm
:
""
,
// stream for FEPs to selected contract .infcon.fepstm
fcpstm
:
""
,
// stream of foreign charges .infcon.fcpstm
fcpdsp
:
""
,
// Disposition .infcon.fcpdsp
setflg
:
""
,
// show temporary settlement that already settled .infcon.setflg
sepdelflg
:
""
,
// show temporary settlement that already deleted .infcon.sepdelflg
sepstm
:
""
,
// stream of SEPs .infcon.sepstm
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
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
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
liastm
:
""
,
// Stream for all engagements to selected contract .infcon.liastm
ordstm
:
""
,
// Stream for Orders for Contract .infcon.ordstm
},
sealcrtyp
:
""
,
// Form of L/C .sealcrtyp
infbut
:{
dspstm
:
""
,
// display stream .infbut.dspstm
dspstm
:
""
,
// display stream .infbut.dspstm
},
ledgrp
:{
rec
:{
ownref
:
""
,
// Reference .ledgrp.rec.ownref
nam
:
""
,
// Name .ledgrp.rec.nam
lcrtyp
:
""
,
// Form of L/C .ledgrp.rec.lcrtyp
collflg
:
""
,
// Collateralized L/C .ledgrp.rec.collflg
nomtop
:
""
,
// Amount Tolerance +/- .ledgrp.rec.nomtop
nomton
:
""
,
// Amount Tolerance - Negative .ledgrp.rec.nomton
nomspc
:
""
,
// Amount Specification .ledgrp.rec.nomspc
inctrf
:
""
,
// Incoming Transfer .ledgrp.rec.inctrf
resflg
:
""
,
// Reserved Contract .ledgrp.rec.resflg
opndat
:
""
,
// Issued on .ledgrp.rec.opndat
preadvdt
:
""
,
// Date Pre-advised .ledgrp.rec.preadvdt
shpdat
:
""
,
// Shipment Date .ledgrp.rec.shpdat
advdat
:
""
,
// Released on .ledgrp.rec.advdat
expdat
:
""
,
// Expiring on .ledgrp.rec.expdat
expplc
:
""
,
// in (Place)/ counters of .ledgrp.rec.expplc
cnfdet
:
""
,
// Confirmation Instruct. .ledgrp.rec.cnfdet
apprul
:
""
,
// Applicable Rules .ledgrp.rec.apprul
apprultxt
:
""
,
// Other Applicable Rules .ledgrp.rec.apprultxt
shppar
:
""
,
// Partial Shipment .ledgrp.rec.shppar
shptrs
:
""
,
// Transshipment .ledgrp.rec.shptrs
revflg
:
""
,
// Revolving Flag .ledgrp.rec.revflg
nonban
:
""
,
// Non-Bank Issuer .ledgrp.rec.nonban
teskeyunc
:
""
,
// Test Key Unconfirmity .ledgrp.rec.teskeyunc
dbtflg
:
""
,
// Authorization to Debit .ledgrp.rec.dbtflg
oppbnk
:
""
,
// 境内外对手行代码 .ledgrp.rec.oppbnk
shppars18
:
""
,
// Partial Shipment .ledgrp.rec.shppars18
shptrss18
:
""
,
// Transshipment .ledgrp.rec.shptrss18
avbwth
:
""
,
// Available with .ledgrp.rec.avbwth
avbby
:
""
,
// Available by .ledgrp.rec.avbby
shpfro
:
""
,
// Dispatch from .ledgrp.rec.shpfro
porloa
:
""
,
// Air-/Port of Departure .ledgrp.rec.porloa
pordis
:
""
,
// Air-/Port of Destination .ledgrp.rec.pordis
shpto
:
""
,
// Final Destination .ledgrp.rec.shpto
chato
:
""
,
// Own Charges Borne by .ledgrp.rec.chato
stacty
:
""
,
// Country Code for Statistics .ledgrp.rec.stacty
tenmaxday
:
""
,
// Maximum Tenor .ledgrp.rec.tenmaxday
prepers18
:
""
,
// Days of presentation period .ledgrp.rec.prepers18
prepertxts18
:
""
,
// Presentation period text .ledgrp.rec.prepertxts18
cnfins
:
""
,
// Confirm. Instruct. .ledgrp.rec.cnfins
aplbnkdirsnd
:
""
,
// Send Directly to Applicant's Bank .ledgrp.rec.aplbnkdirsnd
stagod
:
""
,
// Goods Code .ledgrp.rec.stagod
spcbenflg
:
""
,
// Special payment conditions for beneficiary exists .ledgrp.rec.spcbenflg
spcrcbflg
:
""
,
// Special Payment Conditions for specified Bank only .ledgrp.rec.spcrcbflg
redclsflg
:
""
,
// Red/Green Clause .ledgrp.rec.redclsflg
rec
:{
ownref
:
""
,
// Reference .ledgrp.rec.ownref
nam
:
""
,
// Name .ledgrp.rec.nam
lcrtyp
:
""
,
// Form of L/C .ledgrp.rec.lcrtyp
collflg
:
""
,
// Collateralized L/C .ledgrp.rec.collflg
nomtop
:
""
,
// Amount Tolerance +/- .ledgrp.rec.nomtop
nomton
:
""
,
// Amount Tolerance - Negative .ledgrp.rec.nomton
nomspc
:
""
,
// Amount Specification .ledgrp.rec.nomspc
inctrf
:
""
,
// Incoming Transfer .ledgrp.rec.inctrf
resflg
:
""
,
// Reserved Contract .ledgrp.rec.resflg
opndat
:
""
,
// Issued on .ledgrp.rec.opndat
preadvdt
:
""
,
// Date Pre-advised .ledgrp.rec.preadvdt
shpdat
:
""
,
// Shipment Date .ledgrp.rec.shpdat
advdat
:
""
,
// Released on .ledgrp.rec.advdat
expdat
:
""
,
// Expiring on .ledgrp.rec.expdat
expplc
:
""
,
// in (Place)/ counters of .ledgrp.rec.expplc
cnfdet
:
""
,
// Confirmation Instruct. .ledgrp.rec.cnfdet
apprul
:
""
,
// Applicable Rules .ledgrp.rec.apprul
apprultxt
:
""
,
// Other Applicable Rules .ledgrp.rec.apprultxt
shppar
:
""
,
// Partial Shipment .ledgrp.rec.shppar
shptrs
:
""
,
// Transshipment .ledgrp.rec.shptrs
revflg
:
""
,
// Revolving Flag .ledgrp.rec.revflg
nonban
:
""
,
// Non-Bank Issuer .ledgrp.rec.nonban
teskeyunc
:
""
,
// Test Key Unconfirmity .ledgrp.rec.teskeyunc
dbtflg
:
""
,
// Authorization to Debit .ledgrp.rec.dbtflg
oppbnk
:
""
,
// 境内外对手行代码 .ledgrp.rec.oppbnk
shppars18
:
""
,
// Partial Shipment .ledgrp.rec.shppars18
shptrss18
:
""
,
// Transshipment .ledgrp.rec.shptrss18
avbwth
:
""
,
// Available with .ledgrp.rec.avbwth
avbby
:
""
,
// Available by .ledgrp.rec.avbby
shpfro
:
""
,
// Dispatch from .ledgrp.rec.shpfro
porloa
:
""
,
// Air-/Port of Departure .ledgrp.rec.porloa
pordis
:
""
,
// Air-/Port of Destination .ledgrp.rec.pordis
shpto
:
""
,
// Final Destination .ledgrp.rec.shpto
chato
:
""
,
// Own Charges Borne by .ledgrp.rec.chato
stacty
:
""
,
// Country Code for Statistics .ledgrp.rec.stacty
tenmaxday
:
""
,
// Maximum Tenor .ledgrp.rec.tenmaxday
prepers18
:
""
,
// Days of presentation period .ledgrp.rec.prepers18
prepertxts18
:
""
,
// Presentation period text .ledgrp.rec.prepertxts18
cnfins
:
""
,
// Confirm. Instruct. .ledgrp.rec.cnfins
aplbnkdirsnd
:
""
,
// Send Directly to Applicant's Bank .ledgrp.rec.aplbnkdirsnd
stagod
:
""
,
// Goods Code .ledgrp.rec.stagod
spcbenflg
:
""
,
// Special payment conditions for beneficiary exists .ledgrp.rec.spcbenflg
spcrcbflg
:
""
,
// Special Payment Conditions for specified Bank only .ledgrp.rec.spcrcbflg
redclsflg
:
""
,
// Red/Green Clause .ledgrp.rec.redclsflg
},
cbs
:{
nom1
:{
cur
:
""
,
// Nominal Amount .ledgrp.cbs.nom1.cur
amt
:
""
,
// Nominal Amount .ledgrp.cbs.nom1.amt
},
max
:{
cur
:
""
,
// Maximum Amount .ledgrp.cbs.max.cur
amt
:
""
,
// Maximum Amount .ledgrp.cbs.max.amt
},
nom1
:{
cur
:
""
,
// Nominal Amount .ledgrp.cbs.nom1.cur
amt
:
""
,
// Nominal Amount .ledgrp.cbs.nom1.amt
},
max
:{
cur
:
""
,
// Maximum Amount .ledgrp.cbs.max.cur
amt
:
""
,
// Maximum Amount .ledgrp.cbs.max.amt
},
},
preadvflg
:
""
,
// PreAdvice or Notification .ledgrp.preadvflg
ben
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.ben.namelc
adrelc
:
""
,
// 地址 .ledgrp.ben.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.ben.dbfadrblkcn
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.ben.namelc
adrelc
:
""
,
// 地址 .ledgrp.ben.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.ben.dbfadrblkcn
},
iss
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.iss.namelc
adrelc
:
""
,
// 地址 .ledgrp.iss.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.iss.dbfadrblkcn
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.iss.namelc
adrelc
:
""
,
// 地址 .ledgrp.iss.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.iss.dbfadrblkcn
},
apl
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.apl.namelc
adrelc
:
""
,
// 地址 .ledgrp.apl.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.apl.dbfadrblkcn
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.apl.namelc
adrelc
:
""
,
// 地址 .ledgrp.apl.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.apl.dbfadrblkcn
},
avb
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.avb.namelc
adrelc
:
""
,
// 地址 .ledgrp.avb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.avb.dbfadrblkcn
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.avb.namelc
adrelc
:
""
,
// 地址 .ledgrp.avb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.avb.dbfadrblkcn
},
blk
:{
avbwthtxt
:
""
,
// Available in .ledgrp.blk.avbwthtxt
defdet
:
""
,
// Deferred Payment Details .ledgrp.blk.defdet
dftat
:
""
,
// Drafts at .ledgrp.blk.dftat
shpper
:
""
,
// Shipment Period .ledgrp.blk.shpper
mixdet
:
""
,
// Mixed Payment Details .ledgrp.blk.mixdet
preper
:
""
,
// Presentation Period .ledgrp.blk.preper
feetxt
:
""
,
// Additional Details to Code for Charges CHATO .ledgrp.blk.feetxt
lcrgod
:
""
,
// Description of Goods .ledgrp.blk.lcrgod
lcrdoc
:
""
,
// Documents Required .ledgrp.blk.lcrdoc
adlcnd
:
""
,
// Additional Conditions .ledgrp.blk.adlcnd
insbnk
:
""
,
// Instructions to Pay., .ledgrp.blk.insbnk
avbwthtxt
:
""
,
// Available in .ledgrp.blk.avbwthtxt
defdet
:
""
,
// Deferred Payment Details .ledgrp.blk.defdet
dftat
:
""
,
// Drafts at .ledgrp.blk.dftat
shpper
:
""
,
// Shipment Period .ledgrp.blk.shpper
mixdet
:
""
,
// Mixed Payment Details .ledgrp.blk.mixdet
preper
:
""
,
// Presentation Period .ledgrp.blk.preper
feetxt
:
""
,
// Additional Details to Code for Charges CHATO .ledgrp.blk.feetxt
lcrgod
:
""
,
// Description of Goods .ledgrp.blk.lcrgod
lcrdoc
:
""
,
// Documents Required .ledgrp.blk.lcrdoc
adlcnd
:
""
,
// Additional Conditions .ledgrp.blk.adlcnd
insbnk
:
""
,
// Instructions to Pay., .ledgrp.blk.insbnk
},
drw
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.drw.namelc
adrelc
:
""
,
// 地址 .ledgrp.drw.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.drw.dbfadrblkcn
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.drw.namelc
adrelc
:
""
,
// 地址 .ledgrp.drw.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.drw.dbfadrblkcn
},
adv
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.adv.namelc
adrelc
:
""
,
// 地址 .ledgrp.adv.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.adv.dbfadrblkcn
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.adv.namelc
adrelc
:
""
,
// 地址 .ledgrp.adv.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.adv.dbfadrblkcn
},
a2b
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.a2b.namelc
adrelc
:
""
,
// 地址 .ledgrp.a2b.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.a2b.dbfadrblkcn
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.a2b.namelc
adrelc
:
""
,
// 地址 .ledgrp.a2b.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.a2b.dbfadrblkcn
},
apb
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.apb.namelc
adrelc
:
""
,
// 地址 .ledgrp.apb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.apb.dbfadrblkcn
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.apb.namelc
adrelc
:
""
,
// 地址 .ledgrp.apb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.apb.dbfadrblkcn
},
rmb
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.rmb.namelc
adrelc
:
""
,
// 地址 .ledgrp.rmb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.rmb.dbfadrblkcn
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .ledgrp.rmb.namelc
adrelc
:
""
,
// 地址 .ledgrp.rmb.adrelc
dbfadrblkcn
:
""
,
// Chinese address .ledgrp.rmb.dbfadrblkcn
},
con
:{
pts
:
new
Pts
().
data
,
pts
:
new
Pts
().
data
,
},
},
recpan
:{
recget
:{
sdamod
:{
seainf
:
""
,
// .recpan.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.recget.sdamod.dadsnd
recget
:{
sdamod
:{
seainf
:
""
,
// .recpan.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.recget.sdamod.dadsnd
},
},
},
usr
:{
extkey
:
""
,
// Responsible User .recpan.usr.extkey
},
usrget
:{
sdamod
:{
seainf
:
""
,
// .recpan.usrget.sdamod.seainf
usr
:{
extkey
:
""
,
// Responsible User .recpan.usr.extkey
},
},
aamp
:{
aammod
:{
addamtflg
:
""
,
// Add. Amount .recpan.aamp.aammod.addamtflg
usrget
:{
sdamod
:{
seainf
:
""
,
// .recpan.usrget.sdamod.seainf
},
},
},
benp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.benp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.benp.ptsget.sdamod.dadsnd
},
aamp
:{
aammod
:{
addamtflg
:
""
,
// Add. Amount .recpan.aamp.aammod.addamtflg
},
},
},
issp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.issp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.issp.ptsget.sdamod.dadsnd
},
benp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.benp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.benp.ptsget.sdamod.dadsnd
},
},
},
issp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.issp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.issp.ptsget.sdamod.dadsnd
},
},
},
aplp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.aplp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.aplp.ptsget.sdamod.dadsnd
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.aplp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.aplp.ptsget.sdamod.dadsnd
},
},
},
},
oppbnkl
:
""
,
// 对手行代码 .recpan.oppbnkl
avbp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.avbp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.avbp.ptsget.sdamod.dadsnd
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.avbp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.avbp.ptsget.sdamod.dadsnd
},
},
},
},
drwp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.drwp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.drwp.ptsget.sdamod.dadsnd
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.drwp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.drwp.ptsget.sdamod.dadsnd
},
},
},
},
labdefdet
:
""
,
// DEFDAT LAbel .recpan.labdefdet
advp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.advp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.advp.ptsget.sdamod.dadsnd
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.advp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.advp.ptsget.sdamod.dadsnd
},
},
},
},
a2bp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.a2bp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.a2bp.ptsget.sdamod.dadsnd
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.a2bp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.a2bp.ptsget.sdamod.dadsnd
},
},
},
},
apbp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.apbp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.apbp.ptsget.sdamod.dadsnd
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.apbp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.apbp.ptsget.sdamod.dadsnd
},
},
},
},
rmbp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.rmbp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.rmbp.ptsget.sdamod.dadsnd
ptsget
:{
sdamod
:{
seainf
:
""
,
// .recpan.rmbp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .recpan.rmbp.ptsget.sdamod.dadsnd
},
},
},
},
ptsaddp
:{
ptsaddg
:[],
// .recpan.ptsaddp.ptsaddg
ptsaddg
:[],
// .recpan.ptsaddp.ptsaddg
},
conp
:{
ptsget
:{
sdamod
:{
dadsnd
:
""
,
// Drag Drop Sender .recpan.conp.ptsget.sdamod.dadsnd
seainf
:
""
,
// .recpan.conp.ptsget.sdamod.seainf
ptsget
:{
sdamod
:{
dadsnd
:
""
,
// Drag Drop Sender .recpan.conp.ptsget.sdamod.dadsnd
seainf
:
""
,
// .recpan.conp.ptsget.sdamod.seainf
},
},
},
},
},
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
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
},
},
},
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
},
},
conexedat
:
""
,
// 执行日期 .mtabut.coninf.conexedat
usr
:{
extkey
:
""
,
// User ID .mtabut.coninf.usr.extkey
},
},
},
prtpanblk
:
""
,
// XMLPanel prtpan的内置block .prtpanblk
pageId
:
""
// ctx的key
}
}
}
}
\ No newline at end of file
src/views/Business/Infled/Infsea.vue
View file @
0d95610e
...
...
@@ -42,7 +42,7 @@
<!-- 可控展示区 -->
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"
业务主题
"
prop=
"infcon.searef"
>
<el-form-item
label=
"
Party Reference
"
prop=
"infcon.searef"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
...
...
@@ -110,7 +110,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Name
"
prop=
"infcon.nam"
>
<el-form-item
label=
"
业务主题
"
prop=
"infcon.nam"
>
<c-input
v-model=
"model.infcon.nam"
style=
"width:100%"
...
...
@@ -130,7 +130,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Status
"
prop=
"infcon.seasta"
>
<el-form-item
label=
"
业务状态
"
prop=
"infcon.seasta"
>
<c-select
v-model=
"model.infcon.seasta"
style=
"width:100%"
placeholder=
"请选择Status"
>
<el-option
v-for=
"item in codes.seasta"
...
...
@@ -150,6 +150,7 @@
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
:code=
"codes.cur"
>
</el-option>
</c-select>
...
...
@@ -185,7 +186,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Form of L/C
"
prop=
"sealcrtyp"
>
<el-form-item
label=
"
信用证类型
"
prop=
"sealcrtyp"
>
<c-select
v-model=
"model.sealcrtyp"
style=
"width:100%"
...
...
@@ -205,6 +206,9 @@
<c-button
size=
"small"
type=
"primary"
@
click=
"onInfbutDsp"
>
Display
</c-button>
<!-- <c-button size="small" type="primary" @click="onInfbutUserow">
Use
</c-button>-->
<c-button
size=
"small"
type=
"primary"
@
click=
"onInfbutClr"
>
Clear
</c-button>
...
...
@@ -259,21 +263,22 @@ export default {
data
(){
return
{
// curinr:"",
curownref
:
""
,
initdialog
:
false
,
columns
:[
// 第一个数字表示代表是返回来数据的第几列,第二数字代表前端显示的列顺序
"1 1
\"
业务编号
\"
130 200"
,
"2 2
\"
经办柜员
\"
90 80"
,
"5 5
\"
开立日期
\"
120 250"
,
"6 6
\"
到期日
\"
300 250"
,
"8 7
\"
分行名称
\"
200 300"
,
"9 8
\"
申请人编号
\"
150 200"
,
"11 9
\"
申请人名称
\"
150 300"
,
"15 10
\"
受益人名称
\"
60 300"
,
"16 3
\"
开立币种
\"
90 80"
,
"4 5
\"
开立日期
\"
150 250"
,
"5 6
\"
到期日
\"
150 250"
,
"7 7
\"
分行名称
\"
200 300"
,
"8 8
\"
申请人编号
\"
100 200"
,
"9 9
\"
申请人名称
\"
200 300"
,
"12 10
\"
受益人名称
\"
200 300"
,
"15 11
\"
开证行名称
\"
100 300"
,
"16 3
\"
开立币种
\"
80 80"
,
"17 4
\"
开立金额
\"
90 80"
,
]
]
,
}
},
methods
:{
...
...
@@ -298,6 +303,7 @@ export default {
instName
:
''
}
},
// 跳转至出口信用证开立
toLetopn
(){
this
.
$router
.
history
.
push
(
"/business/letopn"
)
}
...
...
src/views/Business/Infled/index.vue
View file @
0d95610e
...
...
@@ -55,8 +55,7 @@ export default {
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
},
codes
:{...
CodeTable
},
}
},
methods
:{
...
...
@@ -68,8 +67,12 @@ export default {
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//更新数据
this
.
updateModel
(
rtnmsg
.
data
)
// Utils.copyValueFromVO(this.model, rtnmsg.data);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment