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
b5174475
Commit
b5174475
authored
Jul 21, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ditdav,ditdla,bdtcan,botset优化
parent
8dd21890
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
352 additions
and
333 deletions
+352
-333
Pattern.js
src/model/Bdtcan/Pattern.js
+5
-5
index.js
src/model/Bdtcan/index.js
+25
-22
index.js
src/model/Botame/index.js
+76
-76
index.js
src/model/Botcan/index.js
+64
-64
Pattern.js
src/model/Botset/Pattern.js
+3
-3
index.js
src/model/Botset/index.js
+106
-106
Pattern.js
src/model/Ditdav/Pattern.js
+6
-6
index.js
src/model/Ditdav/index.js
+23
-22
Pattern.js
src/model/Ditdla/Pattern.js
+10
-10
Basp.vue
src/views/Business/Botset/Basp.vue
+0
-0
Cnyp.vue
src/views/Business/Botset/Cnyp.vue
+1
-1
Setp.vue
src/views/Business/Botset/Setp.vue
+21
-16
Wg.vue
src/views/Business/Botset/Wg.vue
+12
-1
Davp.vue
src/views/Business/Ditdav/Davp.vue
+0
-1
No files found.
src/model/Bdtcan/Pattern.js
View file @
b5174475
...
...
@@ -21,7 +21,7 @@ export default {
"didgrp.cbs.opn1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"bdtp0.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -153,14 +153,14 @@ export default {
],
"mtabut.coninf.oitinf.oit.inftxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
//
{type: "string", required: true, message: "必输项"},
//
{max: 60,message:"长度不能超过60"}
],
"mtabut.coninf.oitset.oit.inftxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
//
{type: "string", required: true, message: "必输项"},
//
{max: 60,message:"长度不能超过60"}
],
"mtabut.coninf.conexedat"
:[
...
...
src/model/Bdtcan/index.js
View file @
b5174475
...
...
@@ -172,29 +172,32 @@ export default class Bdtcan {
// },
liaall
:
new
Pub
().
data
.
Liaall
,
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
},
},
},
//
mtabut:{
//
coninf:{
//
oitinf:{
//
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
//
oit:{
//
inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt
//
inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
//
},
//
},
//
oitset:{
//
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
//
oit:{
//
inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt
//
inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev
//
},
//
},
//
conexedat:"", // 执行日期 .mtabut.coninf.conexedat
//
usr:{
//
extkey:"", // User ID .mtabut.coninf.usr.extkey
//
},
//
},
//
},
trnmod
:
new
Pub
().
data
.
Trnmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
pageId
:
""
// ctx的key
}
}
...
...
src/model/Botame/index.js
View file @
b5174475
...
...
@@ -105,35 +105,35 @@ export default class Botame{
matdat
:
""
,
// Maturity Date .oldbodgrp.rec.matdat
},
},
trnmod
:{
swiadd
:{
amecur
:
""
,
// Amended .trnmod.swiadd.amecur
ameamt
:
""
,
// Amended .trnmod.swiadd.ameamt
newcur
:
""
,
// New Amount .trnmod.swiadd.newcur
newamt
:
""
,
// New Amount .trnmod.swiadd.newamt
newmatpercnt
:
""
,
// New Tenor Data .trnmod.swiadd.newmatpercnt
newmatpertyp
:
""
,
// Days/Month or Year for Maturity Period .trnmod.swiadd.newmatpertyp
newmatperbeg
:
""
,
// Start of Maturity Period .trnmod.swiadd.newmatperbeg
newmatdat
:
""
,
// New Maturity Date .trnmod.swiadd.newmatdat
ametxt
:
""
,
// Further Amendments .trnmod.swiadd.ametxt
},
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:{
//
swiadd:{
//
amecur:"", // Amended .trnmod.swiadd.amecur
//
ameamt:"", // Amended .trnmod.swiadd.ameamt
//
newcur:"", // New Amount .trnmod.swiadd.newcur
//
newamt:"", // New Amount .trnmod.swiadd.newamt
//
newmatpercnt:"", // New Tenor Data .trnmod.swiadd.newmatpercnt
//
newmatpertyp:"", // Days/Month or Year for Maturity Period .trnmod.swiadd.newmatpertyp
//
newmatperbeg:"", // Start of Maturity Period .trnmod.swiadd.newmatperbeg
//
newmatdat:"", // New Maturity Date .trnmod.swiadd.newmatdat
//
ametxt:"", // Further Amendments .trnmod.swiadd.ametxt
//
},
//
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
//
},
//
},
botp
:{
recget
:{
sdamod
:{
...
...
@@ -180,53 +180,53 @@ export default class Botame{
ptsaddg
:[],
// .botp.ptsaddp.ptsaddg
},
},
liaall
:{
misamt
:
""
,
// Amount not yet assigned .liaall.misamt
concur
:
""
,
// External Booking Amount .liaall.concur
outpct
:
""
,
// Sight Amount Percentage .liaall.outpct
outamt
:
""
,
// Sight Amount .liaall.outamt
exttotoldamt
:
""
,
// Old Amount booked externally .liaall.exttotoldamt
exttotamt
:
""
,
// Total booking amount external assinged .liaall.exttotamt
},
setmod
:{
docamttyplab
:
""
,
// settled amount description as label .setmod.docamttyplab
retmsg
:
""
,
// Label showing Retry overflow condition .setmod.retmsg
ref
:
""
,
// our reference .setmod.ref
doccur
:
""
,
// document currency .setmod.doccur
docamt
:
""
,
// document amount .setmod.docamt
dspflg
:
""
,
// Type of settlement .setmod.dspflg
xreflg
:
""
,
// Recalculate Rates .setmod.xreflg
setglg
:{
labdspflg
:
""
,
// Label for Type of Settlement .setmod.setglg.labdspflg
},
zmqacclab
:
""
,
// 主�'�号LABEL .setmod.zmqacclab
zmqacc
:
""
,
// 自�'�区主�'�号 .setmod.zmqacc
glemod
:{
gleshwstm
:
""
,
// Booking stream to Display .setmod.glemod.gleshwstm
},
},
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
},
},
},
//
liaall:{
//
misamt:"", // Amount not yet assigned .liaall.misamt
//
concur:"", // External Booking Amount .liaall.concur
//
outpct:"", // Sight Amount Percentage .liaall.outpct
//
outamt:"", // Sight Amount .liaall.outamt
//
exttotoldamt:"", // Old Amount booked externally .liaall.exttotoldamt
//
exttotamt:"", // Total booking amount external assinged .liaall.exttotamt
//
},
//
setmod:{
//
docamttyplab:"", // settled amount description as label .setmod.docamttyplab
//
retmsg:"", // Label showing Retry overflow condition .setmod.retmsg
//
ref:"", // our reference .setmod.ref
//
doccur:"", // document currency .setmod.doccur
//
docamt:"", // document amount .setmod.docamt
//
dspflg:"", // Type of settlement .setmod.dspflg
//
xreflg:"", // Recalculate Rates .setmod.xreflg
//
setglg:{
//
labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
//
},
//
zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
//
zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
//
glemod:{
//
gleshwstm:"", // Booking stream to Display .setmod.glemod.gleshwstm
//
},
//
},
//
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
//
},
//
},
//
},
liaall
:
new
Pub
().
data
.
Liaall
,
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
...
...
src/model/Botcan/index.js
View file @
b5174475
...
...
@@ -51,70 +51,70 @@ export default class Botcan{
},
},
sndmsg
:
""
,
// Send Message .sndmsg
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
:
{}
}
},
mtabut
:{
coninf
:{
oitinf
:{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit
:{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset
:{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit
:{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitset.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat
:
""
,
// 执行日期 .mtabut.coninf.conexedat
usr
:{
extkey
:
""
,
// User ID .mtabut.coninf.usr.extkey
},
},
},
trnmod
:{
trndoc
:{
advlabel
:
""
,
// ADVLABEL .trnmod.trndoc.advlabel
amdnam
:
""
,
// AMDNAM .trnmod.trndoc.amdnam
advdoc
:
""
,
// 国内证通知书 .trnmod.trndoc.advdoc
advnam
:
""
,
// 国内证落款 .trnmod.trndoc.advnam
amdapl
:
""
,
// 修改申请人名称 .trnmod.trndoc.amdapl
doclbl
:
""
,
// Lable for CONDOCSTM .trnmod.trndoc.doclbl
doctrestm
:
""
,
// Document tree .trnmod.trndoc.doctrestm
shwinc
:
""
,
// Show Incoming Messages .trnmod.trndoc.shwinc
shwout
:
""
,
// Show Outgoing Messages .trnmod.trndoc.shwout
condocstm
:
""
,
// Connected Documents .trnmod.trndoc.condocstm
rcvatt
:{
seainf
:
""
,
// .trnmod.trndoc.rcvatt.seainf
},
filrecv
:
""
,
// File Receiver .trnmod.trndoc.filrecv
},
},
//
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: {}
//
}
//
},
//
mtabut:{
//
coninf:{
//
oitinf:{
//
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
//
oit:{
//
inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt
//
inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
//
},
//
},
//
oitset:{
//
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
//
oit:{
//
inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt
//
inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev
//
},
//
},
//
conexedat:"", // 执行日期 .mtabut.coninf.conexedat
//
usr:{
//
extkey:"", // User ID .mtabut.coninf.usr.extkey
//
},
//
},
//
},
//
trnmod:{
//
trndoc:{
//
advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
//
amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
//
advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
//
advnam:"", // 国内证落款 .trnmod.trndoc.advnam
//
amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
//
doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
//
doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
//
shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
//
shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
//
condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
//
rcvatt:{
//
seainf:"", // .trnmod.trndoc.rcvatt.seainf
//
},
//
filrecv:"", // File Receiver .trnmod.trndoc.filrecv
//
},
//
},
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
...
...
src/model/Botset/Pattern.js
View file @
b5174475
...
...
@@ -273,7 +273,7 @@ export default {
"bopmod.outchargeamt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
}
],
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
}
],
...
...
@@ -317,7 +317,7 @@ export default {
],
"liaall.limmod.comamt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
@@ -330,7 +330,7 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"liaall.limmod.ccvamt"
:[
{
type
:
"
number
"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"
string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
src/model/Botset/index.js
View file @
b5174475
...
...
@@ -100,112 +100,112 @@ export default class Botset{
mattxtlab
:
""
,
// Label for MATTXT .botp.matp.mattxtlab
},
},
liaall
:{
misamt
:
""
,
// Amount not yet assigned .liaall.misamt
concur
:
""
,
// External Booking Amount .liaall.concur
outpct
:
""
,
// Sight Amount Percentage .liaall.outpct
outamt
:
""
,
// Sight Amount .liaall.outamt
exttotoldamt
:
""
,
// Old Amount booked externally .liaall.exttotoldamt
exttotamt
:
""
,
// Total booking amount external assinged .liaall.exttotamt
limmod
:{
limpts
:{
wrklab
:
""
,
// Label .liaall.limmod.limpts.wrklab
othlab
:
""
,
// Label .liaall.limmod.limpts.othlab
othlabss
:
""
,
// Label .liaall.limmod.limpts.othlabss
wrk
:{
pts
:
new
Pts
().
data
,
},
oth
:{
pts
:
new
Pts
().
data
,
},
lsh
:
""
,
// 合同流�'号 .liaall.limmod.limpts.lsh
nonrevflg1
:
""
,
// Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg1
pfcod1
:
""
,
// 合同流�'号 .liaall.limmod.limpts.pfcod1
nonrevflg2
:
""
,
// Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg2
pfcod2
:
""
,
// 合同流�'号 .liaall.limmod.limpts.pfcod2
},
wrkp
:{
ptsget
:{
sdamod
:{
dadsnd
:
""
,
// Drag Drop Sender .liaall.limmod.wrkp.ptsget.sdamod.dadsnd
seainf
:
""
,
// .liaall.limmod.wrkp.ptsget.sdamod.seainf
},
},
},
othp
:{
ptsget
:{
sdamod
:{
dadsnd
:
""
,
// Drag Drop Sender .liaall.limmod.othp.ptsget.sdamod.dadsnd
seainf
:
""
,
// .liaall.limmod.othp.ptsget.sdamod.seainf
},
},
},
ownref
:
""
,
// 国结业务编号 .liaall.limmod.ownref
comamt
:
""
,
// 业务余额 .liaall.limmod.comamt
ccvamt
:
""
,
// 保证金余额 .liaall.limmod.ccvamt
ecifno
:
""
,
// ECIFNO .liaall.limmod.ecifno
},
tenstm
:
""
,
// Tenor Stream .liaall.tenstm
},
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
:
""
,
// Settle Amt. .setmod.docamt
dspflg
:
""
,
// Type of settlement .setmod.dspflg
xreflg
:
""
,
// Recalculate Rates .setmod.xreflg
setglg
:{
labdspflg
:
""
,
// Label for Type of Settlement .setmod.setglg.labdspflg
},
zmqacclab
:
""
,
// 主�'�号LABEL .setmod.zmqacclab
zmqacc
:
""
,
// 自�'�区主�'�号 .setmod.zmqacc
glemod
:{
gleshwstm
:
""
,
// Booking stream to Display .setmod.glemod.gleshwstm
},
redamt
:
""
,
// Reduction Amt. .setmod.redamt
},
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
},
},
clsflg
:
""
,
// Close Flag .mtabut.clsflg
},
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
},
},
//
liaall:{
//
misamt:"", // Amount not yet assigned .liaall.misamt
//
concur:"", // External Booking Amount .liaall.concur
//
outpct:"", // Sight Amount Percentage .liaall.outpct
//
outamt:"", // Sight Amount .liaall.outamt
//
exttotoldamt:"", // Old Amount booked externally .liaall.exttotoldamt
//
exttotamt:"", // Total booking amount external assinged .liaall.exttotamt
//
limmod:{
//
limpts:{
//
wrklab:"", // Label .liaall.limmod.limpts.wrklab
//
othlab:"", // Label .liaall.limmod.limpts.othlab
//
othlabss:"", // Label .liaall.limmod.limpts.othlabss
//
wrk:{
//
pts:new Pts().data,
//
},
//
oth:{
//
pts:new Pts().data,
//
},
//
lsh:"", // 合同流�'号 .liaall.limmod.limpts.lsh
//
nonrevflg1:"", // Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg1
//
pfcod1:"", // 合同流�'号 .liaall.limmod.limpts.pfcod1
//
nonrevflg2:"", // Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg2
//
pfcod2:"", // 合同流�'号 .liaall.limmod.limpts.pfcod2
//
},
//
wrkp:{
//
ptsget:{
//
sdamod:{
//
dadsnd:"", // Drag Drop Sender .liaall.limmod.wrkp.ptsget.sdamod.dadsnd
//
seainf:"", // .liaall.limmod.wrkp.ptsget.sdamod.seainf
//
},
//
},
//
},
//
othp:{
//
ptsget:{
//
sdamod:{
//
dadsnd:"", // Drag Drop Sender .liaall.limmod.othp.ptsget.sdamod.dadsnd
//
seainf:"", // .liaall.limmod.othp.ptsget.sdamod.seainf
//
},
//
},
//
},
//
ownref:"", // 国结业务编号 .liaall.limmod.ownref
//
comamt:"", // 业务余额 .liaall.limmod.comamt
//
ccvamt:"", // 保证金余额 .liaall.limmod.ccvamt
//
ecifno:"", // ECIFNO .liaall.limmod.ecifno
//
},
//
tenstm:"", // Tenor Stream .liaall.tenstm
//
},
//
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:"", // Settle Amt. .setmod.docamt
//
dspflg:"", // Type of settlement .setmod.dspflg
//
xreflg:"", // Recalculate Rates .setmod.xreflg
//
setglg:{
//
labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
//
},
//
zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
//
zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
//
glemod:{
//
gleshwstm:"", // Booking stream to Display .setmod.glemod.gleshwstm
//
},
//
redamt:"", // Reduction Amt. .setmod.redamt
//
},
//
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
//
},
//
},
//
clsflg:"", // Close Flag .mtabut.clsflg
//
},
//
trnmod:{
//
trndoc:{
//
advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
//
amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
//
advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
//
advnam:"", // 国内证落款 .trnmod.trndoc.advnam
//
amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
//
doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
//
doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
//
shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
//
shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
//
condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
//
rcvatt:{
//
seainf:"", // .trnmod.trndoc.rcvatt.seainf
//
},
//
filrecv:"", // File Receiver .trnmod.trndoc.filrecv
//
},
//
},
lendoc
:{
actflg
:
""
,
// Input Account .lendoc.actflg
account
:
""
,
// ACT .lendoc.account
...
...
src/model/Ditdav/Pattern.js
View file @
b5174475
...
...
@@ -56,18 +56,18 @@ export default {
//{type: "date", required: false, message: "输入正确的日期"}
],
"didgrp.rec.opndat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
//
{type: "date", required: false, message: "输入正确的日期"}
],
"bddgrp.prb.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"didgrp.rec.expdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
//
{type: "date", required: false, message: "输入正确的日期"}
],
"didgrp.rec.expplc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
//
{type: "string", required: true, message: "必输项"},
//
{max: 35,message:"长度不能超过35"}
],
"bddgrp.prb.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -118,8 +118,8 @@ export default {
"bddgrp.prb.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
//
{type: "string", required: true, message: "必输项"},
//
{max: 35,message:"长度不能超过35"}
],
"bddgrp.prb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
src/model/Ditdav/index.js
View file @
b5174475
...
...
@@ -141,30 +141,31 @@ export default class Ditdav {
},
},
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
},
},
},
//
mtabut: {
//
coninf: {
//
oitinf: {
//
labinftxt: "", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
//
oit: {
//
inftxt: "", // Infotext .mtabut.coninf.oitinf.oit.inftxt
//
inflev: "", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
//
},
//
},
//
oitset: {
//
labinftxt: "", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
//
oit: {
//
inftxt: "", // Infotext .mtabut.coninf.oitset.oit.inftxt
//
inflev: "", // Infotext Level .mtabut.coninf.oitset.oit.inflev
//
},
//
},
//
conexedat: "", // 执行日期 .mtabut.coninf.conexedat
//
usr: {
//
extkey: "", // User ID .mtabut.coninf.usr.extkey
//
},
//
},
//
},
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
pageId
:
""
// ctx的key
}
}
...
...
src/model/Ditdla/Pattern.js
View file @
b5174475
...
...
@@ -96,12 +96,12 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"trnmod.swiadd.amenbr"
:
[
{
type
:
"int"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
//
{ type: "int", required: false, message: "必输项" },
//
{ max: 3, message: "长度不能超过3" }
],
"ditamep.amenbr"
:
[
{
type
:
"int"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
2
,
message
:
"长度不能超过2"
}
//
{ type: "int", required: false, message: "必输项" },
//
{ max: 2, message: "长度不能超过2" }
],
"didgrp.cbs.nom1.cur"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -332,8 +332,8 @@ export default {
"didgrp.rec.tenmaxday"
:
[
{
type
:
"int"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
//
{ type: "int", required: false, message: "必输项" },
//
{ max: 3, message: "长度不能超过3" }
],
...
...
@@ -500,14 +500,14 @@ export default {
"mtabut.coninf.oitinf.oit.inftxt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
//
{ type: "string", required: false, message: "必输项" },
//
{ max: 60, message: "长度不能超过60" }
],
"mtabut.coninf.oitset.oit.inftxt"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
60
,
message
:
"长度不能超过60"
}
//
{ type: "string", required: false, message: "必输项" },
//
{ max: 60, message: "长度不能超过60" }
],
"mtabut.coninf.conexedat"
:
[
...
...
src/views/Business/Botset/Basp.vue
View file @
b5174475
This diff is collapsed.
Click to expand it.
src/views/Business/Botset/Cnyp.vue
View file @
b5174475
...
...
@@ -4,7 +4,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"30%"
prop=
"cnybop.cnyflg"
>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2101表"
:code=
"codes.cnyflg"
>
:code=
"codes.cnyflg"
:disabled=
"model.bodgrp.cbs.max.cur!='CNY'"
>
</c-select>
</el-form-item>
</c-col>
...
...
src/views/Business/Botset/Setp.vue
View file @
b5174475
...
...
@@ -264,7 +264,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.mtabut.clsflgp
"
>
Close Contract
</c-checkbox>
<c-checkbox
disabled
v-model=
"model.mtabut.clsflg
"
>
Close Contract
</c-checkbox>
</c-col>
...
...
@@ -311,7 +311,7 @@
<el-divider></el-divider>
</c-col>
<c-col
:span=
"24"
>
<c-table
:data=
"model.bptbck.b
ckgrdp
"
style=
"width: 100%"
>
<c-table
:data=
"model.bptbck.b
ptbckg
"
style=
"width: 100%"
>
<el-table-column
prop=
"ownref"
label=
"Reference"
width=
"389px"
>
</el-table-column>
<el-table-column
prop=
"opncur"
label=
"Cur"
width=
"389px"
>
...
...
@@ -347,7 +347,8 @@ export default {
'3 3 "Cdt" 250'
,
'4 4 "Cur" 250'
,
'5 5 "Amt" 250 2 8 1 4'
,
'6 6 "Mat.Dat." 250 4 7 1'
,
//'6 6 "Mat.Dat." 250 4 7 1',
{
index
:
6
,
position
:
6
,
width
:
250
,
render
:(
item
,
scope
)
=>
{
return
scope
.
row
[
item
.
prop
]
===
'null'
?
''
:
scope
.
row
[
item
.
prop
]},
label
:
'Mat.Dat.'
},
],
data
:
[],
},
...
...
@@ -355,34 +356,38 @@ export default {
},
watch
:{
"model.bodgrp.rec.docsta"
:
function
(){
if
(
this
.
model
.
bodgrp
.
rec
.
predat
!=
'
'
){
this
.
model
.
bodgrp
.
rec
.
docsta
==
"
A
"
;
if
(
this
.
model
.
bodgrp
.
rec
.
focflg
==
'X
'
){
this
.
model
.
bodgrp
.
rec
.
docsta
==
"
D
"
;
}
else
if
(
this
.
model
.
bodgrp
.
rec
.
opndat
!=
''
)
{
else
{
this
.
model
.
bodgrp
.
rec
.
docsta
==
"B"
;
}
else
if
(
this
.
model
.
bodgrp
.
rec
.
focflg
==
'X'
){
this
.
model
.
bodgrp
.
rec
.
docsta
===
"D"
;
}
else
if
(
this
.
model
.
bodgrp
.
rec
.
clsdat
!=
''
){
this
.
model
.
bodgrp
.
rec
.
docsta
==
"E"
;
}
// if(this.model.bodgrp.rec.focflg=='X' && this.model.bodgrp.rec.clsflg==''){
// this.model.bodgrp.rec.docsta==="D";
// }
// else if(this.model.bodgrp.rec.focflg=='' && this.model.bodgrp.rec.clsflg==''){
// this.model.bodgrp.rec.docsta==="B";
// }
// else{
// this.model.bodgrp.rec.docsta=="E";
// }
},
"model.bodgrp.rec.focflg"
:
function
(){
if
(
this
.
model
.
bodgrp
.
rec
.
focflg
==
'X'
){
this
.
model
.
setmod
.
redamt
=
this
.
model
.
setmod
.
docamt
;
}
else
{
}
else
{
this
.
model
.
setmod
.
redamt
==
''
;
}
}
},
computed
:
{
clsflg
p
:
{
clsflg
:
{
get
()
{
return
this
.
model
.
mtabut
.
clsflg
p
===
"O"
;
return
this
.
model
.
mtabut
.
clsflg
===
"O"
;
},
set
(
val
)
{
this
.
model
.
mtabut
.
clsflg
p
=
val
?
"C"
:
"O"
;
this
.
model
.
mtabut
.
clsflg
=
val
?
"C"
:
"O"
;
},
},
focflg
:
{
...
...
src/views/Business/Botset/Wg.vue
View file @
b5174475
...
...
@@ -61,6 +61,13 @@
placeholder=
"请选择地区机构号"
:disabled=
"model.bopmod.szflg=='3' || model.bopmod.szflg==''"
>
<el-option
v-for=
"item in ownextkey"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -89,7 +96,7 @@
<c-input
v-model=
"model.bopmod.outchargeamt"
placeholder=
"请输入国外银行扣费(涉外收入申报专用)"
disabled
:disabled=
"model.bopmod.szflg!='1' || model.lendoc.actflg!='X'"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -158,6 +165,10 @@ export default {
{
label
:
"境外"
,
value
:
"(JW)"
},
{
label
:
"境内非居民"
,
value
:
"(JN)"
},
],
ownextkey
:
[
{
label
:
"08350012 北京分行"
,
value
:
"08350012"
},
{
label
:
"083507113 LM ADD"
,
value
:
"08357113"
},
],
};
},
...
...
src/views/Business/Ditdav/Davp.vue
View file @
b5174475
...
...
@@ -16,7 +16,6 @@
style=
"margin:0 10px 0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
</c-button>
...
...
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