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
c5688153
Commit
c5688153
authored
Jul 11, 2022
by
wangren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bctame 交易check save 实现
parent
369395f2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
434 additions
and
154 deletions
+434
-154
Pattern.js
src/model/Bctame/Pattern.js
+48
-48
index.js
src/model/Bctame/index.js
+19
-76
Pattern.js
src/model/Bctdor/Pattern.js
+9
-9
Amep.vue
src/views/Business/Bctame/Amep.vue
+0
-0
Detp.vue
src/views/Business/Bctame/Detp.vue
+1
-1
Ovwp.vue
src/views/Business/Bctame/Ovwp.vue
+0
-0
Ptyp.vue
src/views/Business/Bctame/Ptyp.vue
+326
-0
index.vue
src/views/Business/Bctame/index.vue
+30
-19
BusRouter.js
src/views/Business/BusRouter.js
+1
-1
No files found.
src/model/Bctame/Pattern.js
View file @
c5688153
...
@@ -16,38 +16,38 @@ export default {
...
@@ -16,38 +16,38 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"amedat"
:[
"amedat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"amenbr"
:[
//
"amenbr":[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "string", required: false, message: "必输项"},
{
max
:
2
,
message
:
"长度不能超过2"
}
//
{max: 2,message:"长度不能超过2"}
],
//
],
"oldbcdgrp.cbs.max.amt"
:[
//
"oldbcdgrp.cbs.max.amt":[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "number", 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位" }
],
//
],
"trnmod.swiadd.ameamt"
:[
//
"trnmod.swiadd.ameamt":[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "number", 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位" }
],
//
],
"trnmod.swiadd.newcur"
:[
"trnmod.swiadd.newcur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
{
max
:
3
,
message
:
"长度不能超过3"
}
],
],
"trnmod.swiadd.newamt"
:[
//
"trnmod.swiadd.newamt":[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "number", 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位" }
],
//
],
"oldbcdgrp.rec.matpercnt"
:[
//
"oldbcdgrp.rec.matpercnt":[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "string", required: false, message: "必输项"},
{
max
:
3
,
message
:
"长度不能超过3"
}
//
{max: 3,message:"长度不能超过3"}
],
//
],
"oldbcdgrp.rec.matpertyp"
:[
"oldbcdgrp.rec.matpertyp"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
{
max
:
1
,
message
:
"长度不能超过1"
}
...
@@ -60,10 +60,10 @@ export default {
...
@@ -60,10 +60,10 @@ export default {
"oldbcdgrp.rec.matdat"
:[
"oldbcdgrp.rec.matdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"trnmod.swiadd.newmatdat"
:[
"trnmod.swiadd.newmatdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"trnmod.swiadd.ametxt"
:[
"trnmod.swiadd.ametxt"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
@@ -105,21 +105,21 @@ export default {
...
@@ -105,21 +105,21 @@ export default {
],
],
"bcdgrp.cbs.max.amt"
:[
//
"bcdgrp.cbs.max.amt":[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "number", 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位" }
],
//
],
"bcdgrp.dre.namelc"
:[
"bcdgrp.dre.namelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bcdgrp.cbs.opn1.amt"
:[
//
"bcdgrp.cbs.opn1.amt":[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "number", 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位" }
],
//
],
"bcdgrp.dre.pts.adrblk"
:[
"bcdgrp.dre.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
...
@@ -129,17 +129,17 @@ export default {
...
@@ -129,17 +129,17 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bcdgrp.rec.rcvdat"
:[
"bcdgrp.rec.rcvdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.rec.predat"
:[
"bcdgrp.rec.predat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.dre.adrelc"
:[
"bcdgrp.dre.adrelc"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bcdgrp.rec.advdat"
:[
"bcdgrp.rec.advdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.rmi.pts.ref"
:[
"bcdgrp.rmi.pts.ref"
:[
...
@@ -161,7 +161,7 @@ export default {
...
@@ -161,7 +161,7 @@ export default {
],
],
"bcdgrp.rec.matdat"
:[
"bcdgrp.rec.matdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.rmi.namelc"
:[
"bcdgrp.rmi.namelc"
:[
...
@@ -176,10 +176,10 @@ export default {
...
@@ -176,10 +176,10 @@ export default {
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bcdgrp.rec.matpercnt"
:[
//
"bcdgrp.rec.matpercnt":[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
//
{type: "string", required: false, message: "必输项"},
{
max
:
3
,
message
:
"长度不能超过3"
}
//
{max: 3,message:"长度不能超过3"}
],
//
],
"bcdgrp.rmi.adrelc"
:[
"bcdgrp.rmi.adrelc"
:[
...
@@ -289,7 +289,7 @@ export default {
...
@@ -289,7 +289,7 @@ export default {
],
],
"mtabut.coninf.conexedat"
:[
"mtabut.coninf.conexedat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"mtabut.coninf.usr.extkey"
:[
"mtabut.coninf.usr.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/model/Bctame/index.js
View file @
c5688153
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
export
default
class
Bctame
{
export
default
class
Bctame
{
constructor
()
{
constructor
()
{
this
.
data
=
{
this
.
data
=
{
liaall
:
new
Pub
().
data
.
Liaall
,
bcdgrp
:{
bcdgrp
:{
rec
:{
rec
:{
ownref
:
""
,
// Reference .bcdgrp.rec.ownref
ownref
:
""
,
// Reference .bcdgrp.rec.ownref
...
@@ -65,6 +66,12 @@ export default class Bctame{
...
@@ -65,6 +66,12 @@ export default class Bctame{
adrelc
:
""
,
// 地址 .bcdgrp.drr.adrelc
adrelc
:
""
,
// 地址 .bcdgrp.drr.adrelc
dbfadrblkcn
:
""
,
// Chinese address .bcdgrp.drr.dbfadrblkcn
dbfadrblkcn
:
""
,
// Chinese address .bcdgrp.drr.dbfadrblkcn
},
},
co2
:{
pts
:
new
Pts
().
data
,
namelc
:
""
,
// 名称 .bcdgrp.co2.namelc
adrelc
:
""
,
// 地址 .bcdgrp.co2.adrelc
dbfadrblkcn
:
""
,
// Chinese address .bcdgrp.co2.dbfadrblkcn
},
},
},
bctp
:{
bctp
:{
recget
:{
recget
:{
...
@@ -111,6 +118,14 @@ export default class Bctame{
...
@@ -111,6 +118,14 @@ export default class Bctame{
sblx
:
""
,
// 申报类型 .bctp.sblx
sblx
:
""
,
// 申报类型 .bctp.sblx
acttyplab
:
""
,
// 款项去向 .bctp.acttyplab
acttyplab
:
""
,
// 款项去向 .bctp.acttyplab
acttyp
:
""
,
// ACTTYP .bctp.acttyp
acttyp
:
""
,
// ACTTYP .bctp.acttyp
co2p
:{
ptsget
:{
sdamod
:{
seainf
:
""
,
// .bctp.co2p.ptsget.sdamod.seainf
dadsnd
:
""
,
// Drag Drop Sender .bctp.co2p.ptsget.sdamod.dadsnd
},
},
},
},
},
amedat
:
""
,
// Amendment Date .amedat
amedat
:
""
,
// Amendment Date .amedat
amenbr
:
""
,
// No. of Amendment .amenbr
amenbr
:
""
,
// No. of Amendment .amenbr
...
@@ -128,82 +143,10 @@ export default class Bctame{
...
@@ -128,82 +143,10 @@ export default class Bctame{
matdat
:
""
,
// Maturity Date .oldbcdgrp.rec.matdat
matdat
:
""
,
// Maturity Date .oldbcdgrp.rec.matdat
},
},
},
},
trnmod
:{
trnmod
:
new
Pub
().
data
.
Trnmod
,
swiadd
:{
setmod
:
new
Pub
().
data
.
Setmod
,
amecur
:
""
,
// Amended .trnmod.swiadd.amecur
mtabut
:
new
Pub
().
data
.
Mtabut
,
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
},
},
newdoctypcod
:
""
,
// Amend Condition .newdoctypcod
newdoctypcod
:
""
,
// Amend Condition .newdoctypcod
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
},
},
},
pageId
:
""
// ctx的key
pageId
:
""
// ctx的key
}
}
}
}
...
...
src/model/Bctdor/Pattern.js
View file @
c5688153
...
@@ -36,10 +36,10 @@ export default {
...
@@ -36,10 +36,10 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
{
max
:
40
,
message
:
"长度不能超过40"
}
],
],
"bcdgrp.rec.rcvdat"
:[
"bcdgrp.rec.rcvdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.rec.advdat"
:[
"bcdgrp.rec.advdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.rmi.pts.ref"
:[
"bcdgrp.rmi.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
@@ -51,10 +51,10 @@ export default {
...
@@ -51,10 +51,10 @@ export default {
],
],
"bcdgrp.rec.matdat"
:[
"bcdgrp.rec.matdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.rec.predat"
:[
"bcdgrp.rec.predat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.drr.pts.ref"
:[
"bcdgrp.drr.pts.ref"
:[
...
@@ -189,7 +189,7 @@ export default {
...
@@ -189,7 +189,7 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
"bcdgrp.rec.agtdat"
:[
"bcdgrp.rec.agtdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.blk.agtinf"
:[
"bcdgrp.blk.agtinf"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
@@ -202,10 +202,10 @@ export default {
...
@@ -202,10 +202,10 @@ export default {
],
],
"bcdgrp.rec.relgoddat"
:[
"bcdgrp.rec.relgoddat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.rec.expdat"
:[
"bcdgrp.rec.expdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.rec.trpdocnum"
:[
"bcdgrp.rec.trpdocnum"
:[
...
@@ -221,7 +221,7 @@ export default {
...
@@ -221,7 +221,7 @@ export default {
{
max
:
16
,
message
:
"长度不能超过16"
}
{
max
:
16
,
message
:
"长度不能超过16"
}
],
],
"bcdgrp.rec.tradat"
:[
"bcdgrp.rec.tradat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"bcdgrp.rog.pts.extkey"
:[
"bcdgrp.rog.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
@@ -450,7 +450,7 @@ export default {
...
@@ -450,7 +450,7 @@ export default {
],
],
"mtabut.coninf.conexedat"
:[
"mtabut.coninf.conexedat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
],
"mtabut.coninf.usr.extkey"
:[
"mtabut.coninf.usr.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/views/Business/Bctame/Amep.vue
View file @
c5688153
This diff is collapsed.
Click to expand it.
src/views/Business/Bctame/Detp.vue
View file @
c5688153
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
style=
"text-align: left"
prop=
"
model.
bcdgrp.rec.focflg"
>
<el-form-item
label=
""
style=
"text-align: left"
prop=
"bcdgrp.rec.focflg"
>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Bctame/Ovwp.vue
View file @
c5688153
This diff is collapsed.
Click to expand it.
src/views/Business/Bctame/Ptyp.vue
0 → 100644
View file @
c5688153
<
template
>
<div
class=
"eibs-tab"
>
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Drawee Ref."
prop=
"bcdgrp.dre.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
"请输入Application Ref"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Extkey"
prop=
"bcdgrp.dre.pts.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.extkey"
maxlength=
"50"
placeholder=
"请输入External Key of Address"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Address Block"
prop=
"bcdgrp.dre.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.bcdgrp.dre.pts.adrblk"
maxlength=
"50"
disabled
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"2nd Collecting Bank Ref."
prop=
"bcdgrp.co2.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.co2.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Extkey"
prop=
"bcdgrp.co2.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.co2.pts.extkey"
maxlength=
"50"
placeholder=
"请输入External Key of Address"
disabled
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Address Block"
prop=
"bcdgrp.co2.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.bcdgrp.co2.pts.adrblk"
maxlength=
"50"
disabled
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Drawee',
grp: 'bcdgrp',
rol: 'dre',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onDrepDet"
>
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '2nd Collecting',
grp: 'bcdgrp',
rol: 'co2',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onCo2pDet"
>
</c-ptap>
</c-col> -->
</c-col>
<!-- ====================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Remitting Bank Ref."
prop=
"bcdgrp.rmi.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.rmi.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Extkey"
prop=
"bcdgrp.rmi.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.rmi.pts.extkey"
maxlength=
"50"
placeholder=
"请输入External Key of Address"
disabled
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Address Block"
prop=
"bcdgrp.rmi.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.bcdgrp.rmi.pts.adrblk"
maxlength=
"50"
disabled
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Drawer Ref."
prop=
"bcdgrp.drr.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.drr.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Extkey"
prop=
"bcdgrp.drr.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.drr.pts.extkey"
maxlength=
"50"
placeholder=
"请输入External Key of Address"
disabled
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Address Block"
prop=
"bcdgrp.drr.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.bcdgrp.drr.pts.adrblk"
maxlength=
"50"
disabled
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Remitting Bank',
grp: 'bcdgrp',
rol: 'rmi',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onRmipDet"
>
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Drawer',
grp: 'bcdgrp',
rol: 'drr',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onDrrpDet"
>
</c-ptap>
</c-col> -->
</c-col>
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Bctdor/Event"
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
</
script
>
<
style
>
</
style
>
src/views/Business/Bctame/index.vue
View file @
c5688153
...
@@ -6,13 +6,7 @@
...
@@ -6,13 +6,7 @@
:handleCheck=
"handleCheck"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
:handleStash=
"handleStash"
>
>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
<el-button
size=
"small"
>
保存模板
</el-button>
<el-button
size=
"small"
>
使用模板
</el-button>
<el-button
size=
"small"
>
制裁信息
</el-button>
<el-button
size=
"small"
>
拆分报文
</el-button>
<el-button
size=
"small"
>
提示
</el-button>
</c-function-btn>
</c-function-btn>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"left"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"left"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
...
@@ -36,25 +30,39 @@
...
@@ -36,25 +30,39 @@
<m-detp
:model=
"model"
:codes=
"codes"
/>
<m-detp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"Parties"
name=
"ptyp"
>
<c-content>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"Liability"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--账务 -->
<!--账务 -->
<el-tab-pane
label=
"
账务
"
name=
"setpan"
>
<el-tab-pane
label=
"
Settlement
"
name=
"setpan"
>
<c-content>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"Bookings"
name=
"glepan"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--附言 -->
<!--附言 -->
<el-tab-pane
label=
"
附言
"
name=
"coninfp"
>
<el-tab-pane
label=
"
Completion
"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--报文及面函 -->
<!--报文及面函 -->
<el-tab-pane
label=
"
报文及面函
"
name=
"docpan"
>
<el-tab-pane
label=
"
Messages
"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--附件 -->
<!--附件 -->
<el-tab-pane
label=
"
附件
"
name=
"doctre"
>
<el-tab-pane
label=
"
Attachments
"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
</c-tabs>
</c-tabs>
...
@@ -70,21 +78,25 @@ import Utils from "~/utils/index"
...
@@ -70,21 +78,25 @@ import Utils from "~/utils/index"
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
import
Bctame
from
"~/model/Bctame"
import
Bctame
from
"~/model/Bctame"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
import
Check
from
"~/model/Bctame/Check"
import
Check
from
"~/model/Bctame/Check"
import
Default
from
"~/model/Bctame/Default"
import
Default
from
"~/model/Bctame/Default"
import
Pattern
from
"~/model/Bctame/Pattern"
import
Pattern
from
"~/model/Bctame/Pattern"
import
Amep
from
"./Amep"
import
Amep
from
"./Amep"
import
Ovwp
from
"./Ovwp"
import
Ovwp
from
"./Ovwp"
import
Detp
from
"./Detp"
import
Detp
from
"./Detp"
import
Ptyp
from
"./Ptyp"
//import Setpan from "./Setpan"
//import Setpan from "./Setpan"
//import Coninfp from "./Coninfp"
//import Coninfp from "./Coninfp"
//import Docpan from "./Docpan"
//import Docpan from "./Docpan"
import
Doctre
from
"./Doctre"
//
import Doctre from "./Doctre"
import
Setpan
from
"~/views/Public/Setpan"
import
Setpan
from
"~/views/Public/Setpan"
import
Docpan
from
"~/views/Public/Docpan"
import
Docpan
from
"~/views/Public/Docpan"
//
import Doctre from "~/views/Public/Doctre"
import
Doctre
from
"~/views/Public/Doctre"
import
Coninfp
from
"~/views/Public/Coninfp"
import
Coninfp
from
"~/views/Public/Coninfp"
import
Glepan
from
"~/views/Public/Glepan"
import
Engp
from
"~/views/Public/Engp"
export
default
{
export
default
{
...
@@ -92,17 +104,20 @@ export default {
...
@@ -92,17 +104,20 @@ export default {
"m-amep"
:
Amep
,
"m-amep"
:
Amep
,
"m-ovwp"
:
Ovwp
,
"m-ovwp"
:
Ovwp
,
"m-detp"
:
Detp
,
"m-detp"
:
Detp
,
"m-ptyp"
:
Ptyp
,
"m-setpan"
:
Setpan
,
"m-setpan"
:
Setpan
,
"m-engp"
:
Engp
,
"m-coninfp"
:
Coninfp
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-doctre"
:
Doctre
,
"m-glepan"
:
Glepan
,
},
},
provide
()
{
provide
()
{
return
{
return
{
root
:
this
root
:
this
}
}
},
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
(){
data
(){
return
{
return
{
tabVal
:
"amep"
,
tabVal
:
"amep"
,
...
@@ -126,11 +141,7 @@ export default {
...
@@ -126,11 +141,7 @@ export default {
{
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
//更新数据
//更新数据
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
)
this
.
updateModel
(
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
)
if
(
this
.
isInDisplay
){
this
.
restoreDisplay
()
}
}
}
else
else
...
...
src/views/Business/BusRouter.js
View file @
c5688153
...
@@ -168,7 +168,7 @@ import Litrog from "./Litrog"
...
@@ -168,7 +168,7 @@ import Litrog from "./Litrog"
import
Litacp
from
"./Litacp"
import
Litacp
from
"./Litacp"
import
Litdla
from
"./Litdla"
import
Litdla
from
"./Litdla"
import
Bctsel
from
"./Bctsel"
import
Bctsel
from
"./Bctsel"
import
Letdrv
from
"./Letdrv"
/**
/**
...
...
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