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
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
470 additions
and
417 deletions
+470
-417
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
+118
-84
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
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSav"
>
&
Save
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCan"
>
Modify
</c-button>
</c-col>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<span
v-text=
"model.bopmod.dbdp.baspp.roptnam"
data-path=
".bopmod.dbdp.baspp.roptnam"
>
</span>
</c-col>
</c-col>
-->
<el-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"申报号码"
prop=
"bopmod.dbdgrp.bas.rptno"
>
<c-input
v-model=
"model.bopmod.dbdgrp.bas.rptno"
maxlength=
"22"
placeholder=
"请输入申报号码"
></c-input>
</el-form-item>
</c-col>
</el-row>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<el-form-item
label=
"�'时申报流�'号"
prop=
"bopmod.dbdgrp.bas.tmpref"
>
<c-input
v-model=
"model.bopmod.dbdgrp.bas.tmpref"
maxlength=
"16"
placeholder=
"请输入�'时申报流�'号"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBasppGetreftmp"
>
Get Ref
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onBasppGetref"
>
GetRef
</c-button>
</c-col>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<span
v-text=
"model.bopmod.dbdp.baspp.tmprefnew"
data-path=
".bopmod.dbdp.baspp.tmprefnew"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onChk"
>
&
Check
</c-button>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onChk"
>
Delete
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"操作类型"
prop=
"bopmod.dbdgrp.bas.actiondesc"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbdgrp.bas.actiondesc"
maxlength=
"32"
show-word-limit
placeholder=
"请输入操作类型"
></c-input>
</el-form-item>
</c-col>
<el-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"操作类型"
prop=
"bopmod.dbdgrp.bas.actiontype"
>
<c-select
v-model=
"model.bopmod.dbdgrp.bas.actiontype"
style=
"width:100%"
placeholder=
"请选择操作类型"
>
<el-option
v-for=
"item in actiontype"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"修改/删除原因"
prop=
"bopmod.dbdgrp.bas.actiondesc"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbdgrp.bas.actiondesc"
maxlength=
"32"
show-word-limit
placeholder=
""
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"地区机构号"
prop=
"bopmod.dbdgrp.bas.ownextkey"
>
<c-select
v-model=
"model.bopmod.dbdgrp.bas.ownextkey"
style=
"width:100%"
placeholder=
"请选择地区机构号"
>
<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>
</el-row>
<el-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"银行业务编号"
prop=
"bopmod.dbdgrp.bas.buscode"
>
<c-input
v-model=
"model.bopmod.dbdgrp.bas.buscode"
maxlength=
"22"
placeholder=
"请输入银行业务编号"
></c-input>
...
...
@@ -86,56 +79,78 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"结算方式"
prop=
"bopmod.dbdgrp.bas.methods"
>
<c-select
v-model=
"model.bopmod.dbdgrp.bas.methods"
style=
"width:100%"
placeholder=
"请选择结算方式"
>
<el-option
v-for=
"item in codes.bopmethods"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</el-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"组织机构"
prop=
"bopmod.dbdgrp.bas.custcod"
>
<c-input
v-model=
"model.bopmod.dbdgrp.bas.custcod"
maxlength=
"18"
placeholder=
"请输入组织机构"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<span
v-text=
"model.bopmod.dbdp.baspp.cusnam"
data-path=
".bopmod.dbdp.baspp.cusnam"
>
</span>
</c-col>
</c-col>
-->
<el-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"类型"
prop=
"bopmod.dbdgrp.bas.custype"
>
<el-form-item
label=
"
收款人
类型"
prop=
"bopmod.dbdgrp.bas.custype"
>
<c-select
v-model=
"model.bopmod.dbdgrp.bas.custype"
style=
"width:100%"
placeholder=
"请选择类型"
>
<el-option
v-for=
"item in codes.custype"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"组织机构代码"
prop=
"bopmod.dbdgrp.bas.custcod"
>
<c-input
v-model=
"model.bopmod.dbdgrp.bas.custcod"
maxlength=
"18"
placeholder=
"请输入组织机构"
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"收款人名称"
prop=
"bopmod.dbdgrp.bas.custnm"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbdgrp.bas.custnm"
maxlength=
"63"
show-word-limit
placeholder=
"请输入收款人名称"
></c-input>
</el-form-item>
</c-col>
</el-row>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<span
v-text=
"model.bopmod.dbdp.baspp.cornam"
data-path=
".bopmod.dbdp.baspp.cornam"
>
</span>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onButpErr"
>
&
Error
</c-button>
</c-col>
<el-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"付款人名称"
prop=
"bopmod.dbdgrp.bas.oppuser"
>
<c-input
type=
"textarea"
v-model=
"model.bopmod.dbdgrp.bas.oppuser"
maxlength=
"63"
show-word-limit
placeholder=
"请输入付款人名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.bopmod.dbdp.baspp.acp"
>
确认
</c-checkbox>
</c-col>
</el-row>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<span
v-text=
"model.bopmod.dbdp.baspp.corpnam"
data-path=
".bopmod.dbdp.baspp.corpnam"
>
</span>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.bopmod.dbdp.baspp.acp"
>
确认
</c-checkbox>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"身份证件号码"
prop=
"bopmod.dbdgrp.bas.idcode"
>
...
...
@@ -143,9 +158,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<span
v-text=
"model.bopmod.dbdp.baspp.exratelab"
data-path=
".bopmod.dbdp.baspp.exratelab"
>
</span>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"结汇汇率"
prop=
"bopmod.dbdgrp.bas.exrate"
>
...
...
@@ -153,9 +168,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<span
v-text=
"model.bopmod.dbdp.baspp.lcyamtlab"
data-path=
".bopmod.dbdp.baspp.lcyamtlab"
>
</span>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"结汇金额"
prop=
"bopmod.dbdgrp.bas.lcyamt"
>
...
...
@@ -193,37 +208,47 @@
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
5
"
>
<el-form-item
label=
"收入款币种及金额"
prop=
"bopmod.dbdgrp.bas.txccy"
>
<c-select
v-model=
"model.bopmod.dbdgrp.bas.txccy"
style=
"width:100%"
placeholder=
"请选择收入款币种及金额"
>
<el-option
v-for=
"item in codes.curtxt1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<el-form-item
label=
"
收入款币种及金额"
prop=
"bopmod.dbdgrp.bas.txamt
"
>
<c-col
:span=
"
7
"
>
<el-form-item
label=
"
"
prop=
"bopmod.dbdgrp.bas.txamt"
label-width=
"5px
"
>
<c-input
v-model=
"model.bopmod.dbdgrp.bas.txamt"
placeholder=
"请输入收入款币种及金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
5
"
>
<el-form-item
label=
"国内银行扣费"
prop=
"bopmod.dbdgrp.bas.inchargeccy"
>
<c-select
v-model=
"model.bopmod.dbdgrp.bas.inchargeccy"
style=
"width:100%"
placeholder=
"请选择国内银行扣费"
>
<el-option
v-for=
"item in codes.curtxt1"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"
12
"
>
<el-form-item
label=
"
国内银行扣费"
prop=
"bopmod.dbdgrp.bas.inchargeamt
"
>
<c-col
:span=
"
7
"
>
<el-form-item
label=
"
"
prop=
"bopmod.dbdgrp.bas.inchargeamt"
label-width=
"5px
"
>
<c-input
v-model=
"model.bopmod.dbdgrp.bas.inchargeamt"
placeholder=
"请输入国内银行扣费"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onCan"
>
E
&
xit
</c-button>
</c-col>
</div>
</
template
>
<
script
>
...
...
@@ -238,6 +263,15 @@ export default {
mixins
:
[
commonProcess
],
data
(){
return
{
actiontype
:
[
{
label
:
"新建"
,
value
:
"A"
},
{
label
:
"修改"
,
value
:
"C"
},
{
label
:
"删除"
,
value
:
"D"
},
{
label
:
"申报无误(银行反馈)"
,
value
:
"R"
},
],
ownextkey
:
[
{
label
:
"08350012"
,
value
:
"08350012"
},
],
}
},
...
...
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