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
330c851d
Commit
330c851d
authored
2 years ago
by
wangren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bctdor交易 转换check save实现
parent
a5f947dd
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
446 additions
and
213 deletions
+446
-213
Pattern.js
src/model/Bctdor/Pattern.js
+17
-17
index.js
src/model/Bctdor/index.js
+7
-88
index.js
src/model/Public/Setmod/index.js
+72
-1
Detp.vue
src/views/Business/Bctdor/Detp.vue
+1
-1
Ovwp.vue
src/views/Business/Bctdor/Ovwp.vue
+64
-28
Ptyp.vue
src/views/Business/Bctdor/Ptyp.vue
+232
-6
index.vue
src/views/Business/Bctdor/index.vue
+23
-12
Ptyp.vue
src/views/Business/Bctrad/Ptyp.vue
+28
-60
BusRouter.js
src/views/Business/BusRouter.js
+2
-0
No files found.
src/model/Bctdor/Pattern.js
View file @
330c851d
...
...
@@ -16,21 +16,21 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"bcdgrp.cbs.max.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
//
"bcdgrp.cbs.max.amt":[
//
{type: "number", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
"bcdgrp.dre.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"bcdgrp.cbs.opn1.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
//
"bcdgrp.cbs.opn1.amt":[
//
{type: "number", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
"bcdgrp.dre.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
...
...
@@ -162,7 +162,7 @@ export default {
],
"bcdgrp.agt.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bcdgrp.agt.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -170,7 +170,7 @@ export default {
],
"bcdgrp.agb.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bcdgrp.agb.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -239,7 +239,7 @@ export default {
"bcdgrp.rog.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bcdgrp.rog.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -302,7 +302,7 @@ export default {
],
"bcdgrp.dre.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bcdgrp.dre.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -310,7 +310,7 @@ export default {
],
"bcdgrp.rmi.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bcdgrp.rmi.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -364,7 +364,7 @@ export default {
],
"bcdgrp.co2.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bcdgrp.co2.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -372,7 +372,7 @@ export default {
],
"bcdgrp.drr.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35
"
}
{
max
:
150
,
message
:
"长度不能超过150
"
}
],
"bcdgrp.drr.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
This diff is collapsed.
Click to expand it.
src/model/Bctdor/index.js
View file @
330c851d
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
export
default
class
Bctdor
{
constructor
()
{
this
.
data
=
{
swtdat
:
""
,
bcdgrp
:{
rec
:{
inr
:
""
,
ownref
:
""
,
// Collection Number .bcdgrp.rec.ownref
nam
:
""
,
// Name .bcdgrp.rec.nam
rcvdat
:
""
,
// Docs Received on .bcdgrp.rec.rcvdat
...
...
@@ -171,94 +174,10 @@ export default class Bctdor{
},
rejtypsel
:
""
,
// Select Rejection Type .rejtypsel
advtyp
:
""
,
// SWIFT Advice Type .advtyp
mtabut
:{
clsflg
:
""
,
// Close Flag .mtabut.clsflg
coninf
:{
oitinf
:{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit
:{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset
:{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit
:{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitset.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat
:
""
,
// 执行日期 .mtabut.coninf.conexedat
usr
:{
extkey
:
""
,
// User ID .mtabut.coninf.usr.extkey
},
},
},
setmod
:{
doccur
:
""
,
// document currency .setmod.doccur
docamt
:
""
,
// document amount .setmod.docamt
docamttyplab
:
""
,
// settled amount description as label .setmod.docamttyplab
retmsg
:
""
,
// Label showing Retry overflow condition .setmod.retmsg
ref
:
""
,
// our reference .setmod.ref
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
:
{}
}
},
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
liaallg
:[],
liaccv
:{
newamt
:
""
,
// 合同金额 .liaall.liaccv.newamt
concur
:
""
,
// 应付保证金金额 .liaall.liaccv.concur
totcovamt
:
""
,
// 金额总和 .liaall.liaccv.totcovamt
newresamt
:
""
,
// Reserved Amount .liaall.liaccv.newresamt
addinf
:
""
,
// Additional Information .liaall.liaccv.addinf
cshpct
:
""
,
// 保证金应收比例 .liaall.liaccv.cshpct
relcshpct
:
""
,
// 保证金实收比例 .liaall.liaccv.relcshpct
gleflg
:
""
,
// Create gle flag .liaall.liaccv.gleflg
chgcurflg
:
""
,
// Change currency flag .liaall.liaccv.chgcurflg
pctresamt
:
""
,
// reserve amount based percent .liaall.liaccv.pctresamt
liaccvg
:[],
},
},
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
doceot
:[],
},
},
mtabut
:
new
Pub
().
data
.
Mtabut
,
setmod
:
new
Pub
().
data
.
Setmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
pageId
:
""
// ctx的key
}
}
...
...
This diff is collapsed.
Click to expand it.
src/model/Public/Setmod/index.js
View file @
330c851d
...
...
@@ -9,8 +9,79 @@ export default class Setmod {
dspflg
:
""
,
// Type of settlement .setmod.dspflg
xreflg
:
""
,
// Recalculate Rates .setmod.xreflg
setglg
:
{
labdspflg
:
""
,
// Label for Type of Settlement .setmod.setglg.labdspflg
setgll
:
[]
setgll
:[],
sespay
:{
strinf202
:
""
,
triacc
:
""
,
coract
:
""
,
evebnk
:
""
,
corbnk
:
""
,
ownref
:
""
,
oriacc
:
""
,
rcvcoracc
:
""
,
awiacc
:
""
,
beiacc
:
""
,
strinf
:
""
,
setgrp
:{
bei
:{
pts
:{
extkey
:
""
,
adrblk
:
""
,
}
},
ori
:{
pts
:{
extkey
:
""
,
adrblk
:
""
,
}
}
,
tri
:{
pts
:{
extkey
:
""
,
adrblk
:
""
,
}
}
,
rcvcor
:{
pts
:{
extkey
:
""
,
adrblk
:
""
,
}
},
rcvcor2
:{
pts
:{
extkey
:
""
,
adrblk
:
""
,
}
},
snd756
:{
pts
:{
extkey
:
""
,
adrblk
:
""
,
}
},
},
actserp
:{
ptspta
:{
pts
:{
extkey
:
""
,
adrblk
:
""
,
}
}
},
awip
:{
ptspta
:{
pts
:{
extkey
:
""
,
adrblk
:
""
,
}
}
},
}
},
zmqacclab
:
""
,
// 主�'�号LABEL .setmod.zmqacclab
zmqacc
:
""
,
// 自�'�区主�'�号 .setmod.zmqacc
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bctdor/Detp.vue
View file @
330c851d
...
...
@@ -7,7 +7,7 @@
<el-form-item
label-position=
"left"
label=
"Delivery of Documents"
></el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
" Instructions"
>
<el-form-item
label=
" Instructions"
label-width=
"150px"
style=
"margin-left:-300px"
>
</el-form-item>
</c-col>
</c-col>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bctdor/Ovwp.vue
View file @
330c851d
<
template
>
<div
class=
"eibs-tab"
>
<c-row>
<!-- =================顶部====================== -->
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Collection Number"
prop=
"bcdgrp.rec.ownref"
>
<c-input
disabled
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Collection Number"
></c-input>
</el-form-item>
</c-col>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Collection Number"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin-left:18px ; padding: 0 12px"
size=
"small"
type=
"primary"
<c-col
:span=
"12"
>
<el-form-item
label=
"Name"
prop=
"bcdgrp.rec.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Document Amount"
prop=
"bcdgrp.cbs.max.cur"
>
<c-select
disabled
v-model=
"model.bcdgrp.cbs.max.cur"
style=
"width:100%"
placeholder=
"请选择Document Amount"
>
...
...
@@ -64,35 +72,54 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Payment Condition"
prop=
"bcdgrp.rec.doctypcod"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width:100%"
placeholder=
"请选择Payment Condition"
>
<c-select
:code=
"codes.doctypcod"
disabled
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width:100%"
placeholder=
"请选择Payment Condition"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Document Set Status"
prop=
"bcdgrp.rec.docsta"
>
<c-input
disabled
v-model=
"model.bcdgrp.rec.docsta"
maxlength=
"1"
placeholder=
"请输入Document Set Status"
></c-input>
<el-form-item
label=
"Document Set Status"
prop=
"bcdgrp.rec.docsta"
style=
"width:100%"
>
<c-select
:code=
"codes.docsta"
style=
"width:100%"
disabled
v-model=
"model.bcdgrp.rec.docsta"
placeholder=
"请输入Document Set Status"
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Select Rejection Type"
prop=
"rejtypsel"
>
<c-input
v-model=
"model.rejtypsel"
maxlength=
"1"
placeholder=
"请输入Select Rejection Type"
></c-input>
<el-form-item
label=
"Select Rejection Type"
prop=
"rejtypsel"
style=
"width:100%"
>
<c-select
style=
"width:100%"
:code=
"codes.rejtypsel"
v-model=
"model.rejtypsel"
placeholder=
"请输入Select Rejection Type"
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"2
0
"
>
<c-col
:span=
"2
4
"
>
<el-form-item
label=
"Reason "
prop=
"bcdgrp.blk.resrej"
>
<c-input
type=
"textarea"
v-model=
"model.bcdgrp.blk.resrej"
maxlength=
"50"
show-word-limit
placeholder=
"请输入Reason "
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-fullbox>
<c-input
:rows=
"4"
style=
"width:100%"
type=
"textarea"
v-model=
"model.bcdgrp.blk.resrej"
maxlength=
"50"
show-word-limit
placeholder=
"请输入Reason "
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onResrejButtxmsel"
>
...
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<!-- ========================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Name"
prop=
"bcdgrp.rec.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Drawee's Ref "
prop=
"bcdgrp.dre.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.ref"
maxlength=
"16"
placeholder=
"请输入Drawee"
></c-input>
...
...
@@ -126,17 +153,26 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"SWIFT Advice Type"
prop=
"advtyp"
>
<c-select
v-model=
"model.advtyp"
style=
"width:100%"
placeholder=
"请选择SWIFT Advice Type"
>
</c-select>
<c-input
disabled
v-model=
"model.advtyp"
style=
"width:100%"
placeholder=
"请选择SWIFT Advice Type"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
v-model=
"model.mtabut.clsflg"
>
Close Flag
</c-checkbox>
<el-form-item
label=
"SWIFT message dated "
prop=
"swtdat"
>
<c-date-picker
type=
"date"
v-model=
"model.swtdat"
style=
"width:100%"
placeholder=
"请选择修改日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-checkbox
style=
" margin: 0px 0 10px 150px;"
v-model=
"model.mtabut.clsflg"
>
Close Flag
</c-checkbox>
</c-col>
</c-col>
</c-row>
</div>
</template>
<
script
>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bctdor/Ptyp.vue
View file @
330c851d
<
template
>
<div
class=
"eibs-tab"
>
<c-row>
<!-- ====================左边======================= -->
<c-col
:span=
"12"
>
<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="{
...
...
@@ -32,13 +147,124 @@
@onAplpDet="onCo2pDet"
>
</c-ptap>
</c-col>
</c-col>
-->
</c-col>
<!-- ====================右边======================= -->
<c-col
:span=
"12"
>
<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="{
...
...
@@ -67,10 +293,10 @@
@onAplpDet="onDrrpDet"
>
</c-ptap>
</c-col> -->
</c-col>
</c-col>
</c-row>
</div>
</template>
<
script
>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bctdor/index.vue
View file @
330c851d
...
...
@@ -2,19 +2,14 @@
<c-page
title=
"进口代收拒付"
>
<div
class=
"eContainer"
>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
: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>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"150px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000025 -->
<el-tab-pane
label=
"
OverView
"
name=
"ovwp"
>
<el-tab-pane
label=
"
Reject Documents
"
name=
"ovwp"
>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
@@ -30,13 +25,17 @@
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"Liability"
name=
"engp"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"Settlement"
name=
"setpan"
>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"
Engagement"
name=
"engp
"
>
<el-tab-pane
label=
"
Bookings"
name=
"glepan
"
>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
@@ -49,6 +48,10 @@
<el-tab-pane
label=
"Messages"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"Attachments"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</c-tabs>
</el-form>
</div>
...
...
@@ -59,6 +62,7 @@ import Api from "~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Bctdor
from
"~/model/Bctdor"
import
commonProcess
from
"~/mixin/commonProcess"
import
commonFuncs
from
"~/mixin/commonFuncs"
import
Check
from
"~/model/Bctdor/Check"
import
Default
from
"~/model/Bctdor/Default"
import
Pattern
from
"~/model/Bctdor/Pattern"
...
...
@@ -69,6 +73,11 @@ import Engp from "~/views/Public/Engp"
import
Setpan
from
"~/views/Public/Setpan"
import
Coninfp
from
"~/views/Public/Coninfp"
import
Docpan
from
"~/views/Public/Docpan"
import
Glepan
from
"~/views/Public/Glepan"
import
Doctre
from
"~/views/Public/Doctre"
export
default
{
...
...
@@ -81,13 +90,15 @@ export default {
"m-engp"
:
Engp
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-glepan"
:
Glepan
,
"m-doctre"
:
Doctre
},
provide
()
{
return
{
root
:
this
}
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"ovwp"
,
...
...
@@ -97,7 +108,7 @@ export default {
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
codes
:
{
...
CodeTable
},
}
},
...
...
@@ -111,7 +122,7 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
this
.
updateModel
(
rtnmsg
.
data
);
}
else
{
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Bctrad/Ptyp.vue
View file @
330c851d
<
template
>
<div
class=
"eibs-tab"
>
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Drawee Ref."
prop=
"bcdgrp.dre.pts.ref"
>
<el-form-item
label=
"Drawee Ref."
prop=
"bcdgrp.dre.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.ref"
...
...
@@ -26,30 +22,26 @@
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;
"
style=
"margin:
0 10px 0 10px; padding: 0 12px
"
size=
"small"
type=
"primary"
>
<span
style=
"font-family:
'宋体';font-weight:
bold"
>
i
</span>
<span
style=
"font-family:
'宋体'; font-weight:
bold"
>
i
</span>
</c-button>
<c-button
style=
"margin:0 0"
style=
"margin:
0 0"
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -66,7 +58,6 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"2nd Collecting Bank Ref."
...
...
@@ -93,26 +84,23 @@
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin:
0 10px 0 10px;padding: 0 12px;
"
style=
"margin:
0 10px 0 10px; padding: 0 12px
"
size=
"small"
type=
"primary"
>
<span
style=
"font-family:
'宋体';font-weight:
bold"
>
i
</span>
<span
style=
"font-family:
'宋体'; font-weight:
bold"
>
i
</span>
</c-button>
<c-button
style=
"margin:0 0"
style=
"margin:
0 0"
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -144,16 +132,12 @@
}" :disabled="true" :isAdrblk="false" @onSeainf="" @onAplpDet="" style="width: 90%">
</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"
>
<el-form-item
label=
"Remitting Bank Ref."
prop=
"bcdgrp.rmi.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.rmi.pts.ref"
maxlength=
"16"
...
...
@@ -175,26 +159,23 @@
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin:
0 10px 0 10px;padding: 0 12px;
"
style=
"margin:
0 10px 0 10px; padding: 0 12px
"
size=
"small"
type=
"primary"
>
<span
style=
"font-family:
'宋体';font-weight:
bold"
>
i
</span>
<span
style=
"font-family:
'宋体'; font-weight:
bold"
>
i
</span>
</c-button>
<c-button
style=
"margin:0 0"
style=
"margin:
0 0"
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -212,10 +193,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Drawer Ref."
prop=
"bcdgrp.drr.pts.ref"
>
<el-form-item
label=
"Drawer Ref."
prop=
"bcdgrp.drr.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.drr.pts.ref"
maxlength=
"16"
...
...
@@ -237,26 +215,23 @@
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin:
0 10px 0 10px;padding: 0 12px;
"
style=
"margin:
0 10px 0 10px; padding: 0 12px
"
size=
"small"
type=
"primary"
>
<span
style=
"font-family:
'宋体';font-weight:
bold"
>
i
</span>
<span
style=
"font-family:
'宋体'; font-weight:
bold"
>
i
</span>
</c-button>
<c-button
style=
"margin:0 0"
style=
"margin:
0 0"
size=
"small"
type=
"primary"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -292,31 +267,25 @@
</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
{
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
"c-ptap"
:
Ptap
,
},
inject
:
[
'root'
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
}
return
{};
},
methods
:
{
...
Event
...
Event
,
},
created
:
function
()
{
}
}
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
\ No newline at end of file
<
style
></
style
>
This diff is collapsed.
Click to expand it.
src/views/Business/BusRouter.js
View file @
330c851d
...
...
@@ -165,6 +165,8 @@ import Litrog from "./Litrog"
import
Litacp
from
"./Litacp"
import
Litdla
from
"./Litdla"
import
Bctsel
from
"./Bctsel"
import
Letdrv
from
"./Letdrv"
/**
* 带有name的才会被添加进顶部的标签页里
...
...
This diff is collapsed.
Click to expand it.
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