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
0db71069
Commit
0db71069
authored
May 24, 2023
by
wanggang_yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtacp litcan页面调整
parent
18f769ea
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
624 additions
and
797 deletions
+624
-797
index.js
src/business/brtacp/event/index.js
+3
-0
check.js
src/business/brtacp/model/check.js
+14
-14
index.js
src/business/brtacp/model/index.js
+315
-304
Acpp.vue
src/business/brtacp/views/Acpp.vue
+72
-185
Addbcb.vue
src/business/brtacp/views/Addbcb.vue
+14
-15
Mt750p.vue
src/business/brtacp/views/Mt750p.vue
+30
-120
Ovwp.vue
src/business/brtacp/views/Ovwp.vue
+16
-17
index.vue
src/business/brtacp/views/index.vue
+96
-96
index.js
src/business/brtdck/event/index.js
+1
-1
index.js
src/business/litcan/event/index.js
+8
-1
index.js
src/business/litcan/model/index.js
+24
-22
Addbcb.vue
src/business/litcan/views/Addbcb.vue
+1
-1
Canp.vue
src/business/litcan/views/Canp.vue
+3
-4
Ovwp.vue
src/business/litcan/views/Ovwp.vue
+1
-1
index.vue
src/business/litcan/views/index.vue
+25
-15
index.js
src/business/litdck/event/index.js
+1
-1
No files found.
src/business/brtacp/event/index.js
View file @
0db71069
...
...
@@ -28,6 +28,9 @@ export default {
...
params
,
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
// lidInr:'00000013',
lidInr
:
'00006821'
,
});
if
(
!
res
.
data
)
{
return
...
...
src/business/brtacp/model/check.js
View file @
0db71069
...
...
@@ -18,10 +18,10 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"lidgrp.cbs.opn1.amt"
:[
{
type
:
"string
"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
],
//
"lidgrp.cbs.opn1.amt":[
// {type: "integer
", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
],
"brtp.recget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
...
...
@@ -39,11 +39,11 @@ export default {
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"brdgrp.cbs.max.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
//
"brdgrp.cbs.max.amt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
"brdgrp.apl.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
...
...
@@ -52,11 +52,11 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"brdgrp.cbs.opn1.amt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
//
"brdgrp.cbs.opn1.amt":[
//
{type: "string", required: false, message: "必输项"},
//
{max: 18,message:"整数位不能超过14位"},
//
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
"brdgrp.apl.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
...
...
src/business/brtacp/model/index.js
View file @
0db71069
import
Pts
from
'~/components/business/commonModel/Pts'
;
import
Pub
from
'~/components/business/commonModel/index.js'
;
export
default
class
Brtacp
{
constructor
()
{
this
.
data
=
{
gitp
:
{
swiftflg
:
''
,
},
gidgrp
:
{
shp
:{
pts
:
new
Pts
().
data
,
},
rec
:
{
branchinr
:
'00000047'
,
ownref
:
''
,
// Reference .gidgrp.rec.ownref
purposin
:
''
,
// Incoming Purpose .gidgrp.rec.purposin
purpos
:
''
,
// Outgoing Purpose .gidgrp.rec.purpos
hndtyp
:
''
,
// Handling Type .gidgrp.rec.hndtyp
gartyp
:
''
,
// Type of Undertaking .gidgrp.rec.gartyp
legfrm
:
''
,
// Form of Undertaking .gidgrp.rec.legfrm
demand
:
''
,
// Demand Indicator .gidgrp.rec.demand
fingua
:
''
,
// 是否对外担保 .gidgrp.rec.fingua
cfaguatyp
:
''
,
// 对外担保类型 .gidgrp.rec.cfaguatyp
cmtflg
:
''
,
// 跨境人民币保函 .gidgrp.rec.cmtflg
giduil
:
''
,
// Language of Undertak. .gidgrp.rec.giduil
vrfdat
:
''
,
// 核销日期 .gidgrp.rec.vrfdat
gtxinr
:
''
,
// Choice of Text .gidgrp.rec.gtxinr
fenlishi
:
''
,
// 是否分离式保函 .gidgrp.rec.fenlishi
atxinr
:
''
,
// Choice of Text .gidgrp.rec.atxinr
orddat
:
''
,
// Order Date .gidgrp.rec.orddat
expflg
:
''
,
// Unlimited Guarantee .gidgrp.rec.expflg
expdat
:
''
,
// Valid until .gidgrp.rec.expdat
liaflg
:
''
,
// Unlimited Liability .gidgrp.rec.liaflg
liadat
:
''
,
// Our Liability until .gidgrp.rec.liadat
inudat
:
''
,
// Inure Date .gidgrp.rec.inudat
nam
:
''
,
// Name .gidgrp.rec.nam
liatxtc
:
''
,
// Liability Condition .gidgrp.blk.liatxtc
delori
:
''
,
// Delivery of Undertak. .gidgrp.rec.delori
deloritxt
:
''
,
// Delivery of Undertak. .gidgrp.rec.deloritxt
sndto
:
''
,
// Undertaking Send to .gidgrp.rec.sndto
delto
:
''
,
// Deliv. To/Collection By .gidgrp.rec.delto
chato
:
''
,
// Own Charges Borne by .gidgrp.rec.chato
orcref
:
''
,
// Contract Reference .gidgrp.rec.orcref
orcdat
:
''
,
// Date from Original Contract .gidgrp.rec.orcdat
tenclsdat
:
''
,
// Closing Date .gidgrp.rec.tenclsdat
orccur
:
''
,
// Contract Amount .gidgrp.rec.orccur
orcamt
:
'0.00'
,
// Contract Amount .gidgrp.rec.orcamt
acc
:
''
,
// A/c for Adv. Paym. Guar. .gidgrp.rec.acc
jurlaws20
:
''
,
// Governing Law .gidgrp.rec.jurlaws20
jurlaw
:
''
,
// Law of Jurisdiction .gidgrp.rec.jurlaw
tenref
:
''
,
// Tender Reference .gidgrp.rec.tenref
tendat
:
''
,
// Tender Date .gidgrp.rec.tendat
trmdat
:
''
,
// Latest Transmiss. Date .gidgrp.rec.trmdat
mannum
:
''
,
// 手册号码 .gidgrp.rec.mannum
bngcod
:
''
,
// 企业海关编码 .gidgrp.rec.bngcod
juscod
:
''
,
// 组织机构代码 .gidgrp.rec.juscod
cunqii
:
''
,
// 流动资金贷款利率档次 .gidgrp.rec.cunqii
bilvvv
:
0
,
// 上浮比率 .gidgrp.rec.bilvvv
jurplc
:
''
,
// Place of Jurisdiction .gidgrp.rec.jurplc
reccnfdet
:
''
,
// Confirm. Instr. .gidgrp.rec.reccnfdet
cnfdet
:
''
,
cnfsta
:
''
,
// Confirmation Status .gidgrp.rec.cnfsta
partcon
:
0
,
// Partial Confirmation .gidgrp.rec.partcon
cnfdat
:
''
,
// Confirmation Date .gidgrp.rec.cnfdat
opndat
:
''
,
opndatc
:
''
,
// Requested Issue Date .gidgrp.rec.opndatc
gartypc
:
''
,
// Undertaking Type .gidgrp.rec.gartypc
gartyptxtc
:
''
,
// Undertaking Type .gidgrp.blk.gartyptxtc
legfrmc
:
''
,
// Form of Undertaking .gidgrp.rec.legfrmc
demandc
:
''
,
// Demand Indicator .gidgrp.rec.demandc
stdwrduilc
:
''
,
// Requested Language .gidgrp.rec.stdwrduilc
gtxinrc
:
''
,
// Choice of Text .gidgrp.rec.gtxinrc
exptyp
:
''
,
// Expiry Type .gidgrp.rec.exptyp
deloritxtc
:
''
,
// Delivery of Undertak. .gidgrp.rec.deloritxtc
orcrefc
:
''
,
// Contract Reference .gidgrp.rec.orcrefc
tenclsdatc
:
''
,
// Closing Date .gidgrp.rec.tenclsdatc
orccurc
:
''
,
// Contract Amount .gidgrp.rec.orccurc
orcamtc
:
''
,
// Contract Amount .gidgrp.rec.orcamtc
accc
:
''
,
// A/c Adv. Paym. Guar. .gidgrp.rec.accc
jurlawc
:
''
,
// Governing Law .gidgrp.rec.jurlawc
jurlawtxtc
:
''
,
// Governing Law .gidgrp.rec.jurlawtxtc
jurplcc
:
''
,
// Place of Jurisdiction .gidgrp.rec.jurplcc
tenrefc
:
''
,
// Tender Reference .gidgrp.rec.tenrefc
tendatc
:
''
,
// Tender Date .gidgrp.rec.tendatc
trmdatc
:
''
,
// Latest Transmission .gidgrp.rec.trmdatc
orcratc
:
''
,
// Original Perc./ Rate .gidgrp.rec.orcratc
},
cbs
:
{
cnf
:
{
cur
:
''
,
// Confirmation Amount .gidgrp.cbs.cnf.cur
amt
:
'0.00'
,
// Balance .gidgrp.cbs.cnf.amt
},
mac2
:
{
cur
:
''
,
amt
:
'0.00'
,
},
mac
:
{
cur
:
''
,
amt
:
'0.00'
,
},
max
:
{
cur
:
''
,
// Guarantee Amount .gidgrp.cbs.max.cur
amt
:
'0.00'
,
// Guarantee Amount .gidgrp.cbs.max.amt
},
max2
:
{
cur
:
''
,
amt
:
'0.00'
,
},
opc2
:
{
cur
:
''
,
amt
:
'0.00'
,
},
opn1
:
{
cur
:
''
,
// Open Amount .gidgrp.cbs.opn1.cur
amt
:
'0.00'
,
// Balance .gidgrp.cbs.opn1.amt
},
},
blk
:
{
apprul
:
''
,
// Applicable Rules .gidgrp.blk.apprul
apprultxt
:
''
,
// Applicable Rules .gidgrp.blk.apprultxt
exptxt
:
''
,
// Expiry Condition/ Evt. .gidgrp.blk.exptxt
atxexptxt
:
''
,
// Expiry Condition/ Evt. .gidgrp.blk.atxexptxt
liatxtc
:
''
,
// Liability Condition .gidgrp.blk.liatxtc
atxliatxtc
:
''
,
// Liability Condition .gidgrp.blk.atxliatxtc
deltoadr
:
''
,
// Delivery to Address .gidgrp.blk.deltoadr
trfcond
:
''
,
// Transfer Conditions .gidgrp.blk.trfcond
feetxt
:
''
,
// Additional Details to Code for Charges .gidgrp.blk.feetxt
preper
:
''
,
atxpreper
:
''
,
// Presentation Instr. .gidgrp.blk.atxpreper
covgodsrv
:
''
,
// Object of Contract .gidgrp.blk.covgodsrv
orcplc
:
''
,
// Original Contract Place .gidgrp.blk.orcplc
addinf
:
''
,
// Additional Info .gidgrp.blk.addinf
gidtxt
:
''
,
// Guarantee Text with Variables .gidgrp.blk.gidtxt
gtxgidtxt
:
''
,
// Guarantee Text with Variables .gidgrp.blk.gtxgidtxt
apprulc
:
''
,
// Applicable Rules .gidgrp.blk.apprulc
feetxtc
:
''
,
// Additional Details to Code for Charges .gidgrp.blk.feetxtc
preperc
:
''
,
// Presentation Instr. .gidgrp.blk.preperc
orcplcc
:
''
,
// Original Contract Place - Local Undertaking Seq. C .gidgrp.blk.orcplcc
addinfc
:
''
,
// Additional Info - Local Undertaking Seq. C .gidgrp.blk.addinfc
gtxgidtxtc
:
''
,
// Guarantee Text with Variables - Counter Undertaking .gidgrp.blk.gtxgidtxtc
addamtcovc
:
''
,
// Covered .gidgrp.blk.addamtcovc
covgodsrvc
:
''
,
// Object of Contract - Local Undertaking Seq. C .gidgrp.blk.covgodsrvc
atxcovgodsrv
:
''
,
atxcovgodsrvc
:
''
,
// Underly. Transact. Det. .gidgrp.blk.atxcovgodsrvc
},
ghd
:
{
segtyp
:
''
,
// 特殊保函类型 .gidgrp.ghd.segtyp
bustyp
:
''
,
// 业务类型 .gidgrp.ghd.bustyp
remark
:
''
,
// 备注 .gidgrp.ghd.remark
},
gidcxm
:
{
warran
:
''
,
// 被保证人 .gidgrp.gidcxm.warran
cxmflg
:
''
,
// 是否显示查询码 .gidgrp.gidcxm.cxmflg
benefi
:
''
,
// 受益人名称 .gidgrp.gidcxm.benefi
},
apc
:
{
pts
:
new
Pts
().
data
,
},
ctc
:
{
pts
:
new
Pts
().
data
,
},
bec
:
{
pts
:
new
Pts
().
data
,
},
ben
:
{
pts
:
new
Pts
().
data
,
},
iss
:
{
pts
:
new
Pts
().
data
,
},
adv
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
con
:
{
pts
:
new
Pts
().
data
,
},
ctr
:
{
pts
:
new
Pts
().
data
,
},
atb
:
{
pts
:
new
Pts
().
data
,
},
avc
:
{
pts
:
new
Pts
().
data
,
},
cnr
:
{
pts
:
new
Pts
().
data
,
},
at2
:
{
pts
:
new
Pts
().
data
,
},
},
brdgrp
:
{
prb
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
export
default
class
Brtacp
{
constructor
()
{
this
.
data
=
{
gitp
:
{
swiftflg
:
''
,
},
gidgrp
:
{
shp
:
{
pts
:
new
Pts
().
data
,
},
rec
:
{
branchinr
:
'00000047'
,
ownref
:
''
,
// Reference .gidgrp.rec.ownref
purposin
:
''
,
// Incoming Purpose .gidgrp.rec.purposin
purpos
:
''
,
// Outgoing Purpose .gidgrp.rec.purpos
hndtyp
:
''
,
// Handling Type .gidgrp.rec.hndtyp
gartyp
:
''
,
// Type of Undertaking .gidgrp.rec.gartyp
legfrm
:
''
,
// Form of Undertaking .gidgrp.rec.legfrm
demand
:
''
,
// Demand Indicator .gidgrp.rec.demand
fingua
:
''
,
// 是否对外担保 .gidgrp.rec.fingua
cfaguatyp
:
''
,
// 对外担保类型 .gidgrp.rec.cfaguatyp
cmtflg
:
''
,
// 跨境人民币保函 .gidgrp.rec.cmtflg
giduil
:
''
,
// Language of Undertak. .gidgrp.rec.giduil
vrfdat
:
''
,
// 核销日期 .gidgrp.rec.vrfdat
gtxinr
:
''
,
// Choice of Text .gidgrp.rec.gtxinr
fenlishi
:
''
,
// 是否分离式保函 .gidgrp.rec.fenlishi
atxinr
:
''
,
// Choice of Text .gidgrp.rec.atxinr
orddat
:
''
,
// Order Date .gidgrp.rec.orddat
expflg
:
''
,
// Unlimited Guarantee .gidgrp.rec.expflg
expdat
:
''
,
// Valid until .gidgrp.rec.expdat
liaflg
:
''
,
// Unlimited Liability .gidgrp.rec.liaflg
liadat
:
''
,
// Our Liability until .gidgrp.rec.liadat
inudat
:
''
,
// Inure Date .gidgrp.rec.inudat
nam
:
''
,
// Name .gidgrp.rec.nam
liatxtc
:
''
,
// Liability Condition .gidgrp.blk.liatxtc
delori
:
''
,
// Delivery of Undertak. .gidgrp.rec.delori
deloritxt
:
''
,
// Delivery of Undertak. .gidgrp.rec.deloritxt
sndto
:
''
,
// Undertaking Send to .gidgrp.rec.sndto
delto
:
''
,
// Deliv. To/Collection By .gidgrp.rec.delto
chato
:
''
,
// Own Charges Borne by .gidgrp.rec.chato
orcref
:
''
,
// Contract Reference .gidgrp.rec.orcref
orcdat
:
''
,
// Date from Original Contract .gidgrp.rec.orcdat
tenclsdat
:
''
,
// Closing Date .gidgrp.rec.tenclsdat
orccur
:
''
,
// Contract Amount .gidgrp.rec.orccur
orcamt
:
'0.00'
,
// Contract Amount .gidgrp.rec.orcamt
acc
:
''
,
// A/c for Adv. Paym. Guar. .gidgrp.rec.acc
jurlaws20
:
''
,
// Governing Law .gidgrp.rec.jurlaws20
jurlaw
:
''
,
// Law of Jurisdiction .gidgrp.rec.jurlaw
tenref
:
''
,
// Tender Reference .gidgrp.rec.tenref
tendat
:
''
,
// Tender Date .gidgrp.rec.tendat
trmdat
:
''
,
// Latest Transmiss. Date .gidgrp.rec.trmdat
mannum
:
''
,
// 手册号码 .gidgrp.rec.mannum
bngcod
:
''
,
// 企业海关编码 .gidgrp.rec.bngcod
juscod
:
''
,
// 组织机构代码 .gidgrp.rec.juscod
cunqii
:
''
,
// 流动资金贷款利率档次 .gidgrp.rec.cunqii
bilvvv
:
0
,
// 上浮比率 .gidgrp.rec.bilvvv
jurplc
:
''
,
// Place of Jurisdiction .gidgrp.rec.jurplc
reccnfdet
:
''
,
// Confirm. Instr. .gidgrp.rec.reccnfdet
cnfdet
:
''
,
cnfsta
:
''
,
// Confirmation Status .gidgrp.rec.cnfsta
partcon
:
0
,
// Partial Confirmation .gidgrp.rec.partcon
cnfdat
:
''
,
// Confirmation Date .gidgrp.rec.cnfdat
opndat
:
''
,
opndatc
:
''
,
// Requested Issue Date .gidgrp.rec.opndatc
gartypc
:
''
,
// Undertaking Type .gidgrp.rec.gartypc
gartyptxtc
:
''
,
// Undertaking Type .gidgrp.blk.gartyptxtc
legfrmc
:
''
,
// Form of Undertaking .gidgrp.rec.legfrmc
demandc
:
''
,
// Demand Indicator .gidgrp.rec.demandc
stdwrduilc
:
''
,
// Requested Language .gidgrp.rec.stdwrduilc
gtxinrc
:
''
,
// Choice of Text .gidgrp.rec.gtxinrc
exptyp
:
''
,
// Expiry Type .gidgrp.rec.exptyp
deloritxtc
:
''
,
// Delivery of Undertak. .gidgrp.rec.deloritxtc
orcrefc
:
''
,
// Contract Reference .gidgrp.rec.orcrefc
tenclsdatc
:
''
,
// Closing Date .gidgrp.rec.tenclsdatc
orccurc
:
''
,
// Contract Amount .gidgrp.rec.orccurc
orcamtc
:
''
,
// Contract Amount .gidgrp.rec.orcamtc
accc
:
''
,
// A/c Adv. Paym. Guar. .gidgrp.rec.accc
jurlawc
:
''
,
// Governing Law .gidgrp.rec.jurlawc
jurlawtxtc
:
''
,
// Governing Law .gidgrp.rec.jurlawtxtc
jurplcc
:
''
,
// Place of Jurisdiction .gidgrp.rec.jurplcc
tenrefc
:
''
,
// Tender Reference .gidgrp.rec.tenrefc
tendatc
:
''
,
// Tender Date .gidgrp.rec.tendatc
trmdatc
:
''
,
// Latest Transmission .gidgrp.rec.trmdatc
orcratc
:
''
,
// Original Perc./ Rate .gidgrp.rec.orcratc
},
cbs
:
{
cnf
:
{
cur
:
''
,
// Confirmation Amount .gidgrp.cbs.cnf.cur
amt
:
'0.00'
,
// Balance .gidgrp.cbs.cnf.amt
},
acb
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
mac2
:
{
cur
:
''
,
amt
:
'0.00'
,
},
ben
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
mac
:
{
cur
:
''
,
amt
:
'0.00'
,
},
apl
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
max
:
{
cur
:
''
,
// Guarantee Amount .gidgrp.cbs.max.cur
amt
:
'0.00'
,
// Guarantee Amount .gidgrp.cbs.max.amt
},
blk
:
{
chaded
:
''
,
docdisflg
:
''
,
chaadd
:
''
,
docdis
:
''
max2
:
{
cur
:
''
,
amt
:
'0.00'
,
},
rec
:
{
totcur
:
''
,
ownref
:
''
,
disdat
:
''
,
totamt
:
''
,
nam
:
''
,
docprbrol
:
''
opc2
:
{
cur
:
''
,
amt
:
'0.00'
,
},
cbs
:
{
opn1
:
{
cur
:
''
},
opn2
:
{
cur
:
''
},
max
:
{
cur
:
''
,
amt
:
''
},
max2
:
{
amt
:
''
}
}
opn1
:
{
cur
:
''
,
// Open Amount .gidgrp.cbs.opn1.cur
amt
:
'0.00'
,
// Balance .gidgrp.cbs.opn1.amt
},
},
blk
:
{
apprul
:
''
,
// Applicable Rules .gidgrp.blk.apprul
apprultxt
:
''
,
// Applicable Rules .gidgrp.blk.apprultxt
exptxt
:
''
,
// Expiry Condition/ Evt. .gidgrp.blk.exptxt
atxexptxt
:
''
,
// Expiry Condition/ Evt. .gidgrp.blk.atxexptxt
liatxtc
:
''
,
// Liability Condition .gidgrp.blk.liatxtc
atxliatxtc
:
''
,
// Liability Condition .gidgrp.blk.atxliatxtc
deltoadr
:
''
,
// Delivery to Address .gidgrp.blk.deltoadr
trfcond
:
''
,
// Transfer Conditions .gidgrp.blk.trfcond
feetxt
:
''
,
// Additional Details to Code for Charges .gidgrp.blk.feetxt
preper
:
''
,
atxpreper
:
''
,
// Presentation Instr. .gidgrp.blk.atxpreper
covgodsrv
:
''
,
// Object of Contract .gidgrp.blk.covgodsrv
orcplc
:
''
,
// Original Contract Place .gidgrp.blk.orcplc
addinf
:
''
,
// Additional Info .gidgrp.blk.addinf
gidtxt
:
''
,
// Guarantee Text with Variables .gidgrp.blk.gidtxt
gtxgidtxt
:
''
,
// Guarantee Text with Variables .gidgrp.blk.gtxgidtxt
apprulc
:
''
,
// Applicable Rules .gidgrp.blk.apprulc
feetxtc
:
''
,
// Additional Details to Code for Charges .gidgrp.blk.feetxtc
preperc
:
''
,
// Presentation Instr. .gidgrp.blk.preperc
orcplcc
:
''
,
// Original Contract Place - Local Undertaking Seq. C .gidgrp.blk.orcplcc
addinfc
:
''
,
// Additional Info - Local Undertaking Seq. C .gidgrp.blk.addinfc
gtxgidtxtc
:
''
,
// Guarantee Text with Variables - Counter Undertaking .gidgrp.blk.gtxgidtxtc
addamtcovc
:
''
,
// Covered .gidgrp.blk.addamtcovc
covgodsrvc
:
''
,
// Object of Contract - Local Undertaking Seq. C .gidgrp.blk.covgodsrvc
atxcovgodsrv
:
''
,
atxcovgodsrvc
:
''
,
// Underly. Transact. Det. .gidgrp.blk.atxcovgodsrvc
},
ghd
:
{
segtyp
:
''
,
// 特殊保函类型 .gidgrp.ghd.segtyp
bustyp
:
''
,
// 业务类型 .gidgrp.ghd.bustyp
remark
:
''
,
// 备注 .gidgrp.ghd.remark
},
gidcxm
:
{
warran
:
''
,
// 被保证人 .gidgrp.gidcxm.warran
cxmflg
:
''
,
// 是否显示查询码 .gidgrp.gidcxm.cxmflg
benefi
:
''
,
// 受益人名称 .gidgrp.gidcxm.benefi
},
apc
:
{
pts
:
new
Pts
().
data
,
},
ctc
:
{
pts
:
new
Pts
().
data
,
},
bec
:
{
pts
:
new
Pts
().
data
,
},
ben
:
{
pts
:
new
Pts
().
data
,
},
iss
:
{
pts
:
new
Pts
().
data
,
},
adv
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
con
:
{
pts
:
new
Pts
().
data
,
},
ctr
:
{
pts
:
new
Pts
().
data
,
},
atb
:
{
pts
:
new
Pts
().
data
,
},
avc
:
{
pts
:
new
Pts
().
data
,
},
cnr
:
{
pts
:
new
Pts
().
data
,
},
brtp
:
{
furide
:
''
,
matp
:
{
mattxtlab
:
''
at2
:
{
pts
:
new
Pts
().
data
,
},
},
brdgrp
:
{
prb
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
acb
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
ben
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
apl
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
blk
:
{
chaded
:
''
,
docdisflg
:
''
,
chaadd
:
''
,
docdis
:
''
},
rec
:
{
totcur
:
''
,
ownref
:
''
,
disdat
:
''
,
totamt
:
''
,
nam
:
''
,
docprbrol
:
''
,
rcvdat
:
''
,
advdat
:
''
,
docflg
:
''
,
tenmaxday
:
''
,
docsta
:
''
,
},
matp
:
{
mattxtlab
:
''
,
},
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
},
opn2
:
{
cur
:
''
,
amt
:
''
},
max
:
{
cur
:
''
,
amt
:
''
},
max2
:
{
amt
:
''
},
}
},
brtp
:
{
furide
:
''
,
matp
:
{
mattxtlab
:
''
}
},
lidgrp
:
{
rec
:
{
expdat
:
''
,
ownref
:
''
},
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
0
}
}
},
gcdgrp
:
{
prb
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
rec
:
{
clmdat
:
''
,
ownref
:
''
,
payrol
:
''
,
nam
:
''
,
docprbrol
:
''
,
},
lidgrp
:
{
rec
:
{
expdat
:
''
,
ownref
:
''
oth
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
},
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
}
max
:
{
cur
:
''
,
amt
:
''
}
},
gcdgrp
:
{
prb
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
rec
:
{
clmdat
:
''
,
ownref
:
''
,
payrol
:
''
,
nam
:
''
,
docprbrol
:
''
,
},
oth
:
{
adrelc
:
''
,
dbfadrblkcn
:
''
,
namelc
:
''
,
pts
:
new
Pts
().
data
,
},
cbs
:
{
opn1
:
{
cur
:
''
,
amt
:
''
},
max
:
{
cur
:
''
,
amt
:
''
}
},
ben
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
adv
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
},
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
liaccv
:
new
Pub
().
data
.
Liaccv
,
docpan
:
new
Pub
().
data
.
Docpan
,
ben
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
adv
:
{
pts
:
new
Pts
().
data
,
},
apl
:
{
pts
:
new
Pts
().
data
,
},
},
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaall
:
new
Pub
().
data
.
Liaall
,
liaccv
:
new
Pub
().
data
.
Liaccv
,
docpan
:
new
Pub
().
data
.
Docpan
,
};
}
}
src/business/brtacp/views/Acpp.vue
View file @
0db71069
...
...
@@ -6,29 +6,17 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"信用证编号"
prop=
"lidgrp.rec.ownref"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入信用证编号"
disabled
></c-input>
<c-input
v-model=
"model.lidgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入信用证编号"
disabled
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"
<c-button
style=
"
margin: 0 10px 0 10px;
padding: 0 12px;
"
size=
"small"
type=
"primary"
>
"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"!this.flag && model.lidgrp.rec.ownref == ''? false:true"
>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"!this.flag && model.lidgrp.rec.ownref == '' ? false : true"
>
获取
</c-button>
</
template
>
...
...
@@ -39,29 +27,17 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"单据编号"
prop=
"brdgrp.rec.ownref"
>
<c-fullbox>
<c-input
v-model=
"model.brdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入单据参考号"
disabled
></c-input>
<c-input
v-model=
"model.brdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入单据参考号"
disabled
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"
<c-button
style=
"
margin: 0 10px 0 10px;
padding: 0 12px;
"
size=
"small"
type=
"primary"
>
"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"!this.flag && model.brdgrp.rec.ownref == ''? false:true"
>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"!this.flag && model.brdgrp.rec.ownref == '' ? false : true"
>
获取
</c-button>
</
template
>
...
...
@@ -71,98 +47,61 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"生效日期"
prop=
"lidgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
style=
"width: 100%"
placeholder=
"请选择日期"
disabled
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
style=
"width: 100%"
placeholder=
"请选择日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<!-- ---------------Right--------------- -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"开证金额"
prop=
"lidgrp.cbs.opn1.cur"
>
<c-select
disabled
v-model=
"model.lidgrp.cbs.opn1.cur"
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=
"lidgrp.cbs.opn1.cur"
>
<c-select
disabled
v-model=
"model.lidgrp.cbs.opn1.cur"
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
style=
"text-align: left"
label-width=
"5px"
prop=
"lidgrp.cbs.opn1.amt"
>
<c-input
disabled
v-model=
"model.lidgrp.cbs.opn1.amt"
style=
"text-align: left; width: 100%"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
style=
"text-align: left"
label-width=
"5px"
prop=
"lidgrp.cbs.opn1.amt"
>
<c-input
disabled
v-model=
"model.lidgrp.cbs.opn1.amt"
style=
"text-align: left; width: 100%"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据简略信息"
prop=
"brdgrp.rec.nam"
>
<c-input
v-model=
"model.brdgrp.rec.nam"
placeholder=
""
disabled
></c-input>
<el-form-item
label=
"单据简略信息"
prop=
"brdgrp.rec.nam"
>
<c-input
v-model=
"model.brdgrp.rec.nam"
placeholder=
""
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-litTemp
:model=
"model"
:argadr=
"{
title: '',
trans: 'brdgrp',
trans1:'brtp',
}"
:rol=
"[
{
title: '申请人',
trans: 'apl',
},
{
title: '受益人',
trans: 'ben',
},
{
title: '寄单行',
trans: 'prb',
},
]"
:isAdvdat=
"true"
:isMattxtlab=
"true"
:isTenmaxday=
"true"
>
<c-litTemp
:model=
"model"
:argadr=
"{
title: '',
trans: 'brdgrp',
trans1: 'brtp',
}"
:rol=
"[
{
title: '申请人',
trans: 'apl',
},
{
title: '受益人',
trans: 'ben',
},
{
title: '寄单行',
trans: 'prb',
},
]"
:isAdvdat=
"true"
:isMattxtlab=
"true"
:isTenmaxday=
"true"
>
</c-litTemp>
</c-col>
...
...
@@ -170,64 +109,30 @@
<!-- ---------------Left--------------- -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"进一步确认"
prop=
"brtp.furide"
>
<c-select
v-model=
"model.brtp.furide"
style=
"width: 100%"
placeholder=
"请选择内容"
>
<el-option
v-for=
"item in furide"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-form-item
label=
"进一步确认"
prop=
"brtp.furide"
>
<c-select
v-model=
"model.brtp.furide"
style=
"width: 100%"
placeholder=
"请选择内容"
>
<el-option
v-for=
"item in furide"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"不符点通知日期"
prop=
"brdgrp.rec.disdat"
>
<c-date-picker
type=
"date"
v-model=
"model.brdgrp.rec.disdat"
style=
"width: 100%"
placeholder=
"请选择不符点通知日期"
></c-date-picker>
<el-form-item
label=
"不符点通知日期"
prop=
"brdgrp.rec.disdat"
>
<c-date-picker
type=
"date"
v-model=
"model.brdgrp.rec.disdat"
style=
"width: 100%"
placeholder=
"请选择不符点通知日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"通知金额总和"
prop=
"brdgrp.rec.totcur"
>
<c-input
v-model=
"model.brdgrp.rec.totcur"
maxlength=
"3"
placeholder=
"请选择币种"
disabled
></c-input>
<el-form-item
label=
"通知金额总和"
prop=
"brdgrp.rec.totcur"
>
<c-input
v-model=
"model.brdgrp.rec.totcur"
maxlength=
"3"
placeholder=
"请选择币种"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"brdgrp.rec.totamt"
label-width=
"5px"
>
<c-input
v-model=
"model.brdgrp.rec.totamt"
placeholder=
"请输入金额"
></c-input>
<el-form-item
label=
""
prop=
"brdgrp.rec.totamt"
label-width=
"5px"
>
<c-input
v-model=
"model.brdgrp.rec.totamt"
placeholder=
"请输入金额"
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -236,37 +141,20 @@
<!-- ---------------Right--------------- -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单行角色"
prop=
"brdgrp.rec.docprbrol"
>
<c-select
disabled
v-model=
"model.brdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.docprbrol"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-form-item
label=
"交单行角色"
prop=
"brdgrp.rec.docprbrol"
>
<c-select
disabled
v-model=
"model.brdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.docprbrol"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap1
:model=
"model"
:argadr=
"{
title: '',
grp: 'brdgrp',
rol: 'prb',
}"
:disabled=
"true"
:isAdrblk=
"false"
>
<c-ptap1
:model=
"model"
:argadr=
"{
title: '',
grp: 'brdgrp',
rol: 'prb',
}"
:disabled=
"true"
:isAdrblk=
"false"
>
</c-ptap1>
</c-col>
</c-col>
...
...
@@ -301,8 +189,7 @@ export default {
};
},
methods
:
{},
created
:
function
()
{},
created
:
function
()
{
},
};
</
script
>
<
style
>
</
style
>
<
style
></
style
>
src/business/brtacp/views/Addbcb.vue
View file @
0db71069
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<!--el-collapse-item title="备查表" name="addbcb">
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<!--el-collapse-item title="备查表" name="addbcb">
<c-addbcb
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item-->
<el-collapse-item
title=
"附言"
name=
"coninfp"
>
<c-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"附言"
name=
"coninfp"
>
<c-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</el-collapse>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -22,8 +22,8 @@ import Coninfp from "~/views/Public/Coninfp";
export
default
{
components
:
{
"c-coninfp"
:
Coninfp
,
},
"c-coninfp"
:
Coninfp
,
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
...
...
@@ -35,9 +35,8 @@ export default {
},
methods
:
{},
created
:
function
()
{},
created
:
function
()
{
},
};
</
script
>
<
style
>
</
style
>
<
style
></
style
>
src/business/brtacp/views/Mt750p.vue
View file @
0db71069
...
...
@@ -4,37 +4,16 @@
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"单据金额"
prop=
"brdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.brdgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择单据金额"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-form-item
label=
"单据金额"
prop=
"brdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.brdgrp.cbs.max.cur"
style=
"width: 100%"
placeholder=
"请选择单据金额"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.brdgrp.cbs.max.amt"
placeholder=
"请输入单据金额"
disabled
></c-input>
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.brdgrp.cbs.max.amt"
placeholder=
"请输入单据金额"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -42,146 +21,78 @@
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"提取附加金额"
prop=
"brdgrp.cbs.opn2.cur"
>
<c-select
v-model=
"model.brdgrp.cbs.opn2.cur"
style=
"width: 100%"
placeholder=
"请选择附加金额"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.brdgrp.cbs.opn2.cur"
style=
"width: 100%"
placeholder=
"请选择附加金额"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.cbs.max2.amt"
>
<c-input
v-model=
"model.brdgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
disabled
></c-input>
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.cbs.max2.amt"
>
<c-input
v-model=
"model.brdgrp.cbs.max2.amt"
placeholder=
"请输入附加金额"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"待支付金额"
prop=
"brdgrp.rec.totcur"
>
<c-select
v-model=
"model.brdgrp.rec.totcur"
style=
"width: 100%"
placeholder=
"请选择币种"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-form-item
label=
"待支付金额"
prop=
"brdgrp.rec.totcur"
>
<c-select
v-model=
"model.brdgrp.rec.totcur"
style=
"width: 100%"
placeholder=
"请选择币种"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.rec.totamt"
>
<c-input
v-model=
"model.brdgrp.rec.totamt"
placeholder=
"请输入"
disabled
></c-input>
<el-form-item
label=
""
label-width=
"5px"
prop=
"brdgrp.rec.totamt"
>
<c-input
v-model=
"model.brdgrp.rec.totamt"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-ptap1
:model=
"model"
:argadr=
"
{
title: '账户银行',
grp: 'brdgrp',
rol: 'acb',
}"
:disabled="true"
:disabled1="true"
>
<c-ptap1
:model=
"model"
:argadr=
"
{
title: '账户银行',
grp: 'brdgrp',
rol: 'acb',
}" :disabled="true" :disabled1="true">
</c-ptap1>
</c-col>
</c-col>
<!-- ---------------Right--------------- -->
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"已扣除费用"
prop=
"brdgrp.blk.chaded"
>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.chaded"
maxlength=
"210"
:rows=
"4"
show-word-limit
placeholder=
"请输入已扣除费用"
disabled
></c-input>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.chaded"
maxlength=
"210"
:rows=
"4"
show-word-limit
placeholder=
"请输入已扣除费用"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"已添加费用"
prop=
"brdgrp.blk.chaadd"
>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.chaadd"
maxlength=
"210"
:rows=
"4"
show-word-limit
placeholder=
"请输入已添加费用"
disabled
></c-input>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.chaadd"
maxlength=
"210"
:rows=
"4"
show-word-limit
placeholder=
"请输入已添加费用"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"不符点信息"
prop=
"brdgrp.blk.docdis"
>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.docdis"
maxlength=
"3500"
:rows=
"8"
show-word-limit
placeholder=
"请输入不符点"
disabled
></c-input>
<c-input
type=
"textarea"
v-model=
"model.brdgrp.blk.docdis"
maxlength=
"3500"
:rows=
"8"
show-word-limit
placeholder=
"请输入不符点"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"brdgrp.blk.docdisflg"
>
<c-checkbox
v-model=
"model.brdgrp.blk.docdisflg"
disabled
>
不符点修改
</c-checkbox
>
<c-checkbox
v-model=
"model.brdgrp.blk.docdisflg"
disabled
>
不符点修改
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</div>
</
template
>
<
script
>
...
...
@@ -199,8 +110,7 @@ export default {
return
{};
},
methods
:
{},
created
:
function
()
{},
created
:
function
()
{
},
};
</
script
>
<
style
>
</
style
>
<
style
></
style
>
src/business/brtacp/views/Ovwp.vue
View file @
0db71069
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"接受不符点"
name=
"acpp"
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"接受不符点"
name=
"acpp"
>
<c-acpp
:model=
"model"
:codes=
"codes"
/>
<c-acpp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
<el-collapse-item
title=
"不符点通知"
name=
"mt750p"
>
<el-collapse-item
title=
"不符点通知"
name=
"mt750p"
>
<c-mt750p
:model=
"model"
:codes=
"codes"
/>
<c-mt750p
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse-item>
</el-collapse>
</div>
</el-collapse>
</div>
</
template
>
<
script
>
import
event
from
'../event'
...
...
@@ -26,18 +26,17 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
components
:
{
"c-acpp"
:
Acpp
,
"c-mt750p"
:
Mt750p
,
"c-acpp"
:
Acpp
,
"c-mt750p"
:
Mt750p
,
},
data
()
{
return
{
activeNames
:
[
"acpp"
],
activeNames
:
[
"acpp"
],
};
},
methods
:
{},
created
:
function
()
{
},
created
:
function
()
{
},
};
</
script
>
<
style
>
</
style
>
<
style
></
style
>
src/business/brtacp/views/index.vue
View file @
0db71069
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"进口信用证单据接受不符点"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<c-content>
<m-setmod
:model=
"model"
:codes=
"codes"
@
changeSetmodModel=
"changeSetmodModel"
/>
</c-content>
</el-tab-pane>
<!--PD000510 -->
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
<div
class=
"eibs-tab"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<c-content>
<m-setmod
:model=
"model"
:codes=
"codes"
@
changeSetmodModel=
"changeSetmodModel"
/>
</c-content>
</el-tab-pane>
<!--PD000510 -->
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
<div
class=
"eibs-tab"
>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
</div>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</div>
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<!--PD000546 -->
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
</c-page>
</div>
</c-page>
</div>
</
template
>
<
script
>
import
event
from
'../event'
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
CodeTable
from
"~/config/CodeTable"
import
formRules
from
'../model/check'
import
Brtacp
from
"../model"
import
Acpp
from
"./Acpp"
import
Ovwp
from
"./Ovwp"
import
Mt750p
from
"./Mt750p"
import
Addbcb
from
"./Addbcb"
;
import
event
from
'../event'
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
CodeTable
from
"~/config/CodeTable"
import
formRules
from
'../model/check'
import
Brtacp
from
"../model"
import
Acpp
from
"./Acpp"
import
Ovwp
from
"./Ovwp"
import
Mt750p
from
"./Mt750p"
import
Addbcb
from
"./Addbcb"
;
import
Engp
from
"~/components/business/engp/views"
;
import
Ccvpan
from
"~/components/business/ccvpan/views"
;
import
Setmod
from
"~/components/business/setmod/views"
;
import
Glentry
from
"~/components/business/glentry/views"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Limitbody
from
"~/components/business/limitbody/views"
;
import
Engp
from
"~/components/business/engp/views"
;
import
Ccvpan
from
"~/components/business/ccvpan/views"
;
import
Setmod
from
"~/components/business/setmod/views"
;
import
Glentry
from
"~/components/business/glentry/views"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Limitbody
from
"~/components/business/limitbody/views"
;
export
default
{
export
default
{
name
:
"Brtacp"
,
components
:{
"m-acpp"
:
Acpp
,
"m-mt750p"
:
Mt750p
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-addbcb"
:
Addbcb
,
"m-ovwp"
:
Ovwp
,
"m-engp"
:
Engp
,
"m-ccvpan"
:
Ccvpan
,
"m-setmod"
:
Setmod
,
"m-glentry"
:
Glentry
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
"m-acpp"
:
Acpp
,
"m-mt750p"
:
Mt750p
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-addbcb"
:
Addbcb
,
"m-ovwp"
:
Ovwp
,
"m-engp"
:
Engp
,
"m-ccvpan"
:
Ccvpan
,
"m-setmod"
:
Setmod
,
"m-glentry"
:
Glentry
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-limitbody"
:
Limitbody
,
},
provide
()
{
return
{
root
:
this
}
return
{
root
:
this
}
},
mixins
:
[
event
,
commonFuncs
],
data
(){
return
{
tabVal
:
"ovwp"
,
trnName
:
"brtacp"
,
model
:
new
Brtacp
().
data
,
rules
:
formRules
,
codes
:
{
...
CodeTable
},
activeNames
:
[
"setpan"
],
}
return
{
tabVal
:
"ovwp"
,
trnName
:
"brtacp"
,
model
:
new
Brtacp
().
data
,
rules
:
formRules
,
codes
:
{
...
CodeTable
},
activeNames
:
[
"setpan"
],
}
},
methods
:{
},
mounted
()
{
this
.
init
()
},
}
this
.
init
()
},
}
</
script
>
<
style
>
...
...
src/business/brtdck/event/index.js
View file @
0db71069
...
...
@@ -182,7 +182,7 @@ export default {
chgamt
:
this
.
model
.
liaccv
.
chgamt
,
concur
:
this
.
model
.
liaccv
.
concur
,
};
return
params
},
// 公共组件setmod处理方式改变触发联动
...
...
src/business/litcan/event/index.js
View file @
0db71069
...
...
@@ -19,7 +19,14 @@ export default {
const
res
=
await
Api
.
post
(
'/service/litcan/init'
,
{
transName
:
this
.
trnName
,
userId
:
window
.
sessionStorage
.
userId
||
'ZL'
,
gidInr
:
this
.
$route
.
query
.
inr
gidInr
:
this
.
$route
.
query
.
inr
,
// lidInr:'00006832',
lidgrp
:{
rec
:{
// inr:this.$route.query.inr
inr
:
'00006829'
}
}
});
if
(
!
res
.
data
)
{
return
...
...
src/business/litcan/model/index.js
View file @
0db71069
...
...
@@ -3,9 +3,9 @@ import Pub from '~/components/business/commonModel/index.js';
export
default
class
Litcan
{
constructor
()
{
this
.
data
=
{
litapll1blk
:
""
,
litrmbl3blk
:
""
,
litcanl1blk
:
""
,
litapll1blk
:
''
,
litrmbl3blk
:
''
,
litcanl1blk
:
''
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
liaccv
:
new
Pub
().
data
.
Liaccv
,
setmod
:
new
Pub
().
data
.
Setmod
,
...
...
@@ -14,25 +14,26 @@ export default class Litcan{
liaall
:
new
Pub
().
data
.
Liaall
,
lidgrp
:{
rec
:{
ownref
:
""
,
// 参考号 .lidgrp.rec.ownref
nam
:
""
,
// 名称 .lidgrp.rec.nam
avbby
:
""
,
// 兑付方式 .lidgrp.rec.avbby
redclsflg
:
""
,
// Red/Green Clause .lidgrp.rec.redclsflg
opndat
:
""
,
// 开立日期 .lidgrp.rec.opndat
shpdat
:
""
,
// Shipment Date .lidgrp.rec.shpdat
expdat
:
""
,
// 到期日 .lidgrp.rec.expdat
expplc
:
""
,
// 到期日 .lidgrp.rec.expplc
lcrtyp
:
""
,
// 信用证类型 .lidgrp.rec.lcrtyp
revflg
:
""
,
// Revolving Flag .lidgrp.rec.revflg
ownref
:
''
,
// 参考号 .lidgrp.rec.ownref
nam
:
''
,
// 名称 .lidgrp.rec.nam
avbby
:
''
,
// 兑付方式 .lidgrp.rec.avbby
redclsflg
:
''
,
// Red/Green Clause .lidgrp.rec.redclsflg
opndat
:
''
,
// 开立日期 .lidgrp.rec.opndat
shpdat
:
''
,
// Shipment Date .lidgrp.rec.shpdat
expdat
:
''
,
// 到期日 .lidgrp.rec.expdat
expplc
:
''
,
// 到期日 .lidgrp.rec.expplc
lcrtyp
:
''
,
// 信用证类型 .lidgrp.rec.lcrtyp
revflg
:
''
,
// Revolving Flag .lidgrp.rec.revflg
advnam
:
''
,
},
cbs
:{
nom1
:{
cur
:
""
,
// 开证金额 .lidgrp.cbs.nom1.cur
amt
:
""
,
// 开证金额 .lidgrp.cbs.nom1.amt
cur
:
''
,
// 开证金额 .lidgrp.cbs.nom1.cur
amt
:
''
,
// 开证金额 .lidgrp.cbs.nom1.amt
},
opn1
:{
cur
:
""
,
// 信用证余额 .lidgrp.cbs.opn1.cur
amt
:
""
,
// Balance .lidgrp.cbs.opn1.amt
cur
:
''
,
// 信用证余额 .lidgrp.cbs.opn1.cur
amt
:
''
,
// Balance .lidgrp.cbs.opn1.amt
},
},
apl
:{
...
...
@@ -44,18 +45,18 @@ export default class Litcan{
adv
:{
pts
:
new
Pts
().
data
,
},
avbnam
:
""
,
// 指定银行 .lidgrp.avbnam
avbnam
:
''
,
// 指定银行 .lidgrp.avbnam
},
litp0
:{
aammod
:{
addamtflg
:
""
,
// Add. Amount .litp0.aammod.addamtflg
addamtflg
:
''
,
// Add. Amount .litp0.aammod.addamtflg
},
},
litcanf
:{
strinf
:
""
,
// Narrative .litcanf.strinf
strinf
:
''
,
// Narrative .litcanf.strinf
},
byinst
:
""
,
// On Applicant instruction .byinst
pageId
:
""
// ctx的key
byinst
:
''
,
// On Applicant instruction .byinst
pageId
:
''
// ctx的key
}
}
}
\ No newline at end of file
src/business/litcan/views/Addbcb.vue
View file @
0db71069
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse
v-model=
"activeNames"
>
<!--el-collapse-item title="备查表" name="addbcb">
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
...
...
src/business/litcan/views/Canp.vue
View file @
0db71069
...
...
@@ -41,8 +41,8 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"可用银行"
prop=
"lidgrp.
avb
nam"
>
<c-input
disabled
v-model=
"model.lidgrp.
avb
nam"
maxlength=
"40"
placeholder=
"请输入可用银行"
></c-input>
<el-form-item
label=
"可用银行"
prop=
"lidgrp.
rec.adv
nam"
>
<c-input
disabled
v-model=
"model.lidgrp.
rec.adv
nam"
maxlength=
"40"
placeholder=
"请输入可用银行"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -84,7 +84,7 @@
<el-form-item
label=
"信用证类型"
prop=
"lidgrp.rec.lcrtyp"
>
<c-select
disabled
:code=
"codes.lcrtyp"
:code=
"codes.lcrtyp
1
"
v-model=
"model.lidgrp.rec.lcrtyp"
style=
"width:100%"
placeholder=
"请选择信用证类型"
>
</c-select>
</el-form-item>
...
...
@@ -145,7 +145,6 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onIlccanletButtxmsel"
></c-button>
</
template
>
</c-fullbox>
...
...
src/business/litcan/views/Ovwp.vue
View file @
0db71069
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse
v-model=
"activeNames"
>
<el-collapse-item
title=
"基本信息"
name=
"canp"
>
<m-canp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
...
...
src/business/litcan/views/index.vue
View file @
0db71069
...
...
@@ -13,37 +13,42 @@
<m-ccvpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"费用/账务"
name=
"setmod"
>
<c-content>
<m-setmod
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"备查/附言"
name=
"addbcb"
>
<c-content>
<m-addbcb
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"试算结果"
name=
"shisuan"
>
<c-content>
<m-shisuan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
...
...
@@ -54,11 +59,13 @@
</
template
>
<
script
>
import
event
from
'../event'
;
import
operationFunc
from
'~/mixin/operationFunc'
;
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
import
Litcan
from
"../model"
import
commonFuncs
from
"~/mixin/commonFuncs"
import
Check
from
"../model/check"
import
event
from
"../event"
import
Canp
from
"./Canp"
import
Shisuan
from
"./Shisuan"
import
Ovwp
from
"./Ovwp"
...
...
@@ -69,6 +76,8 @@ import Setmod from "~/components/business/setmod/views";
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Limitbody
from
"~/components/business/limitbody/views"
;
import
Setpan
from
"~/components/business/setmod/views"
;
export
default
{
name
:
"Litcan"
,
components
:
{
...
...
@@ -82,13 +91,14 @@ export default {
"m-limitbody"
:
Limitbody
,
"m-ovwp"
:
Ovwp
,
"m-addbcb"
:
Addbcb
,
"m-setpan"
:
Setpan
,
},
provide
()
{
return
{
root
:
this
}
},
mixins
:
[
event
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
event
,
operationFunc
],
// 里面包含了Default、Check等的公共处理
computed
:
{},
data
()
{
return
{
...
...
@@ -99,7 +109,7 @@ export default {
codes
:
{
...
CodeTable
},
activeNames
:
[
""
],
activeNames
:
[
"
setpan
"
],
}
},
...
...
src/business/litdck/event/index.js
View file @
0db71069
...
...
@@ -151,7 +151,7 @@ export default {
chgamt
:
this
.
model
.
liaccv
.
chgamt
,
concur
:
this
.
model
.
liaccv
.
concur
,
};
return
params
},
// 公共组件setmod处理方式改变触发联动
...
...
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