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
fukai
vue-gjjs
Commits
1070165f
Commit
1070165f
authored
Aug 09, 2022
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
botdav 跨境人民币事件增加、字段增加、页面引用
parent
cd39a669
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
256 additions
and
216 deletions
+256
-216
Default.js
src/model/Botdav/Default.js
+1
-1
index.js
src/model/Botdav/index.js
+235
-211
Inst.vue
src/views/Business/Botdav/Inst.vue
+1
-1
Ovwp.vue
src/views/Business/Botdav/Ovwp.vue
+8
-1
index.vue
src/views/Business/Botdav/index.vue
+11
-2
No files found.
src/model/Botdav/Default.js
View file @
1070165f
...
...
@@ -35,7 +35,7 @@ export default {
"bodgrp.drr.pts.adrblk"
:
Utils
.
defaultFunction
,
"bodgrp.cbs.max.amt"
:
Utils
.
defaultFunction
,
"bodgrp.rec.doctypcod"
:
Utils
.
defaultFunction
,
"bodgrp.cbs.max.cur"
:
Utils
.
defaultFunction
,
//
"bodgrp.cbs.max.cur" :Utils.defaultFunction,
"bodgrp.rec.shpdat"
:
Utils
.
defaultFunction
,
"bodgrp.rec.matpercnt"
:
Utils
.
defaultFunction
,
"bodgrp.rec.matperbeg"
:
Utils
.
defaultFunction
,
...
...
src/model/Botdav/index.js
View file @
1070165f
...
...
@@ -3,220 +3,243 @@ import Api from "~/service/Api"
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
export
default
class
Botdav
{
constructor
()
{
this
.
data
=
{
botcoll3blk
:
""
,
botcoll1blk
:
""
,
botdrrl1blk
:
""
,
botcoll4blk
:
""
,
export
default
class
Botdav
{
constructor
()
{
this
.
data
=
{
botcoll3blk
:
""
,
botcoll1blk
:
""
,
botdrrl1blk
:
""
,
botcoll4blk
:
""
,
liaall
:
new
Pub
().
data
.
Liaall
,
bodgrp
:{
rec
:{
matpertyp
:
""
,
// Days/Months or Years for Maturity Period .bodgrp.rec.matpertyp
ownref
:
""
,
// Reference .bodgrp.rec.ownref
nam
:
""
,
// Name .bodgrp.rec.nam
dircolflg
:
""
,
// Direct Collection .bodgrp.rec.dircolflg
resflg
:
""
,
// Reservated Contract .bodgrp.rec.resflg
rcvdat
:
""
,
// Order Date .bodgrp.rec.rcvdat
shpdat
:
""
,
// Shipment date .bodgrp.rec.shpdat
predat
:
""
,
// Presentation Date .bodgrp.rec.predat
advdat
:
""
,
// Dispatched on .bodgrp.rec.advdat
doctypcod
:
""
,
// Collection Condition .bodgrp.rec.doctypcod
matdat
:
""
,
// Maturity Date .bodgrp.rec.matdat
matpercnt
:
""
,
// Tenor Specification .bodgrp.rec.matpercnt
matperbeg
:
""
,
// Starting from .bodgrp.rec.matperbeg
stacty
:
""
,
// Country Code Risk Country! .bodgrp.rec.stacty
stagod
:
""
,
// Goods Code .bodgrp.rec.stagod
invtyp
:
""
,
// Maturity Date .bodgrp.rec.invtyp
paydoctyp
:
""
,
// Financial Document .bodgrp.rec.paydoctyp
paydocnum
:
""
,
// Document Number .bodgrp.rec.paydocnum
issdat
:
""
,
// Issued on .bodgrp.rec.issdat
ccdndrflg
:
""
,
// Truncation - Physical Document Kept w OWN .bodgrp.rec.ccdndrflg
ccdpurflg
:
""
,
// Payment Under Reserve .bodgrp.rec.ccdpurflg
chato
:
""
,
// Our Charges to .bodgrp.rec.chato
focflg
:
""
,
// Free of Payment .bodgrp.rec.focflg
waicolcod
:
""
,
// Protest Instructions .bodgrp.rec.waicolcod
wairmtcod
:
""
,
// Waive Remitting Bank Charges .bodgrp.rec.wairmtcod
othins
:
""
,
// Defer Payment until .bodgrp.rec.othins
lescom
:
""
,
// Warehouse/Insurance .bodgrp.rec.lescom
shpfro
:
""
,
// Shipment from .bodgrp.rec.shpfro
shpto
:
""
,
// For Transportation to .bodgrp.rec.shpto
},
cbs
:{
max
:{
cur
:
""
,
// Document Amount .bodgrp.cbs.max.cur
amt
:
""
,
// Document Amount .bodgrp.cbs.max.amt
},
opn1
:{
cur
:
""
,
// Warehouse/Insurance .bodgrp.cbs.opn1.cur
amt
:
""
,
// Open Amount .bodgrp.cbs.opn1.amt
},
},
blk
:{
docpre
:
""
,
// bodgrp.blk.docpre
bogdet
:
""
,
// Tenor Details Text .bodgrp.blk.bogdet
cctinsrcv
:
""
,
// Instructions Received .bodgrp.blk.cctinsrcv
cctinscol
:
""
,
// Collection Instruction .bodgrp.blk.cctinscol
colins
:
""
,
// Collection Instructions .bodgrp.blk.colins
colinsflg
:
""
,
// Collection instructions modified .bodgrp.blk.colinsflg
dftins
:
""
,
// Draft Instructions .bodgrp.blk.dftins
proins
:
""
,
// Protest Instructions .bodgrp.blk.proins
othins
:
""
,
// Other Instructions .bodgrp.blk.othins
chgtxt
:
""
,
// Charges Text .bodgrp.blk.chgtxt
delins
:
""
,
// Delivery instructions .bodgrp.blk.delins
intins
:
""
,
// Interest Instructions .bodgrp.blk.intins
setinsbo
:
""
,
// Settlement insrtrctions .bodgrp.blk.setinsbo
agtaut
:
""
,
// Authority of Agent .bodgrp.blk.agtaut
goddes
:
""
,
// Description of Goods .bodgrp.blk.goddes
},
drr
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .bodgrp.drr.namelc
adrelc
:
""
,
// 地址 .bodgrp.drr.adrelc
dbfadrblkcn
:
""
,
// Chinese address .bodgrp.drr.dbfadrblkcn
},
col
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .bodgrp.col.namelc
adrelc
:
""
,
// 地址 .bodgrp.col.adrelc
dbfadrblkcn
:
""
,
// Chinese address .bodgrp.col.dbfadrblkcn
},
dre
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .bodgrp.dre.namelc
adrelc
:
""
,
// 地址 .bodgrp.dre.adrelc
dbfadrblkcn
:
""
,
// Chinese address .bodgrp.dre.dbfadrblkcn
},
srm
:{
djuusr
:
""
,
// 单据出具人 .bodgrp.srm.djuusr
djudat
:
""
,
// 单据出具日期 .bodgrp.srm.djudat
djuref
:
""
,
// 货权单据编号 .bodgrp.srm.djuref
djutyp
:
""
,
// 单据类型 .bodgrp.srm.djutyp
},
bodgrp
:
{
rec
:
{
matpertyp
:
""
,
// Days/Months or Years for Maturity Period .bodgrp.rec.matpertyp
ownref
:
""
,
// Reference .bodgrp.rec.ownref
nam
:
""
,
// Name .bodgrp.rec.nam
dircolflg
:
""
,
// Direct Collection .bodgrp.rec.dircolflg
resflg
:
""
,
// Reservated Contract .bodgrp.rec.resflg
rcvdat
:
""
,
// Order Date .bodgrp.rec.rcvdat
shpdat
:
""
,
// Shipment date .bodgrp.rec.shpdat
predat
:
""
,
// Presentation Date .bodgrp.rec.predat
advdat
:
""
,
// Dispatched on .bodgrp.rec.advdat
doctypcod
:
""
,
// Collection Condition .bodgrp.rec.doctypcod
matdat
:
""
,
// Maturity Date .bodgrp.rec.matdat
matpercnt
:
""
,
// Tenor Specification .bodgrp.rec.matpercnt
matperbeg
:
""
,
// Starting from .bodgrp.rec.matperbeg
stacty
:
""
,
// Country Code Risk Country! .bodgrp.rec.stacty
stagod
:
""
,
// Goods Code .bodgrp.rec.stagod
invtyp
:
""
,
// Maturity Date .bodgrp.rec.invtyp
paydoctyp
:
""
,
// Financial Document .bodgrp.rec.paydoctyp
paydocnum
:
""
,
// Document Number .bodgrp.rec.paydocnum
issdat
:
""
,
// Issued on .bodgrp.rec.issdat
ccdndrflg
:
""
,
// Truncation - Physical Document Kept w OWN .bodgrp.rec.ccdndrflg
ccdpurflg
:
""
,
// Payment Under Reserve .bodgrp.rec.ccdpurflg
chato
:
""
,
// Our Charges to .bodgrp.rec.chato
focflg
:
""
,
// Free of Payment .bodgrp.rec.focflg
waicolcod
:
""
,
// Protest Instructions .bodgrp.rec.waicolcod
wairmtcod
:
""
,
// Waive Remitting Bank Charges .bodgrp.rec.wairmtcod
othins
:
""
,
// Defer Payment until .bodgrp.rec.othins
lescom
:
""
,
// Warehouse/Insurance .bodgrp.rec.lescom
shpfro
:
""
,
// Shipment from .bodgrp.rec.shpfro
shpto
:
""
,
// For Transportation to .bodgrp.rec.shpto
},
cbs
:
{
max
:
{
cur
:
""
,
// Document Amount .bodgrp.cbs.max.cur
amt
:
""
,
// Document Amount .bodgrp.cbs.max.amt
},
opn1
:
{
cur
:
""
,
// Warehouse/Insurance .bodgrp.cbs.opn1.cur
amt
:
""
,
// Open Amount .bodgrp.cbs.opn1.amt
},
},
blk
:
{
docpre
:
""
,
// bodgrp.blk.docpre
bogdet
:
""
,
// Tenor Details Text .bodgrp.blk.bogdet
cctinsrcv
:
""
,
// Instructions Received .bodgrp.blk.cctinsrcv
cctinscol
:
""
,
// Collection Instruction .bodgrp.blk.cctinscol
colins
:
""
,
// Collection Instructions .bodgrp.blk.colins
colinsflg
:
""
,
// Collection instructions modified .bodgrp.blk.colinsflg
dftins
:
""
,
// Draft Instructions .bodgrp.blk.dftins
proins
:
""
,
// Protest Instructions .bodgrp.blk.proins
othins
:
""
,
// Other Instructions .bodgrp.blk.othins
chgtxt
:
""
,
// Charges Text .bodgrp.blk.chgtxt
delins
:
""
,
// Delivery instructions .bodgrp.blk.delins
intins
:
""
,
// Interest Instructions .bodgrp.blk.intins
setinsbo
:
""
,
// Settlement insrtrctions .bodgrp.blk.setinsbo
agtaut
:
""
,
// Authority of Agent .bodgrp.blk.agtaut
goddes
:
""
,
// Description of Goods .bodgrp.blk.goddes
},
drr
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .bodgrp.drr.namelc
adrelc
:
""
,
// 地址 .bodgrp.drr.adrelc
dbfadrblkcn
:
""
,
// Chinese address .bodgrp.drr.dbfadrblkcn
},
col
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .bodgrp.col.namelc
adrelc
:
""
,
// 地址 .bodgrp.col.adrelc
dbfadrblkcn
:
""
,
// Chinese address .bodgrp.col.dbfadrblkcn
},
dre
:
{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .bodgrp.dre.namelc
adrelc
:
""
,
// 地址 .bodgrp.dre.adrelc
dbfadrblkcn
:
""
,
// Chinese address .bodgrp.dre.dbfadrblkcn
},
srm
:
{
djuusr
:
""
,
// 单据出具人 .bodgrp.srm.djuusr
djudat
:
""
,
// 单据出具日期 .bodgrp.srm.djudat
djuref
:
""
,
// 货权单据编号 .bodgrp.srm.djuref
djutyp
:
""
,
// 单据类型 .bodgrp.srm.djutyp
},
},
botp
:
{
ptsaddp
:
{
ptsaddg
:
[],
},
recget
:
{
sdamod
:
{
seainf
:
""
,
// .botp.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .botp.recget.sdamod.dadsnd
},
},
usr
:
{
extkey
:
""
,
// Responsible User .botp.usr.extkey
},
usrget
:
{
sdamod
:
{
seainf
:
""
,
// .botp.usrget.sdamod.seainf
},
},
docgrdm
:
{
docgrd
:
""
,
docdsclab
:
""
,
// Label of document description .botp.docgrdm.docdsclab
},
drrp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .botp.drrp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .botp.drrp.ptsget.sdamod.dadsnd
},
},
},
colp
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .botp.colp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .botp.colp.ptsget.sdamod.dadsnd
},
botp
:{
ptsaddp
:{
ptsaddg
:
[],
},
recget
:{
sdamod
:{
seainf
:
""
,
// .botp.recget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .botp.recget.sdamod.dadsnd
},
},
usr
:{
extkey
:
""
,
// Responsible User .botp.usr.extkey
},
usrget
:{
sdamod
:{
seainf
:
""
,
// .botp.usrget.sdamod.seainf
},
},
docgrdm
:{
docgrd
:
""
,
docdsclab
:
""
,
// Label of document description .botp.docgrdm.docdsclab
},
drrp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .botp.drrp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .botp.drrp.ptsget.sdamod.dadsnd
},
},
},
colp
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .botp.colp.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .botp.colp.ptsget.sdamod.dadsnd
},
},
},
drep
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .botp.drep.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .botp.drep.ptsget.sdamod.dadsnd
},
},
},
},
},
drep
:
{
ptsget
:
{
sdamod
:
{
seainf
:
""
,
// .botp.drep.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .botp.drep.ptsget.sdamod.dadsnd
},
// setmod:{
// docamttyplab:"", // settled amount description as label .setmod.docamttyplab
// retmsg:"", // Label showing Retry overflow condition .setmod.retmsg
// ref:"", // our reference .setmod.ref
// doccur:"", // document currency .setmod.doccur
// docamt:"", // document amount .setmod.docamt
// dspflg:"", // Type of settlement .setmod.dspflg
// xreflg:"", // Recalculate Rates .setmod.xreflg
// setglg:{
// labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
// setgll:[]
// },
// zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
// zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
// setfog:{
// setfol:[]
// },
// setfeg:{
// setfel:[]
// },
// glemod:{
// gleshwstm: {}
// }
// },
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:{
coninf
:{
oitinf
:{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit
:{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset
:{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit
:{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitset.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat
:
""
,
// 执行日期 .mtabut.coninf.conexedat
usr
:{
extkey
:
""
,
// User ID .mtabut.coninf.usr.extkey
},
},
},
},
},
// setmod:{
// docamttyplab:"", // settled amount description as label .setmod.docamttyplab
// retmsg:"", // Label showing Retry overflow condition .setmod.retmsg
// ref:"", // our reference .setmod.ref
// doccur:"", // document currency .setmod.doccur
// docamt:"", // document amount .setmod.docamt
// dspflg:"", // Type of settlement .setmod.dspflg
// xreflg:"", // Recalculate Rates .setmod.xreflg
// setglg:{
// labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
// setgll:[]
// },
// zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
// zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
// setfog:{
// setfol:[]
// },
// setfeg:{
// setfel:[]
// },
// glemod:{
// gleshwstm: {}
// }
// },
setmod
:
new
Pub
().
data
.
Setmod
,
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
},
// trnmod:{
// trndoc:{
// advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
// amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
// advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
// advnam:"", // 国内证落款 .trnmod.trndoc.advnam
// amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
// doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
// doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
// shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
// shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
// condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
// rcvatt:{
// seainf:"", // .trnmod.trndoc.rcvatt.seainf
// },
// filrecv:"", // File Receiver .trnmod.trndoc.filrecv
// },
// },
trnmod
:
new
Pub
().
data
.
Trnmod
,
cnybop
:{
cnyflg
:
""
,
// 是否报送跨境人民币2101表 .cnybop.cnyflg
traflg
:
""
,
// 是否报送跨境人民币2107表 .cnybop.traflg
outflg
:
""
,
// 是否报送跨境人民币2111表 .cnybop.outflg
libflg
:
""
,
// 是否报送跨境人民币2106表 .cnybop.libflg
vouflg
:
""
,
// 是否报送跨境人民币2122表 .cnybop.vouflg
},
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
},
pageId
:
""
// ctx的key
}
}
},
conexedat
:
""
,
// 执行日期 .mtabut.coninf.conexedat
usr
:
{
extkey
:
""
,
// User ID .mtabut.coninf.usr.extkey
},
},
},
// trnmod:{
// trndoc:{
// advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
// amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
// advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
// advnam:"", // 国内证落款 .trnmod.trndoc.advnam
// amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
// doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
// doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
// shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
// shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
// condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
// rcvatt:{
// seainf:"", // .trnmod.trndoc.rcvatt.seainf
// },
// filrecv:"", // File Receiver .trnmod.trndoc.filrecv
// },
// },
trnmod
:
new
Pub
().
data
.
Trnmod
,
cnybop
:
{
cnyflg
:
""
,
// 是否报送跨境人民币2101表 .cnybop.cnyflg
traflg
:
""
,
// 是否报送跨境人民币2107表 .cnybop.traflg
outflg
:
""
,
// 是否报送跨境人民币2111表 .cnybop.outflg
libflg
:
""
,
// 是否报送跨境人民币2106表 .cnybop.libflg
vouflg
:
""
,
// 是否报送跨境人民币2122表 .cnybop.vouflg
cnylib
:
{
spk
:
""
,
// 业务主键 .cnybop.cnylib.spk
sbankorgcode
:
""
,
// 银行机构代码 .cnybop.cnylib.sbankorgcode
stransattr
:
""
,
// 业务属性 .cnybop.cnylib.stransattr
stranstype
:
""
,
// 业务类型 .cnybop.cnylib.stranstype
sforbankswiftbic
:
""
,
// 境外对手行代码 .cnybop.cnylib.sforbankswiftbic
sorgcode
:
""
,
// 境内企业机构代码 .cnybop.cnylib.sorgcode
sforeigncountrycode
:
""
,
// 境外企业国别地区代码 .cnybop.cnylib.sforeigncountrycode
doccurdate
:
""
,
// 业务发生日期 .cnybop.cnylib.doccurdate
denddate
:
""
,
// 业务到期日 .cnybop.cnylib.denddate
dcreditenddate
:
""
,
// 信用证到期日 .cnybop.cnylib.dcreditenddate
famt
:
""
,
// 金额 .cnybop.cnylib.famt
dexchangedate
:
""
,
// 承兑日期 .cnybop.cnylib.dexchangedate
dexchangeenddate
:
""
,
// 承兑到期日 .cnybop.cnylib.dexchangeenddate
sbanktrano
:
""
,
// 银行业务编号 .cnybop.cnylib.sbanktrano
stermtype
:
""
,
// 期限条件 .cnybop.cnylib.stermtype
currencycode
:
""
,
// 币种 .cnybop.cnylib.currencycode
},
sorgname
:
""
,
// 境内企业名称 .cnybop.sorgname
sforeignorgname
:
""
,
// 境外企业名称 .cnybop.sforeignorgname
saddwordlib
:
""
,
// 交易附言 .cnybop.saddwordlib
sbankname
:
""
,
// 银行机构名称 .cnybop.sbankname
fexchangeamt
:
""
,
// 承兑金额 .cnybop.fexchangeamt
},
pageId
:
""
// ctx的key
}
}
}
\ No newline at end of file
src/views/Business/Botdav/Inst.vue
View file @
1070165f
...
...
@@ -50,7 +50,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bodgrp.blk.colinsflg"
>
<c-checkbox
v-model=
"colinsflg"
>
Collection i
nstructions modified
</c-checkbox>
<c-checkbox
v-model=
"colinsflg"
>
Delivery of Documents I
nstructions modified
</c-checkbox>
</el-form-item>
</c-col>
...
...
src/views/Business/Botdav/Ovwp.vue
View file @
1070165f
...
...
@@ -50,7 +50,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Document Amount"
prop=
"bodgrp.cbs.max.cur"
>
<c-select
v-model=
"model.bodgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
>
<c-select
v-model=
"model.bodgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
@
change=
"changeCur"
>
<el-option
v-for=
"item in codes.currencycode"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -322,6 +322,13 @@
},
methods
:
{
...
Event
,
changeCur
(){
this
.
executeDefault
(
"bodgrp.cbs.max.cur"
).
then
((
res
)
=>
{
if
((
res
.
respCode
==
SUCCESS
))
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
});
},
addTableValue
(
index
)
{
var
newTableValue
=
Object
.
assign
({},
this
.
newValue
);
const
serial
=
Utils
.
generateUUID
();
...
...
src/views/Business/Botdav/index.vue
View file @
1070165f
...
...
@@ -31,7 +31,7 @@
<!--Parties -->
<el-tab-pane
label=
"Parties"
name=
"ptyp"
>
<c-content>
<m-ptyp
:model=
"model"
/>
<m-ptyp
:model=
"model"
/>
</c-content>
</el-tab-pane>
...
...
@@ -77,10 +77,17 @@
</el-tab-pane>
<!--跨境人民币申报 -->
<el-tab-pane
label=
"跨境人民币申报"
name=
"cnyp"
>
<el-tab-pane
label=
"跨境人民币申报"
name=
"cnyp"
>
<m-cnyp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"2106银行跟单结算及表外融资"
name=
"libp"
v-if=
"model.cnybop.libflg ==='1'"
>
<c-content>
<m-libp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--货权单据 -->
<el-tab-pane
label=
"货权单据"
name=
"srmp"
>
<m-srmp
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -117,6 +124,7 @@
import
Engp
from
"~/views/Public/Engp"
import
Glepan
from
"~/views/Public/Glepan"
import
Doctre
from
"~/views/Public/Doctre"
import
Libp
from
'../Betsnd/Libp'
export
default
{
...
...
@@ -133,6 +141,7 @@
"m-cnyp"
:
Cnyp
,
"m-srmp"
:
Srmp
,
"m-engp"
:
Engp
,
'm-libp'
:
Libp
,
"m-glepan"
:
Glepan
,
},
...
...
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