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
4106de93
Commit
4106de93
authored
Sep 05, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infcld初始化以及路由侧边栏添加
parent
88b78a15
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
749 additions
and
771 deletions
+749
-771
index.js
src/config/CodeTable/index.js
+3
-0
Event.js
src/model/Infcld/Event.js
+212
-204
index.js
src/model/Infcld/index.js
+316
-313
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
Cbsinfp.vue
src/views/Business/Infcld/Cbsinfp.vue
+2
-2
Fepinfp.vue
src/views/Business/Infcld/Fepinfp.vue
+50
-48
Infsea.vue
src/views/Business/Infcld/Infsea.vue
+154
-196
index.vue
src/views/Business/Infcld/index.vue
+10
-7
SideMenu.vue
src/views/Layout/SideMenu.vue
+1
-0
No files found.
src/config/CodeTable/index.js
View file @
4106de93
...
@@ -4126,6 +4126,9 @@ const CodeTable = {
...
@@ -4126,6 +4126,9 @@ const CodeTable = {
{
label
:
"8th Third Party"
,
value
:
"TP8"
},
{
label
:
"8th Third Party"
,
value
:
"TP8"
},
{
label
:
"9th Third Party"
,
value
:
"TP9"
},
{
label
:
"9th Third Party"
,
value
:
"TP9"
},
],
],
searol2
:[
{
label
:
"Collecting Bank"
,
value
:
"COL"
},
],
seacur
:[
seacur
:[
{
label
:
`CNY-人民币`
,
value
:
`CNY`
},
{
label
:
`CNY-人民币`
,
value
:
`CNY`
},
{
label
:
`KRW-韩元`
,
value
:
`KRW`
},
{
label
:
`KRW-韩元`
,
value
:
`KRW`
},
...
...
src/model/Infcld/Event.js
View file @
4106de93
...
@@ -2,209 +2,216 @@ import Api from "~/service/Api"
...
@@ -2,209 +2,216 @@ import Api from "~/service/Api"
import
Utils
from
"~/utils"
import
Utils
from
"~/utils"
export
default
{
export
default
{
async
onInfbutSearow
(){
async
handleSearch
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
this
.
stmData
.
data
=
[];
if
(
rtnmsg
.
respCode
==
SUCCESS
)
let
opndatfrom
=
this
.
model
.
infcon
.
opndatfrom
;
{
if
(
!
opndatfrom
||
opndatfrom
==
''
)
{
//TODO 处理数据逻辑
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'查询开始日期必输!'
});
return
;
}
}
else
let
opndatto
=
this
.
model
.
infcon
.
opndatto
;
{
if
(
!
opndatto
||
opndatto
==
''
)
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'查询结束日期必输!'
});
}
return
;
},
}
async
onInfbutDsp
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
this
.
stmData
.
data
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
;
//TODO 处理数据逻辑
// this.updateModel(rtnmsg.data);
// this.stmData.data = rtnmsg.data.infbut_dspstm.rows;
}
//this.model.infbut.dspstm = rtnmsg.data.infbut_dspstm
else
}
{
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onInfbutUserow
(){
async
handleReset
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
this
.
model
.
infcon
.
seaownref
=
""
if
(
rtnmsg
.
respCode
==
SUCCESS
)
this
.
model
.
infcon
.
opndatfrom
=
new
Date
();
{
this
.
model
.
infcon
.
opndatto
=
new
Date
();
//TODO 处理数据逻辑
this
.
model
.
infcon
.
searef
=
""
;
this
.
model
.
infcon
.
pty
.
extkey
=
""
;
}
this
.
model
.
infcon
.
usr
.
extkey
=
""
;
else
this
.
model
.
infcon
.
searol
=
""
;
{
this
.
model
.
infcon
.
pty
.
nam
=
""
;
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
model
.
infcon
.
seapty
=
""
;
}
this
.
model
.
infcon
.
curtxt1
=
""
;
},
this
.
model
.
infcon
.
nam
=
""
;
async
onInfbutClr
(){
this
.
model
.
infcon
.
seaamtfr
=
""
;
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
this
.
model
.
infcon
.
seaamtto
=
""
;
if
(
rtnmsg
.
respCode
==
SUCCESS
)
this
.
model
.
infcon
.
seasta
=
""
;
{
this
.
model
.
infcon
.
doctypcod
=
""
;
//TODO 处理数据逻辑
},
async
onInfbutSearow
()
{
}
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.searow"
)
else
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
else
{
async
onInfbutButprt
(){
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
}
if
(
rtnmsg
.
respCode
==
SUCCESS
)
},
{
async
onInfbutDsp
()
{
//TODO 处理数据逻辑
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
}
//TODO 处理数据逻辑
else
{
}
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
}
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
},
}
async
onInfbutExi
(){
},
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
async
onInfbutUserow
()
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onInfbutClr
()
{
async
onInfconButshw
(){
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshw"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
else
{
}
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
}
{
},
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
async
onInfbutButprt
()
{
}
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.butprt"
)
},
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
async
onInfconButshword
(){
//TODO 处理数据逻辑
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshword"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
}
{
else
{
//TODO 处理数据逻辑
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
else
async
onInfbutExi
()
{
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
}
//TODO 处理数据逻辑
},
async
onOrdp02Butore
(){
}
let
rtnmsg
=
await
this
.
executeRule
(
"ordp02.butore"
)
else
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
{
}
//TODO 处理数据逻辑
},
async
onInfconButshw
()
{
}
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshw"
)
else
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
else
{
async
onOrdp02Butsmh
(){
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
let
rtnmsg
=
await
this
.
executeRule
(
"ordp02.butsmh"
)
}
if
(
rtnmsg
.
respCode
==
SUCCESS
)
},
{
async
onInfconButshword
()
{
//TODO 处理数据逻辑
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshword"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
}
//TODO 处理数据逻辑
else
{
}
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
}
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
},
}
async
onOrdp01Butore
(){
},
let
rtnmsg
=
await
this
.
executeRule
(
"ordp01.butore"
)
async
onOrdp02Butore
()
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
let
rtnmsg
=
await
this
.
executeRule
(
"ordp02.butore"
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onOrdp02Butsmh
()
{
async
onOrdp01Butsmh
(){
let
rtnmsg
=
await
this
.
executeRule
(
"ordp02.butsmh"
)
let
rtnmsg
=
await
this
.
executeRule
(
"ordp01.butsmh"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
else
{
}
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
}
{
},
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
async
onOrdp01Butore
()
{
}
let
rtnmsg
=
await
this
.
executeRule
(
"ordp01.butore"
)
},
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
async
onOrdp0Butore
(){
//TODO 处理数据逻辑
let
rtnmsg
=
await
this
.
executeRule
(
"ordp0.butore"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
}
{
else
{
//TODO 处理数据逻辑
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
else
async
onOrdp01Butsmh
()
{
{
let
rtnmsg
=
await
this
.
executeRule
(
"ordp01.butsmh"
)
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
}
//TODO 处理数据逻辑
},
async
onOrdp0Butsmh
(){
}
let
rtnmsg
=
await
this
.
executeRule
(
"ordp0.butsmh"
)
else
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
{
}
//TODO 处理数据逻辑
},
async
onOrdp0Butore
()
{
}
let
rtnmsg
=
await
this
.
executeRule
(
"ordp0.butore"
)
else
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
{
//TODO 处理数据逻辑
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
else
{
async
onTxmdtetagm06Buttxmsel
(){
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
let
rtnmsg
=
await
this
.
executeRule
(
"txmdtetagm06.buttxmsel"
)
}
if
(
rtnmsg
.
respCode
==
SUCCESS
)
},
{
async
onOrdp0Butsmh
()
{
//TODO 处理数据逻辑
let
rtnmsg
=
await
this
.
executeRule
(
"ordp0.butsmh"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
}
//TODO 处理数据逻辑
else
{
}
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
{
}
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
},
}
async
onTxmdtetagm07Buttxmsel
(){
},
let
rtnmsg
=
await
this
.
executeRule
(
"txmdtetagm07.buttxmsel"
)
async
onTxmdtetagm06Buttxmsel
()
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
let
rtnmsg
=
await
this
.
executeRule
(
"txmdtetagm06.buttxmsel"
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
}
else
else
{
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onTxmdtetagm07Buttxmsel
()
{
async
onTxmdtetagm08Buttxmsel
(){
let
rtnmsg
=
await
this
.
executeRule
(
"txmdtetagm07.buttxmsel"
)
let
rtnmsg
=
await
this
.
executeRule
(
"txmdtetagm08.buttxmsel"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
//TODO 处理数据逻辑
{
//TODO 处理数据逻辑
}
else
{
}
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
else
}
{
},
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
async
onTxmdtetagm08Buttxmsel
()
{
}
let
rtnmsg
=
await
this
.
executeRule
(
"txmdtetagm08.buttxmsel"
)
},
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
}
}
\ No newline at end of file
src/model/Infcld/index.js
View file @
4106de93
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
export
default
class
Infcld
{
export
default
class
Infcld
{
constructor
()
{
constructor
()
{
this
.
data
=
{
this
.
data
=
{
infcon
:{
infcon
:
{
seaownref
:
""
,
// Own Reference .infcon.seaownref
seaownref
:
""
,
// Own Reference .infcon.seaownref
nam
:
""
,
// Name .infcon.nam
nam
:
""
,
// Name .infcon.nam
searef
:
""
,
// Party Reference .infcon.searef
searef
:
""
,
// Party Reference .infcon.searef
pty
:{
pty
:
{
extkey
:
""
,
// Select Single Party .infcon.pty.extkey
extkey
:
""
,
// Select Single Party .infcon.pty.extkey
nam
:
""
,
// External Visible Name .infcon.pty.nam
nam
:
""
,
// External Visible Name .infcon.pty.nam
},
},
seapty
:
""
,
// Party Name/BIC .infcon.seapty
seapty
:
""
,
// Party Name/BIC .infcon.seapty
searol
:
""
,
// Role .infcon.searol
searol
:
""
,
// Role .infcon.searol
opndatfrom
:
""
,
// Opening between .infcon.opndatfrom
opndatfrom
:
""
,
// Opening between .infcon.opndatfrom
opndatto
:
""
,
// Open Date to .infcon.opndatto
opndatto
:
""
,
// Open Date to .infcon.opndatto
usr
:{
usr
:
{
extkey
:
""
,
// User ID .infcon.usr.extkey
extkey
:
""
,
// User ID .infcon.usr.extkey
},
},
seasta
:
""
,
// Status .infcon.seasta
seasta
:
""
,
// Status .infcon.seasta
seacur
:
""
,
// Currency .infcon.seacur
seacur
:
""
,
// Currency .infcon.seacur
seaamtfr
:
""
,
// Amount between .infcon.seaamtfr
seaamtfr
:
""
,
// Amount between .infcon.seaamtfr
seaamtto
:
""
,
// Amount to .infcon.seaamtto
seaamtto
:
""
,
// Amount to .infcon.seaamtto
relflg
:
""
,
// Release Status .infcon.relflg
relflg
:
""
,
// Release Status .infcon.relflg
cxmflg
:
""
,
// 是否显示查询码 .infcon.cxmflg
cxmflg
:
""
,
// 是否显示查询码 .infcon.cxmflg
hndtyp
:
""
,
// Handling Type .infcon.hndtyp
hndtyp
:
""
,
// Handling Type .infcon.hndtyp
chksubcon
:
""
,
// incl. all subcontracts .infcon.chksubcon
chksubcon
:
""
,
// incl. all subcontracts .infcon.chksubcon
chktrnsta
:
""
,
// only active transactions .infcon.chktrnsta
chktrnsta
:
""
,
// only active transactions .infcon.chktrnsta
trnstm
:
""
,
// stream for TRN to selected contract .infcon.trnstm
trnstm
:
""
,
// stream for TRN to selected contract .infcon.trnstm
cbctxt
:
""
,
// CBS Column .infcon.cbctxt
cbctxt
:
""
,
// CBS Column .infcon.cbctxt
cbbstm
:
""
,
// stream of CBBs .infcon.cbbstm
cbbstm
:
""
,
// stream of CBBs .infcon.cbbstm
cbestm
:
""
,
// stream of CBEs .infcon.cbestm
cbestm
:
""
,
// stream of CBEs .infcon.cbestm
feptxtlbl
:
""
,
// label used on FEP-Panel .infcon.feptxtlbl
feptxtlbl
:
""
,
// label used on FEP-Panel .infcon.feptxtlbl
fcptxtlbl
:
""
,
// Text label used on FCP-panel .infcon.fcptxtlbl
fcptxtlbl
:
""
,
// Text label used on FCP-panel .infcon.fcptxtlbl
fepfeecod
:
""
,
// Fee Code .infcon.fepfeecod
fepfeecod
:
""
,
// Fee Code .infcon.fepfeecod
fepdsp
:
""
,
// Disposition .infcon.fepdsp
fepdsp
:
""
,
// Disposition .infcon.fepdsp
fepstm
:
""
,
// stream for FEPs to selected contract .infcon.fepstm
fepstm
:
""
,
// stream for FEPs to selected contract .infcon.fepstm
fcpstm
:
""
,
// stream of foreign charges .infcon.fcpstm
fcpstm
:
""
,
// stream of foreign charges .infcon.fcpstm
fcpdsp
:
""
,
// Disposition .infcon.fcpdsp
fcpdsp
:
""
,
// Disposition .infcon.fcpdsp
setflg
:
""
,
// show temporary settlement that already settled .infcon.setflg
setflg
:
""
,
// show temporary settlement that already settled .infcon.setflg
sepdelflg
:
""
,
// show temporary settlement that already deleted .infcon.sepdelflg
sepdelflg
:
""
,
// show temporary settlement that already deleted .infcon.sepdelflg
sepstm
:
""
,
// stream of SEPs .infcon.sepstm
sepstm
:
""
,
// stream of SEPs .infcon.sepstm
sepp
:{
sepp
:
{
feptxtlbl
:
""
,
// label used for FEP-Stream .infcon.sepp.feptxtlbl
feptxtlbl
:
""
,
// label used for FEP-Stream .infcon.sepp.feptxtlbl
fcptxtlbl
:
""
,
// label used for FCP-Stream .infcon.sepp.fcptxtlbl
fcptxtlbl
:
""
,
// label used for FCP-Stream .infcon.sepp.fcptxtlbl
sepstm
:
""
,
// Stream of selected SEP .infcon.sepp.sepstm
sepstm
:
""
,
// Stream of selected SEP .infcon.sepp.sepstm
fcpstm
:
""
,
// Stream of FCP .infcon.sepp.fcpstm
fcpstm
:
""
,
// Stream of FCP .infcon.sepp.fcpstm
fepstm
:
""
,
// Stream of FEP .infcon.sepp.fepstm
fepstm
:
""
,
// Stream of FEP .infcon.sepp.fepstm
glpstm
:
""
,
// Stream of GLP .infcon.sepp.glpstm
glpstm
:
""
,
// Stream of GLP .infcon.sepp.glpstm
},
},
seabucdatfro
:
""
,
// Booking date from .infcon.seabucdatfro
seabucdatfro
:
""
,
// Booking date from .infcon.seabucdatfro
seabucdatto
:
""
,
// Booking date till used on GLEINFP .infcon.seabucdatto
seabucdatto
:
""
,
// Booking date till used on GLEINFP .infcon.seabucdatto
seatrninr
:
""
,
// Transaction INR .infcon.seatrninr
seatrninr
:
""
,
// Transaction INR .infcon.seatrninr
glestm
:
""
,
// Stream of GLEs .infcon.glestm
glestm
:
""
,
// Stream of GLEs .infcon.glestm
smhcortyp
:
""
,
// Type of Document .infcon.smhcortyp
smhcortyp
:
""
,
// Type of Document .infcon.smhcortyp
smhdatfrom
:
""
,
// Created between .infcon.smhdatfrom
smhdatfrom
:
""
,
// Created between .infcon.smhdatfrom
smhdatto
:
""
,
// created till .infcon.smhdatto
smhdatto
:
""
,
// created till .infcon.smhdatto
smhdir
:
""
,
// Direction .infcon.smhdir
smhdir
:
""
,
// Direction .infcon.smhdir
chktrn
:
""
,
// Active only .infcon.chktrn
chktrn
:
""
,
// Active only .infcon.chktrn
smhstm
:
""
,
// stream of documents to selected contract .infcon.smhstm
smhstm
:
""
,
// stream of documents to selected contract .infcon.smhstm
sptinc
:
""
,
// Incoming .infcon.sptinc
sptinc
:
""
,
// Incoming .infcon.sptinc
sptreg
:
""
,
// Registered .infcon.sptreg
sptreg
:
""
,
// Registered .infcon.sptreg
sptpen
:
""
,
// Pending .infcon.sptpen
sptpen
:
""
,
// Pending .infcon.sptpen
sptcor
:
""
,
// Correction .infcon.sptcor
sptcor
:
""
,
// Correction .infcon.sptcor
sptdel
:
""
,
// Deleted .infcon.sptdel
sptdel
:
""
,
// Deleted .infcon.sptdel
sptstm
:
""
,
// stream for SPT to selected contract .infcon.sptstm
sptstm
:
""
,
// stream for SPT to selected contract .infcon.sptstm
diadatfrom
:
""
,
// Date from .infcon.diadatfrom
diadatfrom
:
""
,
// Date from .infcon.diadatfrom
diadatto
:
""
,
// date till .infcon.diadatto
diadatto
:
""
,
// date till .infcon.diadatto
diasta
:
""
,
// Status .infcon.diasta
diasta
:
""
,
// Status .infcon.diasta
diastm
:
""
,
// stream for diaries to selected contract .infcon.diastm
diastm
:
""
,
// stream for diaries to selected contract .infcon.diastm
liastm
:
""
,
// Stream for all engagements to selected contract .infcon.liastm
liastm
:
""
,
// Stream for all engagements to selected contract .infcon.liastm
ordstm
:
""
,
// Stream for Orders for Contract .infcon.ordstm
ordstm
:
""
,
// Stream for Orders for Contract .infcon.ordstm
trnp
:{
trnp
:
{
sptp
:{
sptp
:
{
ordp0
:{
ordp0
:
{
orddur
:
""
,
// Duration .infcon.trnp.sptp.ordp0.orddur
orddur
:
""
,
// Duration .infcon.trnp.sptp.ordp0.orddur
recget
:{
recget
:
{
sdamod
:{
sdamod
:
{
dadsnd
:
""
,
// Drag Drop Sender .infcon.trnp.sptp.ordp0.recget.sdamod.dadsnd
dadsnd
:
""
,
// Drag Drop Sender .infcon.trnp.sptp.ordp0.recget.sdamod.dadsnd
seainf
:
""
,
// .infcon.trnp.sptp.ordp0.recget.sdamod.seainf
seainf
:
""
,
// .infcon.trnp.sptp.ordp0.recget.sdamod.seainf
},
},
conarg
:{
sector
:
""
,
// Sector .infcon.trnp.sptp.ordp0.conarg.sector
selref
:
""
,
// Contract .infcon.trnp.sptp.ordp0.conarg.selref
selnam
:
""
,
// name of selected contract .infcon.trnp.sptp.ordp0.conarg.selnam
},
pta
:{
ptyextkey
:
""
,
// Ordering Party .infcon.trnp.sptp.ordp0.pta.ptyextkey
nam
:
""
,
// Externally Visible Name of Address .infcon.trnp.sptp.ordp0.pta.nam
},
},
ord
:{
extkey
:
""
,
// Order Number .infcon.trnp.sptp.ord.extkey
nam
:
""
,
// External Readable Identification .infcon.trnp.sptp.ord.nam
inr
:
""
,
// Internal Unique ID of Transaction .infcon.trnp.sptp.ord.inr
ownusr
:
""
,
// Responsible User .infcon.trnp.sptp.ord.ownusr
ownusg
:
""
,
// Responsible Group Optional .infcon.trnp.sptp.ord.ownusg
sta
:
""
,
// Status .infcon.trnp.sptp.ord.sta
chkflg
:
""
,
// Order OK .infcon.trnp.sptp.ord.chkflg
inftxt
:
""
,
// Infotext .infcon.trnp.sptp.ord.inftxt
infdsp
:
""
,
// Infotext .infcon.trnp.sptp.ord.infdsp
inidattim
:
""
,
// Group .infcon.trnp.sptp.ord.inidattim
stadattim
:
""
,
// Timestamp of Last Status Update .infcon.trnp.sptp.ord.stadattim
cpldattim
:
""
,
// Timestamp of Completion .infcon.trnp.sptp.ord.cpldattim
tardattim
:
""
,
// Target for Completion .infcon.trnp.sptp.ord.tardattim
},
},
ordp0
:{
orddur
:
""
,
// Duration .infcon.trnp.ordp0.orddur
recget
:{
sdamod
:{
dadsnd
:
""
,
// Drag Drop Sender .infcon.trnp.ordp0.recget.sdamod.dadsnd
seainf
:
""
,
// .infcon.trnp.ordp0.recget.sdamod.seainf
},
},
conarg
:{
sector
:
""
,
// Sector .infcon.trnp.ordp0.conarg.sector
selref
:
""
,
// Contract .infcon.trnp.ordp0.conarg.selref
selnam
:
""
,
// name of selected contract .infcon.trnp.ordp0.conarg.selnam
},
pta
:{
ptyextkey
:
""
,
// Ordering Party .infcon.trnp.ordp0.pta.ptyextkey
nam
:
""
,
// Externally Visible Name of Address .infcon.trnp.ordp0.pta.nam
},
},
ord
:{
extkey
:
""
,
// Order Number .infcon.trnp.ord.extkey
nam
:
""
,
// External Readable Identification .infcon.trnp.ord.nam
inr
:
""
,
// Internal Unique ID of Transaction .infcon.trnp.ord.inr
ownusr
:
""
,
// Responsible User .infcon.trnp.ord.ownusr
ownusg
:
""
,
// Responsible Group Optional .infcon.trnp.ord.ownusg
sta
:
""
,
// Status .infcon.trnp.ord.sta
chkflg
:
""
,
// Order OK .infcon.trnp.ord.chkflg
inftxt
:
""
,
// Infotext .infcon.trnp.ord.inftxt
infdsp
:
""
,
// Infotext .infcon.trnp.ord.infdsp
inidattim
:
""
,
// Group .infcon.trnp.ord.inidattim
stadattim
:
""
,
// Timestamp of Last Status Update .infcon.trnp.ord.stadattim
cpldattim
:
""
,
// Timestamp of Completion .infcon.trnp.ord.cpldattim
tardattim
:
""
,
// Target for Completion .infcon.trnp.ord.tardattim
},
},
},
},
ordp0
:{
conarg
:
{
orddur
:
""
,
// Duration .infcon.ordp0.orddur
sector
:
""
,
// Sector .infcon.trnp.sptp.ordp0.conarg.sector
recget
:{
selref
:
""
,
// Contract .infcon.trnp.sptp.ordp0.conarg.selref
sdamod
:{
selnam
:
""
,
// name of selected contract .infcon.trnp.sptp.ordp0.conarg.selnam
dadsnd
:
""
,
// Drag Drop Sender .infcon.ordp0.recget.sdamod.dadsnd
seainf
:
""
,
// .infcon.ordp0.recget.sdamod.seainf
},
},
conarg
:{
sector
:
""
,
// Sector .infcon.ordp0.conarg.sector
selref
:
""
,
// Contract .infcon.ordp0.conarg.selref
selnam
:
""
,
// name of selected contract .infcon.ordp0.conarg.selnam
},
pta
:{
ptyextkey
:
""
,
// Ordering Party .infcon.ordp0.pta.ptyextkey
nam
:
""
,
// Externally Visible Name of Address .infcon.ordp0.pta.nam
},
},
},
ord
:{
pta
:
{
extkey
:
""
,
// Order Number .infcon.ord.extkey
ptyextkey
:
""
,
// Ordering Party .infcon.trnp.sptp.ordp0.pta.ptyextkey
nam
:
""
,
// External Readable Identification .infcon.ord.nam
nam
:
""
,
// Externally Visible Name of Address .infcon.trnp.sptp.ordp0.pta.nam
inr
:
""
,
// Internal Unique ID of Transaction .infcon.ord.inr
ownusr
:
""
,
// Responsible User .infcon.ord.ownusr
ownusg
:
""
,
// Responsible Group Optional .infcon.ord.ownusg
sta
:
""
,
// Status .infcon.ord.sta
chkflg
:
""
,
// Order OK .infcon.ord.chkflg
inftxt
:
""
,
// Infotext .infcon.ord.inftxt
infdsp
:
""
,
// Infotext .infcon.ord.infdsp
inidattim
:
""
,
// Group .infcon.ord.inidattim
stadattim
:
""
,
// Timestamp of Last Status Update .infcon.ord.stadattim
cpldattim
:
""
,
// Timestamp of Completion .infcon.ord.cpldattim
tardattim
:
""
,
// Target for Completion .infcon.ord.tardattim
},
},
},
},
infbut
:{
ord
:
{
dspstm
:
""
,
// display stream .infbut.dspstm
extkey
:
""
,
// Order Number .infcon.trnp.sptp.ord.extkey
nam
:
""
,
// External Readable Identification .infcon.trnp.sptp.ord.nam
inr
:
""
,
// Internal Unique ID of Transaction .infcon.trnp.sptp.ord.inr
ownusr
:
""
,
// Responsible User .infcon.trnp.sptp.ord.ownusr
ownusg
:
""
,
// Responsible Group Optional .infcon.trnp.sptp.ord.ownusg
sta
:
""
,
// Status .infcon.trnp.sptp.ord.sta
chkflg
:
""
,
// Order OK .infcon.trnp.sptp.ord.chkflg
inftxt
:
""
,
// Infotext .infcon.trnp.sptp.ord.inftxt
infdsp
:
""
,
// Infotext .infcon.trnp.sptp.ord.infdsp
inidattim
:
""
,
// Group .infcon.trnp.sptp.ord.inidattim
stadattim
:
""
,
// Timestamp of Last Status Update .infcon.trnp.sptp.ord.stadattim
cpldattim
:
""
,
// Timestamp of Completion .infcon.trnp.sptp.ord.cpldattim
tardattim
:
""
,
// Target for Completion .infcon.trnp.sptp.ord.tardattim
},
},
seadoctypcod
:
""
,
// Payment Disposition .seadoctypcod
},
prtpanblk
:
""
,
// XMLPanel prtpan的内置block .prtpanblk
ordp0
:
{
trnmod
:{
orddur
:
""
,
// Duration .infcon.trnp.ordp0.orddur
trndoc
:{
recget
:
{
dtemod
:{
sdamod
:
{
dtetagm06
:
""
,
// Information about Confirmation Instruction .trnmod.trndoc.dtemod.dtetagm06
dadsnd
:
""
,
// Drag Drop Sender .infcon.trnp.ordp0.recget.sdamod.dadsnd
dtetagm07
:
""
,
// Notes from Advising Bank .trnmod.trndoc.dtemod.dtetagm07
seainf
:
""
,
// .infcon.trnp.ordp0.recget.sdamod.seainf
dtetagm08
:
""
,
// Fee of Advising Bank .trnmod.trndoc.dtemod.dtetagm08
dtetagm53typ
:
""
,
// Document Sending Type .trnmod.trndoc.dtemod.dtetagm53typ
dtetagm53nam
:
""
,
// Courier Name .trnmod.trndoc.dtemod.dtetagm53nam
dtetagm53num
:
""
,
// Courier Number .trnmod.trndoc.dtemod.dtetagm53num
},
},
ptsmod
:{
fecinf
:{
fecstm
:
""
,
// Stream of fee conditions of passed object .trnmod.ptsmod.fecinf.fecstm
},
},
cipmod
:{
dddbsh
:
""
,
// 端到端标识号 .trnmod.cipmod.dddbsh
zjg1hh
:
""
,
// 中介机构1行号 .trnmod.cipmod.zjg1hh
zjg1mc
:
""
,
// 中介机构1名称 .trnmod.cipmod.zjg1mc
zjg2hh
:
""
,
// 中介机构2行号 .trnmod.cipmod.zjg2hh
zjg2mc
:
""
,
// 中介机构2名称 .trnmod.cipmod.zjg2mc
dafnzh
:
""
,
// 借记记账账号 .trnmod.cipmod.dafnzh
dafnmc
:
""
,
// 借记记账名称 .trnmod.cipmod.dafnmc
recsehbch
:
""
,
// 收款间接参与者行号 .trnmod.cipmod.recsehbch
staonebch
:
""
,
// 付款直接参与者行号 .trnmod.cipmod.staonebch
recsehbchnam
:
""
,
// 收款间接参与者名称 .trnmod.cipmod.recsehbchnam
staonebchnam
:
""
,
// 付款直接参与者名称 .trnmod.cipmod.staonebchnam
fuynh2
:
""
,
// 附言2 .trnmod.cipmod.fuynh2
fuynh3
:
""
,
// 附言3 .trnmod.cipmod.fuynh3
fuynh4
:
""
,
// 附言4 .trnmod.cipmod.fuynh4
skrdz2
:
""
,
// 收款人地址2 .trnmod.cipmod.skrdz2
skrdz3
:
""
,
// 收款人地址3 .trnmod.cipmod.skrdz3
skrdz4
:
""
,
// 收款人地址4 .trnmod.cipmod.skrdz4
skrdz5
:
""
,
// 收款人地址5 .trnmod.cipmod.skrdz5
fkrdz2
:
""
,
// 付款人地址2 .trnmod.cipmod.fkrdz2
fkrdz3
:
""
,
// 付款人地址3 .trnmod.cipmod.fkrdz3
fkrdz4
:
""
,
// 付款人地址4 .trnmod.cipmod.fkrdz4
fkrdz5
:
""
,
// 付款人地址5 .trnmod.cipmod.fkrdz5
pyebchkey
:
""
,
// 收款行开户行行号 .trnmod.cipmod.pyebchkey
pyebchnam
:
""
,
// 收款行开户行名称 .trnmod.cipmod.pyebchnam
stasehbch
:
""
,
// 付款间接参与者行号 .trnmod.cipmod.stasehbch
stasehbchnam
:
""
,
// 付款间接参与者名称 .trnmod.cipmod.stasehbchnam
fkrdz6
:
""
,
// 付款人地址6 .trnmod.cipmod.fkrdz6
fkrdz7
:
""
,
// 付款人地址7 .trnmod.cipmod.fkrdz7
skrdz6
:
""
,
// 收款人地址6 .trnmod.cipmod.skrdz6
skrdz7
:
""
,
// 收款人地址7 .trnmod.cipmod.skrdz7
covflg
:
""
,
// 112COV .trnmod.cipmod.covflg
fufeih
:
""
,
// 付费行号1 .trnmod.cipmod.fufeih
ffeih2
:
""
,
// 付费行号2 .trnmod.cipmod.ffeih2
fkrkhh
:
""
,
// 付款行开户行行号 .trnmod.cipmod.fkrkhh
fukrhm
:
""
,
// 付款行开户行名称 .trnmod.cipmod.fukrhm
feecod
:
""
,
// 费用承担方 .trnmod.cipmod.feecod
feiyon
:
""
,
// 费用1 .trnmod.cipmod.feiyon
feiyn2
:
""
,
// 费用2 .trnmod.cipmod.feiyn2
fuyns1
:
""
,
// 致收款人银行附言1 .trnmod.cipmod.fuyns1
fuyns2
:
""
,
// 致收款人银行附言2 .trnmod.cipmod.fuyns2
fuyns3
:
""
,
// 致收款人银行附言3 .trnmod.cipmod.fuyns3
fuyns4
:
""
,
// 致收款人银行附言4 .trnmod.cipmod.fuyns4
fyo1bz
:
""
,
// 费用1币种 .trnmod.cipmod.fyo1bz
fyo2bz
:
""
,
// 费用2币种 .trnmod.cipmod.fyo2bz
fkhkhh
:
""
,
// 付款行行号 .trnmod.cipmod.fkhkhh
fkkhmc
:
""
,
// 付款行行名 .trnmod.cipmod.fkkhmc
fkkhzh
:
""
,
// 付款行账号 .trnmod.cipmod.fkkhzh
fkhdzh
:
""
,
// 付款行地址 .trnmod.cipmod.fkhdzh
skkhhh
:
""
,
// 收款行行号 .trnmod.cipmod.skkhhh
skkhhm
:
""
,
// 收款行行名 .trnmod.cipmod.skkhhm
skkhzh
:
""
,
// 收款行账号 .trnmod.cipmod.skkhzh
skkhdz
:
""
,
// 收款行地址 .trnmod.cipmod.skkhdz
ddbhao
:
""
,
// 订单编号 .trnmod.cipmod.ddbhao
ddmisu
:
""
,
// 订单描述 .trnmod.cipmod.ddmisu
fkrzhj
:
""
,
// 付款人组织机构代码 .trnmod.cipmod.fkrzhj
fkrzjh
:
""
,
// 付款人证件号码 .trnmod.cipmod.fkrzjh
fkrzgj
:
""
,
// 付款人常驻国家(地区)代码 .trnmod.cipmod.fkrzgj
fkreid
:
""
,
// 付款人EID .trnmod.cipmod.fkreid
fkfyzh
:
""
,
// 付款非银行支付机构帐号 .trnmod.cipmod.fkfyzh
fkfdz1
:
""
,
// 付款非银行支付机构地址1 .trnmod.cipmod.fkfdz1
fkfdz2
:
""
,
// 付款非银行支付机构地址2 .trnmod.cipmod.fkfdz2
fkfdz3
:
""
,
// 付款非银行支付机构地址3 .trnmod.cipmod.fkfdz3
fkfdz4
:
""
,
// 付款非银行支付机构地址4 .trnmod.cipmod.fkfdz4
fkfdz5
:
""
,
// 付款非银行支付机构地址5 .trnmod.cipmod.fkfdz5
fkfdz6
:
""
,
// 付款非银行支付机构地址6 .trnmod.cipmod.fkfdz6
fkfdz7
:
""
,
// 付款非银行支付机构地址7 .trnmod.cipmod.fkfdz7
skrzhj
:
""
,
// 收款人组织机构代码 .trnmod.cipmod.skrzhj
skrzjh
:
""
,
// 收款人证件号码 .trnmod.cipmod.skrzjh
skrzgj
:
""
,
// 收款人常驻国家(地区)代码 .trnmod.cipmod.skrzgj
skreid
:
""
,
// 收款人EID .trnmod.cipmod.skreid
skfyzh
:
""
,
// 收款非银行支付机构帐号 .trnmod.cipmod.skfyzh
skfdz1
:
""
,
// 收款非银行支付机构地址1 .trnmod.cipmod.skfdz1
skfdz2
:
""
,
// 收款非银行支付机构地址2 .trnmod.cipmod.skfdz2
skfdz3
:
""
,
// 收款非银行支付机构地址3 .trnmod.cipmod.skfdz3
skfdz4
:
""
,
// 收款非银行支付机构地址4 .trnmod.cipmod.skfdz4
skfdz5
:
""
,
// 收款非银行支付机构地址5 .trnmod.cipmod.skfdz5
skfdz6
:
""
,
// 收款非银行支付机构地址6 .trnmod.cipmod.skfdz6
skfdz7
:
""
,
// 收款非银行支付机构地址7 .trnmod.cipmod.skfdz7
ddmsu1
:
""
,
// 订单描述1 .trnmod.cipmod.ddmsu1
ddmsu2
:
""
,
// 订单描述2 .trnmod.cipmod.ddmsu2
ddmsu3
:
""
,
// 订单描述3 .trnmod.cipmod.ddmsu3
ddmsu4
:
""
,
// 订单描述4 .trnmod.cipmod.ddmsu4
ddmsu5
:
""
,
// 订单描述5 .trnmod.cipmod.ddmsu5
ddmsu6
:
""
,
// 订单描述6 .trnmod.cipmod.ddmsu6
ddmsu7
:
""
,
// 订单描述7 .trnmod.cipmod.ddmsu7
ddmsu8
:
""
,
// 订单描述8 .trnmod.cipmod.ddmsu8
skrzjl
:
""
,
// 收款人证件类型 .trnmod.cipmod.skrzjl
fkrzjl
:
""
,
// 付款人证件类型 .trnmod.cipmod.fkrzjl
cfkfzh
:
""
,
// COV付款非银行支付机构帐号 .trnmod.cipmod.cfkfzh
cffdz1
:
""
,
// COV付款非银行支付机构地址1 .trnmod.cipmod.cffdz1
cffdz2
:
""
,
// COV付款非银行支付机构地址2 .trnmod.cipmod.cffdz2
cffdz3
:
""
,
// COV付款非银行支付机构地址3 .trnmod.cipmod.cffdz3
cffdz4
:
""
,
// COV付款非银行支付机构地址4 .trnmod.cipmod.cffdz4
cffdz5
:
""
,
// COV付款非银行支付机构地址5 .trnmod.cipmod.cffdz5
cffdz6
:
""
,
// COV付款非银行支付机构地址6 .trnmod.cipmod.cffdz6
cffdz7
:
""
,
// COV付款非银行支付机构地址7 .trnmod.cipmod.cffdz7
cfkrzj
:
""
,
// COV付款人组织机构代码 .trnmod.cipmod.cfkrzj
cfkzjh
:
""
,
// COV付款人证件号码 .trnmod.cipmod.cfkzjh
cfkrgj
:
""
,
// COV付款人常驻国家(地区)代码 .trnmod.cipmod.cfkrgj
cfkeid
:
""
,
// COV付款人EID .trnmod.cipmod.cfkeid
cskfzh
:
""
,
// COV收款非银行支付机构帐号 .trnmod.cipmod.cskfzh
csfdz1
:
""
,
// COV收款非银行支付机构地址1 .trnmod.cipmod.csfdz1
csfdz2
:
""
,
// COV收款非银行支付机构地址2 .trnmod.cipmod.csfdz2
csfdz3
:
""
,
// COV收款非银行支付机构地址3 .trnmod.cipmod.csfdz3
csfdz4
:
""
,
// COV收款非银行支付机构地址4 .trnmod.cipmod.csfdz4
csfdz6
:
""
,
// COV收款非银行支付机构地址6 .trnmod.cipmod.csfdz6
csfdz7
:
""
,
// COV收款非银行支付机构地址7 .trnmod.cipmod.csfdz7
cskrzj
:
""
,
// COV收款人组织机构代码 .trnmod.cipmod.cskrzj
csfdz5
:
""
,
// COV收款非银行支付机构地址5 .trnmod.cipmod.csfdz5
cskzjh
:
""
,
// COV收款人证件号码 .trnmod.cipmod.cskzjh
cskrgj
:
""
,
// COV收款人常驻国家(地区)代码 .trnmod.cipmod.cskrgj
cskeid
:
""
,
// COV收款人EID .trnmod.cipmod.cskeid
cskzjl
:
""
,
// COV收款人证件类型 .trnmod.cipmod.cskzjl
cfkzjl
:
""
,
// COV付款人证件类型 .trnmod.cipmod.cfkzjl
fqzyhh
:
""
,
// 发起直接参与者行号 .trnmod.cipmod.fqzyhh
jszyhh
:
""
,
// 接收直接参与者行号 .trnmod.cipmod.jszyhh
mxywbs
:
""
,
// 明细业务总笔数 .trnmod.cipmod.mxywbs
mxywje
:
""
,
// 明细业务总金额 .trnmod.cipmod.mxywje
mxywsh
:
""
,
// 明细业务标识号 .trnmod.cipmod.mxywsh
},
},
},
},
pageId
:
""
// ctx的key
conarg
:
{
}
sector
:
""
,
// Sector .infcon.trnp.ordp0.conarg.sector
}
selref
:
""
,
// Contract .infcon.trnp.ordp0.conarg.selref
selnam
:
""
,
// name of selected contract .infcon.trnp.ordp0.conarg.selnam
},
pta
:
{
ptyextkey
:
""
,
// Ordering Party .infcon.trnp.ordp0.pta.ptyextkey
nam
:
""
,
// Externally Visible Name of Address .infcon.trnp.ordp0.pta.nam
},
},
ord
:
{
extkey
:
""
,
// Order Number .infcon.trnp.ord.extkey
nam
:
""
,
// External Readable Identification .infcon.trnp.ord.nam
inr
:
""
,
// Internal Unique ID of Transaction .infcon.trnp.ord.inr
ownusr
:
""
,
// Responsible User .infcon.trnp.ord.ownusr
ownusg
:
""
,
// Responsible Group Optional .infcon.trnp.ord.ownusg
sta
:
""
,
// Status .infcon.trnp.ord.sta
chkflg
:
""
,
// Order OK .infcon.trnp.ord.chkflg
inftxt
:
""
,
// Infotext .infcon.trnp.ord.inftxt
infdsp
:
""
,
// Infotext .infcon.trnp.ord.infdsp
inidattim
:
""
,
// Group .infcon.trnp.ord.inidattim
stadattim
:
""
,
// Timestamp of Last Status Update .infcon.trnp.ord.stadattim
cpldattim
:
""
,
// Timestamp of Completion .infcon.trnp.ord.cpldattim
tardattim
:
""
,
// Target for Completion .infcon.trnp.ord.tardattim
},
},
ordp0
:
{
orddur
:
""
,
// Duration .infcon.ordp0.orddur
recget
:
{
sdamod
:
{
dadsnd
:
""
,
// Drag Drop Sender .infcon.ordp0.recget.sdamod.dadsnd
seainf
:
""
,
// .infcon.ordp0.recget.sdamod.seainf
},
},
conarg
:
{
sector
:
""
,
// Sector .infcon.ordp0.conarg.sector
selref
:
""
,
// Contract .infcon.ordp0.conarg.selref
selnam
:
""
,
// name of selected contract .infcon.ordp0.conarg.selnam
},
pta
:
{
ptyextkey
:
""
,
// Ordering Party .infcon.ordp0.pta.ptyextkey
nam
:
""
,
// Externally Visible Name of Address .infcon.ordp0.pta.nam
},
},
ord
:
{
extkey
:
""
,
// Order Number .infcon.ord.extkey
nam
:
""
,
// External Readable Identification .infcon.ord.nam
inr
:
""
,
// Internal Unique ID of Transaction .infcon.ord.inr
ownusr
:
""
,
// Responsible User .infcon.ord.ownusr
ownusg
:
""
,
// Responsible Group Optional .infcon.ord.ownusg
sta
:
""
,
// Status .infcon.ord.sta
chkflg
:
""
,
// Order OK .infcon.ord.chkflg
inftxt
:
""
,
// Infotext .infcon.ord.inftxt
infdsp
:
""
,
// Infotext .infcon.ord.infdsp
inidattim
:
""
,
// Group .infcon.ord.inidattim
stadattim
:
""
,
// Timestamp of Last Status Update .infcon.ord.stadattim
cpldattim
:
""
,
// Timestamp of Completion .infcon.ord.cpldattim
tardattim
:
""
,
// Target for Completion .infcon.ord.tardattim
},
},
infbut
:
{
dspstm
:
""
,
// display stream .infbut.dspstm
},
seadoctypcod
:
""
,
// Payment Disposition .seadoctypcod
prtpanblk
:
""
,
// XMLPanel prtpan的内置block .prtpanblk
trnmod
:
{
trndoc
:
{
dtemod
:
{
dtetagm06
:
""
,
// Information about Confirmation Instruction .trnmod.trndoc.dtemod.dtetagm06
dtetagm07
:
""
,
// Notes from Advising Bank .trnmod.trndoc.dtemod.dtetagm07
dtetagm08
:
""
,
// Fee of Advising Bank .trnmod.trndoc.dtemod.dtetagm08
dtetagm53typ
:
""
,
// Document Sending Type .trnmod.trndoc.dtemod.dtetagm53typ
dtetagm53nam
:
""
,
// Courier Name .trnmod.trndoc.dtemod.dtetagm53nam
dtetagm53num
:
""
,
// Courier Number .trnmod.trndoc.dtemod.dtetagm53num
},
},
ptsmod
:
{
fecinf
:
{
fecstm
:
""
,
// Stream of fee conditions of passed object .trnmod.ptsmod.fecinf.fecstm
},
},
cipmod
:
{
dddbsh
:
""
,
// 端到端标识号 .trnmod.cipmod.dddbsh
zjg1hh
:
""
,
// 中介机构1行号 .trnmod.cipmod.zjg1hh
zjg1mc
:
""
,
// 中介机构1名称 .trnmod.cipmod.zjg1mc
zjg2hh
:
""
,
// 中介机构2行号 .trnmod.cipmod.zjg2hh
zjg2mc
:
""
,
// 中介机构2名称 .trnmod.cipmod.zjg2mc
dafnzh
:
""
,
// 借记记账账号 .trnmod.cipmod.dafnzh
dafnmc
:
""
,
// 借记记账名称 .trnmod.cipmod.dafnmc
recsehbch
:
""
,
// 收款间接参与者行号 .trnmod.cipmod.recsehbch
staonebch
:
""
,
// 付款直接参与者行号 .trnmod.cipmod.staonebch
recsehbchnam
:
""
,
// 收款间接参与者名称 .trnmod.cipmod.recsehbchnam
staonebchnam
:
""
,
// 付款直接参与者名称 .trnmod.cipmod.staonebchnam
fuynh2
:
""
,
// 附言2 .trnmod.cipmod.fuynh2
fuynh3
:
""
,
// 附言3 .trnmod.cipmod.fuynh3
fuynh4
:
""
,
// 附言4 .trnmod.cipmod.fuynh4
skrdz2
:
""
,
// 收款人地址2 .trnmod.cipmod.skrdz2
skrdz3
:
""
,
// 收款人地址3 .trnmod.cipmod.skrdz3
skrdz4
:
""
,
// 收款人地址4 .trnmod.cipmod.skrdz4
skrdz5
:
""
,
// 收款人地址5 .trnmod.cipmod.skrdz5
fkrdz2
:
""
,
// 付款人地址2 .trnmod.cipmod.fkrdz2
fkrdz3
:
""
,
// 付款人地址3 .trnmod.cipmod.fkrdz3
fkrdz4
:
""
,
// 付款人地址4 .trnmod.cipmod.fkrdz4
fkrdz5
:
""
,
// 付款人地址5 .trnmod.cipmod.fkrdz5
pyebchkey
:
""
,
// 收款行开户行行号 .trnmod.cipmod.pyebchkey
pyebchnam
:
""
,
// 收款行开户行名称 .trnmod.cipmod.pyebchnam
stasehbch
:
""
,
// 付款间接参与者行号 .trnmod.cipmod.stasehbch
stasehbchnam
:
""
,
// 付款间接参与者名称 .trnmod.cipmod.stasehbchnam
fkrdz6
:
""
,
// 付款人地址6 .trnmod.cipmod.fkrdz6
fkrdz7
:
""
,
// 付款人地址7 .trnmod.cipmod.fkrdz7
skrdz6
:
""
,
// 收款人地址6 .trnmod.cipmod.skrdz6
skrdz7
:
""
,
// 收款人地址7 .trnmod.cipmod.skrdz7
covflg
:
""
,
// 112COV .trnmod.cipmod.covflg
fufeih
:
""
,
// 付费行号1 .trnmod.cipmod.fufeih
ffeih2
:
""
,
// 付费行号2 .trnmod.cipmod.ffeih2
fkrkhh
:
""
,
// 付款行开户行行号 .trnmod.cipmod.fkrkhh
fukrhm
:
""
,
// 付款行开户行名称 .trnmod.cipmod.fukrhm
feecod
:
""
,
// 费用承担方 .trnmod.cipmod.feecod
feiyon
:
""
,
// 费用1 .trnmod.cipmod.feiyon
feiyn2
:
""
,
// 费用2 .trnmod.cipmod.feiyn2
fuyns1
:
""
,
// 致收款人银行附言1 .trnmod.cipmod.fuyns1
fuyns2
:
""
,
// 致收款人银行附言2 .trnmod.cipmod.fuyns2
fuyns3
:
""
,
// 致收款人银行附言3 .trnmod.cipmod.fuyns3
fuyns4
:
""
,
// 致收款人银行附言4 .trnmod.cipmod.fuyns4
fyo1bz
:
""
,
// 费用1币种 .trnmod.cipmod.fyo1bz
fyo2bz
:
""
,
// 费用2币种 .trnmod.cipmod.fyo2bz
fkhkhh
:
""
,
// 付款行行号 .trnmod.cipmod.fkhkhh
fkkhmc
:
""
,
// 付款行行名 .trnmod.cipmod.fkkhmc
fkkhzh
:
""
,
// 付款行账号 .trnmod.cipmod.fkkhzh
fkhdzh
:
""
,
// 付款行地址 .trnmod.cipmod.fkhdzh
skkhhh
:
""
,
// 收款行行号 .trnmod.cipmod.skkhhh
skkhhm
:
""
,
// 收款行行名 .trnmod.cipmod.skkhhm
skkhzh
:
""
,
// 收款行账号 .trnmod.cipmod.skkhzh
skkhdz
:
""
,
// 收款行地址 .trnmod.cipmod.skkhdz
ddbhao
:
""
,
// 订单编号 .trnmod.cipmod.ddbhao
ddmisu
:
""
,
// 订单描述 .trnmod.cipmod.ddmisu
fkrzhj
:
""
,
// 付款人组织机构代码 .trnmod.cipmod.fkrzhj
fkrzjh
:
""
,
// 付款人证件号码 .trnmod.cipmod.fkrzjh
fkrzgj
:
""
,
// 付款人常驻国家(地区)代码 .trnmod.cipmod.fkrzgj
fkreid
:
""
,
// 付款人EID .trnmod.cipmod.fkreid
fkfyzh
:
""
,
// 付款非银行支付机构帐号 .trnmod.cipmod.fkfyzh
fkfdz1
:
""
,
// 付款非银行支付机构地址1 .trnmod.cipmod.fkfdz1
fkfdz2
:
""
,
// 付款非银行支付机构地址2 .trnmod.cipmod.fkfdz2
fkfdz3
:
""
,
// 付款非银行支付机构地址3 .trnmod.cipmod.fkfdz3
fkfdz4
:
""
,
// 付款非银行支付机构地址4 .trnmod.cipmod.fkfdz4
fkfdz5
:
""
,
// 付款非银行支付机构地址5 .trnmod.cipmod.fkfdz5
fkfdz6
:
""
,
// 付款非银行支付机构地址6 .trnmod.cipmod.fkfdz6
fkfdz7
:
""
,
// 付款非银行支付机构地址7 .trnmod.cipmod.fkfdz7
skrzhj
:
""
,
// 收款人组织机构代码 .trnmod.cipmod.skrzhj
skrzjh
:
""
,
// 收款人证件号码 .trnmod.cipmod.skrzjh
skrzgj
:
""
,
// 收款人常驻国家(地区)代码 .trnmod.cipmod.skrzgj
skreid
:
""
,
// 收款人EID .trnmod.cipmod.skreid
skfyzh
:
""
,
// 收款非银行支付机构帐号 .trnmod.cipmod.skfyzh
skfdz1
:
""
,
// 收款非银行支付机构地址1 .trnmod.cipmod.skfdz1
skfdz2
:
""
,
// 收款非银行支付机构地址2 .trnmod.cipmod.skfdz2
skfdz3
:
""
,
// 收款非银行支付机构地址3 .trnmod.cipmod.skfdz3
skfdz4
:
""
,
// 收款非银行支付机构地址4 .trnmod.cipmod.skfdz4
skfdz5
:
""
,
// 收款非银行支付机构地址5 .trnmod.cipmod.skfdz5
skfdz6
:
""
,
// 收款非银行支付机构地址6 .trnmod.cipmod.skfdz6
skfdz7
:
""
,
// 收款非银行支付机构地址7 .trnmod.cipmod.skfdz7
ddmsu1
:
""
,
// 订单描述1 .trnmod.cipmod.ddmsu1
ddmsu2
:
""
,
// 订单描述2 .trnmod.cipmod.ddmsu2
ddmsu3
:
""
,
// 订单描述3 .trnmod.cipmod.ddmsu3
ddmsu4
:
""
,
// 订单描述4 .trnmod.cipmod.ddmsu4
ddmsu5
:
""
,
// 订单描述5 .trnmod.cipmod.ddmsu5
ddmsu6
:
""
,
// 订单描述6 .trnmod.cipmod.ddmsu6
ddmsu7
:
""
,
// 订单描述7 .trnmod.cipmod.ddmsu7
ddmsu8
:
""
,
// 订单描述8 .trnmod.cipmod.ddmsu8
skrzjl
:
""
,
// 收款人证件类型 .trnmod.cipmod.skrzjl
fkrzjl
:
""
,
// 付款人证件类型 .trnmod.cipmod.fkrzjl
cfkfzh
:
""
,
// COV付款非银行支付机构帐号 .trnmod.cipmod.cfkfzh
cffdz1
:
""
,
// COV付款非银行支付机构地址1 .trnmod.cipmod.cffdz1
cffdz2
:
""
,
// COV付款非银行支付机构地址2 .trnmod.cipmod.cffdz2
cffdz3
:
""
,
// COV付款非银行支付机构地址3 .trnmod.cipmod.cffdz3
cffdz4
:
""
,
// COV付款非银行支付机构地址4 .trnmod.cipmod.cffdz4
cffdz5
:
""
,
// COV付款非银行支付机构地址5 .trnmod.cipmod.cffdz5
cffdz6
:
""
,
// COV付款非银行支付机构地址6 .trnmod.cipmod.cffdz6
cffdz7
:
""
,
// COV付款非银行支付机构地址7 .trnmod.cipmod.cffdz7
cfkrzj
:
""
,
// COV付款人组织机构代码 .trnmod.cipmod.cfkrzj
cfkzjh
:
""
,
// COV付款人证件号码 .trnmod.cipmod.cfkzjh
cfkrgj
:
""
,
// COV付款人常驻国家(地区)代码 .trnmod.cipmod.cfkrgj
cfkeid
:
""
,
// COV付款人EID .trnmod.cipmod.cfkeid
cskfzh
:
""
,
// COV收款非银行支付机构帐号 .trnmod.cipmod.cskfzh
csfdz1
:
""
,
// COV收款非银行支付机构地址1 .trnmod.cipmod.csfdz1
csfdz2
:
""
,
// COV收款非银行支付机构地址2 .trnmod.cipmod.csfdz2
csfdz3
:
""
,
// COV收款非银行支付机构地址3 .trnmod.cipmod.csfdz3
csfdz4
:
""
,
// COV收款非银行支付机构地址4 .trnmod.cipmod.csfdz4
csfdz6
:
""
,
// COV收款非银行支付机构地址6 .trnmod.cipmod.csfdz6
csfdz7
:
""
,
// COV收款非银行支付机构地址7 .trnmod.cipmod.csfdz7
cskrzj
:
""
,
// COV收款人组织机构代码 .trnmod.cipmod.cskrzj
csfdz5
:
""
,
// COV收款非银行支付机构地址5 .trnmod.cipmod.csfdz5
cskzjh
:
""
,
// COV收款人证件号码 .trnmod.cipmod.cskzjh
cskrgj
:
""
,
// COV收款人常驻国家(地区)代码 .trnmod.cipmod.cskrgj
cskeid
:
""
,
// COV收款人EID .trnmod.cipmod.cskeid
cskzjl
:
""
,
// COV收款人证件类型 .trnmod.cipmod.cskzjl
cfkzjl
:
""
,
// COV付款人证件类型 .trnmod.cipmod.cfkzjl
fqzyhh
:
""
,
// 发起直接参与者行号 .trnmod.cipmod.fqzyhh
jszyhh
:
""
,
// 接收直接参与者行号 .trnmod.cipmod.jszyhh
mxywbs
:
""
,
// 明细业务总笔数 .trnmod.cipmod.mxywbs
mxywje
:
""
,
// 明细业务总金额 .trnmod.cipmod.mxywje
mxywsh
:
""
,
// 明细业务标识号 .trnmod.cipmod.mxywsh
},
},
pageId
:
""
,
// ctx的key
mtabut
:
new
Pub
().
data
.
Mtabut
,
}
}
}
}
\ No newline at end of file
src/views/Business/BusRouter.js
View file @
4106de93
...
@@ -208,11 +208,11 @@ const BusRouter = [
...
@@ -208,11 +208,11 @@ const BusRouter = [
{
path
:
'sptpopup'
,
component
:
Sptpopup
,
name
:
'Sptpopup'
,
meta
:
{
title
:
'待经办详情'
}
},
{
path
:
'sptpopup'
,
component
:
Sptpopup
,
name
:
'Sptpopup'
,
meta
:
{
title
:
'待经办详情'
}
},
{
path
:
'trnfndsDetail'
,
component
:
TrnfndsDetail
,
name
:
'TrnfndsDetail'
,
meta
:
{
title
:
'已完成详情'
}
},
{
path
:
'trnfndsDetail'
,
component
:
TrnfndsDetail
,
name
:
'TrnfndsDetail'
,
meta
:
{
title
:
'已完成详情'
}
},
{
path
:
'inftrnpsDetail'
,
component
:
InftrnpsDetail
,
name
:
'InftrnpsDetail'
,
meta
:
{
title
:
'待复核详情'
}
},
{
path
:
'inftrnpsDetail'
,
component
:
InftrnpsDetail
,
name
:
'InftrnpsDetail'
,
meta
:
{
title
:
'待复核详情'
}
},
{
path
:
'infcld'
,
component
:
Infcld
,
name
:
'Infcld'
,
meta
:
{
title
:
'打包托收查询'
}
},
{
path
:
'cltdav'
,
component
:
Cltdav
,
name
:
'Cltdav'
,
meta
:
{
title
:
'打包托收开立'
}
},
{
path
:
'cltdav'
,
component
:
Cltdav
,
name
:
'Cltdav'
,
meta
:
{
title
:
'打包托收开立'
}
},
{
path
:
'clttra'
,
component
:
Clttra
,
name
:
'Clttra'
,
meta
:
{
title
:
'打包托收催收'
}
},
{
path
:
'clttra'
,
component
:
Clttra
,
name
:
'Clttra'
,
meta
:
{
title
:
'打包托收催收'
}
},
{
path
:
'cltset'
,
component
:
Cltset
,
name
:
'Cltset'
,
meta
:
{
title
:
'打包托收解包'
}
},
{
path
:
'cltset'
,
component
:
Cltset
,
name
:
'Cltset'
,
meta
:
{
title
:
'打包托收解包'
}
},
{
path
:
'infccd'
,
component
:
Infccd
,
name
:
'Infccd'
,
meta
:
{
title
:
'光票托收查询'
}
},
{
path
:
'infccd'
,
component
:
Infccd
,
name
:
'Infccd'
,
meta
:
{
title
:
'光票托收查询'
}
},
{
path
:
'infcld'
,
component
:
Infcld
,
name
:
'Infcld'
,
meta
:
{
title
:
'光票托收查询2'
}
},
{
path
:
'ccttra'
,
component
:
Ccttra
,
name
:
'Ccttra'
,
meta
:
{
title
:
'光票托收催收'
}
},
{
path
:
'ccttra'
,
component
:
Ccttra
,
name
:
'Ccttra'
,
meta
:
{
title
:
'光票托收催收'
}
},
{
path
:
'cctdav'
,
component
:
Cctdav
,
name
:
'Cctdav'
,
meta
:
{
title
:
'光票托收开立'
}
},
{
path
:
'cctdav'
,
component
:
Cctdav
,
name
:
'Cctdav'
,
meta
:
{
title
:
'光票托收开立'
}
},
{
path
:
'cctset'
,
component
:
Cctset
,
name
:
'Cctset'
,
meta
:
{
title
:
'光票托收收汇'
}
},
{
path
:
'cctset'
,
component
:
Cctset
,
name
:
'Cctset'
,
meta
:
{
title
:
'光票托收收汇'
}
},
...
...
src/views/Business/Infcld/Cbsinfp.vue
View file @
4106de93
...
@@ -8,11 +8,11 @@
...
@@ -8,11 +8,11 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<el-form-item
label=
"stream of CBBs"
prop=
"infcon.cbbstm"
>
<el-form-item
label=
"stream of CBBs"
prop=
"infcon.cbbstm"
>
<c-input
v-model=
"model.infcon.cbbstm"
placeholder=
"请输入stream of CBBs"
></c-input>
<c-input
v-model=
"model.infcon.cbbstm"
placeholder=
"请输入stream of CBBs"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
-->
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
src/views/Business/Infcld/Fepinfp.vue
View file @
4106de93
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Fee Code"
prop=
"infcon.fepfeecod"
>
<el-form-item
label=
"Fee Code"
prop=
"infcon.fepfeecod"
>
<c-select
v-model=
"model.infcon.fepfeecod"
style=
"width:100%"
placeholder=
"请选择Fee Code"
>
<c-select
v-model=
"model.infcon.fepfeecod"
style=
"width:100%"
placeholder=
"请选择Fee Code"
>
</c-select>
<el-option
v-for=
"item in codes.fepfeecod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-form-item>
</el-option>
</c-col>
</c-select>
</el-form-item>
<c-col
:span=
"12"
>
</c-col>
<el-form-item
label=
"Disposition"
prop=
"infcon.fepdsp"
>
<c-select
v-model=
"model.infcon.fepdsp"
style=
"width:100%"
placeholder=
"请选择Disposition"
>
<c-col
:span=
"12"
>
</c-select>
<el-form-item
label=
"Disposition"
prop=
"infcon.fepdsp"
>
</el-form-item>
<c-select
v-model=
"model.infcon.fepdsp"
style=
"width:100%"
placeholder=
"请选择Disposition"
>
</c-col>
<el-option
v-for=
"item in codes.fepdsp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
<c-col
:span=
"12"
>
</c-select>
<el-form-item
label=
"stream for FEPs to selected contract"
prop=
"infcon.fepstm"
>
</el-form-item>
<c-input
v-model=
"model.infcon.fepstm"
placeholder=
"请输入stream for FEPs to selected contract"
></c-input>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"stream for FEPs to selected contract"
prop=
"infcon.fepstm"
>
<c-col
:span=
"12"
>
<c-input
v-model=
"model.infcon.fepstm"
placeholder=
"请输入stream for FEPs to selected contract"
></c-input>
<span
v-text=
"model.infcon.feptxtlbl"
data-path=
".infcon.feptxtlbl"
>
</span>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Fee Text"
prop=
"infcon.fepfeecod"
>
<el-form-item
label=
"Disposition"
prop=
"infcon.fcpdsp"
>
<c-input
v-model=
"model.infcon.fepfeecod"
disabled
></c-input>
<c-select
v-model=
"model.infcon.fcpdsp"
style=
"width:100%"
placeholder=
"请选择Disposition"
>
</el-form-item>
</c-select>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.infcon.feptxtlbl"
data-path=
".infcon.feptxtlbl"
>
</span>
<c-col
:span=
"12"
>
</c-col>
<el-form-item
label=
"stream of foreign charges"
prop=
"infcon.fcpstm"
>
<c-input
v-model=
"model.infcon.fcpstm"
placeholder=
"请输入stream of foreign charges"
></c-input>
</el-form-item>
<c-col
:span=
"12"
>
</c-col>
<el-form-item
label=
"stream of foreign charges"
prop=
"infcon.fcpstm"
>
<c-input
v-model=
"model.infcon.fcpstm"
placeholder=
"请输入stream of foreign charges"
></c-input>
<c-col
:span=
"12"
>
</el-form-item>
<span
v-text=
"model.infcon.fcptxtlbl"
data-path=
".infcon.fcptxtlbl"
>
</span>
</c-col>
</c-col>
</div>
<c-col
:span=
"12"
>
<span
v-text=
"model.infcon.fcptxtlbl"
data-path=
".infcon.fcptxtlbl"
>
</span>
</c-col>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
...
@@ -51,19 +54,18 @@ import Event from "~/model/Infcld/Event"
...
@@ -51,19 +54,18 @@ import Event from "~/model/Infcld/Event"
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
(){
data
()
{
return
{
return
{
}
}
},
},
methods
:
{...
Event
},
methods
:
{
...
Event
},
created
:
function
()
{
created
:
function
()
{
}
}
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
src/views/Business/Infcld/Infsea.vue
View file @
4106de93
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-row>
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<c-col
:span=
"12"
>
<!-- 持续展示区 -->
<el-form-item
label=
"Own Reference"
prop=
"infcon.seaownref"
>
<template
v-slot=
"searchSlot"
>
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
placeholder=
"请输入Own Reference"
></c-input>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
:inline=
"true"
label-position=
"right"
</el-form-item>
label-width=
"110px"
size=
"small"
>
</c-col>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"10"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Name"
prop=
"infcon.nam"
>
<el-form-item
label=
"Own Reference"
prop=
"infcon.seaownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
</el-form-item>
placeholder=
"请输入Own Reference"
>
</c-col>
</c-input>
</el-form-item>
<c-col
:span=
"2"
>
</c-col>
<c-button
size=
"small"
type=
"primary"
@
click=
"onInfbutSearow"
>
<c-col
:span=
"8"
>
Search
<el-form-item
label=
"Opening between"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
</c-button>
<c-col
:span=
"11"
>
</c-col>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width:100%"
placeholder=
"请选择Opening between"
></c-date-picker>
<c-col
:span=
"12"
>
</c-col>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
>
<c-col
:span=
"2"
style=
"text-align: center"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
placeholder=
"请输入Party Reference"
></c-input>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width:100%"
<c-col
:span=
"10"
>
placeholder=
"请选择Open Date to"
></c-date-picker>
<el-form-item
label=
"Release Status"
prop=
"infcon.relflg"
>
</c-col>
<c-select
v-model=
"model.infcon.relflg"
style=
"width:100%"
placeholder=
"请选择Release Status"
>
</el-form-item>
</c-select>
</c-col>
</el-form-item>
<c-col
:span=
"8"
>
</c-col>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
<c-col
:span=
"2"
>
placeholder=
"请输入Party Reference"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onInfbutDsp"
>
</c-input>
Display
</el-form-item>
</c-button>
</c-col>
</c-col>
</c-col>
</c-row>
<c-col
:span=
"12"
>
<c-row
v-show=
"searchSlot.searchToggle"
>
<el-form-item
label=
"Handling Type"
prop=
"infcon.hndtyp"
>
<c-col
:span=
"24"
>
<c-select
v-model=
"model.infcon.hndtyp"
style=
"width:100%"
placeholder=
"请选择Handling Type"
>
<c-col
:span=
"8"
>
</c-select>
<el-form-item
label=
"Name"
prop=
"infcon.nam"
style=
"width: 100%"
>
</el-form-item>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"Party Name"
prop=
"infcon.pty.nam"
style=
"width: 100%"
>
<el-form-item
label=
"display stream"
prop=
"infbut.dspstm"
>
<c-input
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
placeholder=
"请输入Party Name"
>
<c-input
v-model=
"model.infbut.dspstm"
placeholder=
"请输入display stream"
></c-input>
</c-input>
</el-form-item>
</c-input>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-col
:span=
"8"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onInfbutExi"
>
<el-form-item
label=
"Party Name/BIC"
prop=
"infcon.seapty"
style=
"width: 100%"
>
Exit
<c-input
v-model=
"model.infcon.seapty"
maxlength=
"24"
</c-button>
placeholder=
"请输入Party Name/BIC"
>
</c-col>
</c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Party Name/BIC"
prop=
"infcon.seapty"
>
<c-col
:span=
"8"
>
<c-input
v-model=
"model.infcon.seapty"
maxlength=
"24"
placeholder=
"请输入Party Name/BIC"
></c-input>
<el-form-item
label=
"Select Single Party"
prop=
"infcon.pty.extkey"
style=
"width: 100%"
>
</el-form-item>
<c-input
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
</c-col>
placeholder=
"请输入Select Single Party"
></c-input>
</el-form-item>
<c-col
:span=
"10"
>
</c-col>
<el-form-item
label=
"External Visible Name"
prop=
"infcon.pty.nam"
>
<c-col
:span=
"8"
>
<c-input
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
placeholder=
"请输入External Visible Name"
></c-input>
<el-form-item
label=
"Resp.User"
prop=
"infcon.usr.extkey"
style=
"width: 100%"
>
</el-form-item>
<c-input
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
placeholder=
"请输入Resp.User"
>
</c-col>
</c-input>
</el-form-item>
<c-col
:span=
"2"
>
</c-col>
<c-button
size=
"small"
type=
"primary"
@
click=
"onInfbutUserow"
>
<c-col
:span=
"8"
>
Use
<el-form-item
label=
"Role"
prop=
"infcon.searol"
style=
"width: 100%"
>
</c-button>
<c-select
v-model=
"model.infcon.searol"
style=
"width:100%"
placeholder=
"请选择Role"
>
</c-col>
<el-option
v-for=
"item in codes.searol2"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-col
:span=
"12"
>
</el-option>
<el-form-item
label=
"User ID"
prop=
"infcon.usr.extkey"
>
</c-select>
<c-input
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"10"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"Role"
prop=
"infcon.searol"
>
<el-form-item
label=
"Status"
prop=
"infcon.seasta"
style=
"width:100%"
>
<c-select
v-model=
"model.infcon.searol"
style=
"width:100%"
placeholder=
"请选择Role"
>
<c-select
v-model=
"model.infcon.seasta"
style=
"width:100%"
placeholder=
"请选择Status"
>
</c-select>
<el-option
v-for=
"item in codes.seasta"
:key=
"item.value"
:label=
"item.label"
</el-form-item>
:value=
"item.value"
>
</c-col>
</el-option>
</c-select>
<c-col
:span=
"2"
>
</el-form-item>
<c-button
size=
"small"
type=
"primary"
@
click=
"onInfbutClr"
>
</c-col>
Clear
<c-col
:span=
"8"
>
</c-button>
<el-form-item
label=
"Amount between"
prop=
"infcon.seaamtfr"
style=
"width: 100%"
>
</c-col>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入Amount between"
>
<c-col
:span=
"12"
>
</c-input>
<el-form-item
label=
"Currency"
prop=
"infcon.seacur"
>
</c-col>
<c-select
v-model=
"model.infcon.seacur"
style=
"width:100%"
placeholder=
"请选择Currency"
>
<c-col
:span=
"2"
style=
"text-align: center"
>
</c-select>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入Amount to"
></c-input>
<c-col
:span=
"10"
>
</c-col>
<el-form-item
label=
"Status"
prop=
"infcon.seasta"
>
</el-form-item>
<c-select
v-model=
"model.infcon.seasta"
style=
"width:100%"
placeholder=
"请选择Status"
>
</c-col>
</c-select>
<c-col
:span=
"8"
>
</el-form-item>
<el-form-item
label=
"Currency"
prop=
"infcon.seacur"
style=
"width:100%"
>
</c-col>
<c-select
v-model=
"model.infcon.seacur"
style=
"width:100%"
placeholder=
"请选择Currency"
>
<c-col
:span=
"2"
>
<el-option
v-for=
"item in codes.curtxt1"
:key=
"item.value"
:label=
"item.label"
<c-button
size=
"small"
type=
"primary"
@
click=
"onInfbutButprt"
>
:value=
"item.value"
>
导Excel
</el-option>
</c-button>
</c-select>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Payment Disposition "
prop=
"seadoctypcod"
style=
"width:100%"
>
<el-form-item
label=
"Opening between"
prop=
"infcon.opndatfrom"
>
<c-select
v-model=
"model.seadoctypcod"
style=
"width:100%"
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width:100%"
placeholder=
"请选择Opening between"
></c-date-picker>
placeholder=
"请选择Payment Disposition "
>
</el-form-item>
<el-option
v-for=
"item in codes.colflg"
:key=
"item.value"
:label=
"item.label"
</c-col>
:value=
"item.value"
>
</el-option>
<c-col
:span=
"12"
>
</c-select>
<el-form-item
label=
"Open Date to"
prop=
"infcon.opndatto"
>
</el-form-item>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width:100%"
placeholder=
"请选择Open Date to"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
</c-col>
</c-row>
</el-form>
</
template
>
</c-list-search>
<c-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount between"
prop=
"infcon.seaamtfr"
>
<c-input
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入Amount between"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Amount to"
prop=
"infcon.seaamtto"
>
<c-input
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入Amount to"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否显示查询码"
prop=
"infcon.cxmflg"
>
<c-select
v-model=
"model.infcon.cxmflg"
style=
"width:100%"
placeholder=
"请选择是否显示查询码"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Payment Disposition "
prop=
"seadoctypcod"
>
<c-select
v-model=
"model.seadoctypcod"
style=
"width:100%"
placeholder=
"请选择Payment Disposition "
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Select Single Party"
prop=
"infcon.pty.extkey"
>
<c-input
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
placeholder=
"请输入Select Single Party"
></c-input>
</el-form-item>
</c-col>
</c-row>
<c-row>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
</c-istream-table>
</c-istream-table>
</c-row>
</c-row>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
...
@@ -186,11 +153,11 @@ import Event from "~/model/Infcld/Event"
...
@@ -186,11 +153,11 @@ import Event from "~/model/Infcld/Event"
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
(){
data
()
{
return
{
return
{
initdialog
:
false
,
initdialog
:
false
,
transactionStatus
:
{
transactionStatus
:
{
busiNo
:
""
,
busiNo
:
""
,
modTimes
:
0
,
modTimes
:
0
,
...
@@ -201,36 +168,27 @@ export default {
...
@@ -201,36 +168,27 @@ export default {
},
},
stmData
:
{
stmData
:
{
columns
:
[
columns
:
[
"4 1
\"
Reference
\"
"
,
"1 1
\"
Reference
\"
150"
,
"5 1
\"\"
"
,
"2 2
\"
Resp. User
\"
150"
,
"6 2
\"
Party Number
\"
"
,
"3 5
\"
Opened
\"
200 4 7"
,
// "18 5 \"MT\" 100",
"4 6
\"
Closed
\"
200 4 7"
,
"7 2
\"
Drawer
\"
"
,
"5 3
\"
Party Number
\"
150"
,
"20 3
\"
Party Number
\"
"
,
"6 4
\"
Collecting Bank
\"
180"
,
"21 3
\"
Deawer
\"
"
,
"7 7
\"
Doc.Amount Cur
\"
150"
,
"1 4
\"
Opened
\"
"
,
"8 8
\"
Doc.Amount
\"
150 8 1 7"
,
"20 4
\"
Closed
\"
"
,
"9 9
\"
Open Amount Cur
\"
150"
,
"21 5
\"
Cur
\"
"
,
"10 10
\"
Open Amount
\"
150 2 8 1 9"
,
"1 5
\"
Cur
\"
"
,
"8 6
\"
Doc.Amount
\"
"
,
"15 6
\"
Open Amount
\"
"
,
/*"17 12 \"Work Branch\" 126",
"16 13 \"Last User\" 76",
"3 14 \"Info\" 50 1 20:0 1 FormatINFDSP",
"19 15 \"Key\" 90",
"10 16 \"Infotext\" 500"*/
],
],
data
:
[
data
:
[
]
]
}
}
}
}
},
},
methods
:
{...
Event
},
methods
:
{
...
Event
},
created
:
function
()
{
created
:
function
()
{
}
}
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
src/views/Business/Infcld/index.vue
View file @
4106de93
...
@@ -7,6 +7,11 @@
...
@@ -7,6 +7,11 @@
<el-tab-pane
label=
"Selection"
name=
"infsea"
>
<el-tab-pane
label=
"Selection"
name=
"infsea"
>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000013 -->
<!--PD000013 -->
<el-tab-pane
label=
"Transactions"
name=
"trnpan"
>
<el-tab-pane
label=
"Transactions"
name=
"trnpan"
>
...
@@ -32,12 +37,7 @@
...
@@ -32,12 +37,7 @@
<el-tab-pane
label=
"SEP Info"
name=
"sepinfp"
>
<el-tab-pane
label=
"SEP Info"
name=
"sepinfp"
>
<m-sepinfp
:model=
"model"
:codes=
"codes"
/>
<m-sepinfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"Details of Temporary"
name=
"sepp0"
>
<m-sepp0
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000177 -->
<!--PD000177 -->
<el-tab-pane
label=
"GLE Bookings"
name=
"gleinfp"
>
<el-tab-pane
label=
"GLE Bookings"
name=
"gleinfp"
>
<m-gleinfp
:model=
"model"
:codes=
"codes"
/>
<m-gleinfp
:model=
"model"
:codes=
"codes"
/>
...
@@ -129,12 +129,14 @@ import Fecp from "./Fecp"
...
@@ -129,12 +129,14 @@ import Fecp from "./Fecp"
import
Cips
from
"./Cips"
import
Cips
from
"./Cips"
import
Cips2
from
"./Cips2"
import
Cips2
from
"./Cips2"
import
Cips3
from
"./Cips3"
import
Cips3
from
"./Cips3"
import
Coninfp
from
"~/views/Public/Coninfp"
export
default
{
export
default
{
name
:
"Infcld"
,
name
:
"Infcld"
,
components
:{
components
:{
"m-infsea"
:
Infsea
,
"m-infsea"
:
Infsea
,
"m-coninfp"
:
Coninfp
,
"m-trnpan"
:
Trnpan
,
"m-trnpan"
:
Trnpan
,
"m-cbsinfp"
:
Cbsinfp
,
"m-cbsinfp"
:
Cbsinfp
,
"m-cbeinfp"
:
Cbeinfp
,
"m-cbeinfp"
:
Cbeinfp
,
...
@@ -162,7 +164,7 @@ export default {
...
@@ -162,7 +164,7 @@ export default {
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
data
(){
data
(){
return
{
return
{
tabVal
:
""
,
tabVal
:
"
infsea
"
,
trnName
:
"infcld"
,
trnName
:
"infcld"
,
model
:
new
Infcld
().
data
,
model
:
new
Infcld
().
data
,
checkRules
:
Check
,
checkRules
:
Check
,
...
@@ -170,6 +172,7 @@ export default {
...
@@ -170,6 +172,7 @@ export default {
pattern
:
Pattern
,
pattern
:
Pattern
,
rules
:
null
,
rules
:
null
,
codes
:
{
codes
:
{
...
CodeTable
},
},
}
}
},
},
...
...
src/views/Layout/SideMenu.vue
View file @
4106de93
...
@@ -113,6 +113,7 @@ export default {
...
@@ -113,6 +113,7 @@ export default {
{
inifrm
:
"infltd"
,
ininam
:
"转让信用证查询"
,
pntmiu
:
"7"
},
{
inifrm
:
"infltd"
,
ininam
:
"转让信用证查询"
,
pntmiu
:
"7"
},
{
inifrm
:
"infbtd"
,
ininam
:
"转让信用证单据查询"
,
pntmiu
:
"7"
},
{
inifrm
:
"infbtd"
,
ininam
:
"转让信用证单据查询"
,
pntmiu
:
"7"
},
{
inifrm
:
"8"
,
ininam
:
"打包托收"
,
pntmiu
:
""
},
{
inifrm
:
"8"
,
ininam
:
"打包托收"
,
pntmiu
:
""
},
{
inifrm
:
"infcld"
,
ininam
:
"打包托收查询"
,
pntmiu
:
"8"
},
{
inifrm
:
"cltdav"
,
ininam
:
"打包托收开立"
,
pntmiu
:
"8"
},
{
inifrm
:
"cltdav"
,
ininam
:
"打包托收开立"
,
pntmiu
:
"8"
},
{
inifrm
:
"clttra"
,
ininam
:
"打包托收催收"
,
pntmiu
:
"8"
},
{
inifrm
:
"clttra"
,
ininam
:
"打包托收催收"
,
pntmiu
:
"8"
},
{
inifrm
:
"cltset"
,
ininam
:
"打包托收解包"
,
pntmiu
:
"8"
},
{
inifrm
:
"cltset"
,
ininam
:
"打包托收解包"
,
pntmiu
:
"8"
},
...
...
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