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