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
zhouqian
vue-gjjs
Commits
5e64f414
Commit
5e64f414
authored
Sep 26, 2022
by
wanggang_yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bptopn bptset bptcan bptame等交易
parent
5fd6e38c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
137 additions
and
503 deletions
+137
-503
Default.js
src/model/Bctrad/Default.js
+0
-8
Pattern.js
src/model/Bdtudp/Pattern.js
+0
-3
Pattern.js
src/model/Bptame/Pattern.js
+0
-50
Event.js
src/model/Bptcan/Event.js
+5
-1
Pattern.js
src/model/Bptcan/Pattern.js
+5
-0
index.js
src/model/Bptcan/index.js
+0
-0
Pattern.js
src/model/Bptopn/Pattern.js
+2
-2
index.js
src/model/Bptopn/index.js
+2
-27
Pattern.js
src/model/Bptset/Pattern.js
+4
-4
index.js
src/model/Bptset/index.js
+2
-31
Pattern.js
src/model/Brtudp/Pattern.js
+0
-3
Event.js
src/model/Infbpd/Event.js
+0
-10
Canp.vue
src/views/Business/Bptcan/Canp.vue
+50
-49
Shisuan.vue
src/views/Business/Bptcan/Shisuan.vue
+40
-63
index.vue
src/views/Business/Bptcan/index.vue
+0
-0
index_1.vue
src/views/Business/Bptcan/index_1.vue
+0
-220
Bptopnp.vue
src/views/Business/Bptopn/Bptopnp.vue
+5
-1
index.vue
src/views/Business/Bptopn/index.vue
+22
-31
No files found.
src/model/Bctrad/Default.js
View file @
5e64f414
...
...
@@ -34,7 +34,6 @@ export default {
"bcdgrp.dre.pts.adrblk"
:
Utils
.
defaultFunction
,
"bcdgrp.drr.pts.nam"
:
Utils
.
defaultFunction
,
"bcdgrp.drr.pts.adrblk"
:
Utils
.
defaultFunction
,
"mtabut.coninf.usr.extkey"
:
Utils
.
defaultFunction
,
"bcdgrp.co2.adrelc"
:
Utils
.
defaultFunction
,
"bcdgrp.co2.namelc"
:
Utils
.
defaultFunction
,
...
...
@@ -43,19 +42,12 @@ export default {
"bcdgrp.rmi.pts.nam"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inftxt"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inflev"
:
Utils
.
defaultFunction
,
"bcdgrp.cbs.max.amt"
:
Utils
.
defaultFunction
,
"bcdgrp.dre.pts.nam"
:
Utils
.
defaultFunction
,
"bcdgrp.cbs.max.cur"
:
Utils
.
defaultFunction
,
"bcdgrp.rec.ownref"
:
Utils
.
defaultFunction
,
"bcdgrp.co2.pts.adrblk"
:
Utils
.
defaultFunction
,
"liaall.misamt"
:
Utils
.
defaultFunction
,
"bcdgrp.drr.pts.adrblk"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitinf.oit.inftxt"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitinf.oit.inflev"
:
Utils
.
defaultFunction
,
"mtabut.coninf.conexedat"
:
Utils
.
defaultFunction
,
"bcdgrp.drr.pts.nam"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inftxt"
:
Utils
.
defaultFunction
,
"mtabut.coninf.oitset.oit.inflev"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/model/Bdtudp/Pattern.js
View file @
5e64f414
...
...
@@ -60,9 +60,6 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"bddgrp.rec.rcvdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bddgrp.rec.stadat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
...
...
src/model/Bptame/Pattern.js
View file @
5e64f414
...
...
@@ -129,25 +129,6 @@ export default {
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bpdgrp.rec.opndat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bpdgrp.rec.matdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bpdgrp.cbs.max.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"bpdgrp.rec.pctfin"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
5
,
message
:
"长度不能超过5"
}
],
"bpdgrp.rec.fincod"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
17
,
message
:
"长度不能超过17"
}
...
...
@@ -177,10 +158,6 @@ export default {
"matdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bpdgrp.rec.intday"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"bptmod.finmod.graday"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
...
...
@@ -206,25 +183,11 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"bpdgrp.rec.tolrat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"bptmod.finmod.intamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"bpdgrp.bu2.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
...
...
@@ -373,23 +336,10 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"bpdgrp.inv.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"bpdgrp.rec.intday"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"bpdgrp.rec.intrat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
14
,
message
:
"长度不能超过14"
}
],
"bpdgrp.rec.marrat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
...
...
src/model/Bptcan/Event.js
View file @
5e64f414
...
...
@@ -194,5 +194,8 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
onSeainf
()
{},
onDetpButgetref
()
{},
onBenpDet
()
{},
onAplpDet
()
{},
}
\ No newline at end of file
src/model/Bptcan/Pattern.js
View file @
5e64f414
...
...
@@ -755,4 +755,8 @@ export default {
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
65
,
message
:
"长度不能超过65"
}
],
"setmod.glemod.gleshwstm"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
1
,
message
:
"长度不能超过1"
}
],
}
\ No newline at end of file
src/model/Bptcan/index.js
View file @
5e64f414
This diff is collapsed.
Click to expand it.
src/model/Bptopn/Pattern.js
View file @
5e64f414
...
...
@@ -158,10 +158,10 @@ export default {
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"bpdgrp.rec.opndat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bpdgrp.rec.matdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bptmod.finmod.fltval"
:[
...
...
src/model/Bptopn/index.js
View file @
5e64f414
...
...
@@ -242,32 +242,7 @@ export default class Bptopn{
trntyp
:
""
,
// 交易性�'� .trntyp
fftlxx
:
""
,
// 福�'�廷转卖类型 .fftlxx
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:{
coninf
:
{
oitinf
:
{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit
:
{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset
:
{
labinftxt
:
""
,
// Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit
:
{
inftxt
:
""
,
// Infotext .mtabut.coninf.oitset.oit.inftxt
inflev
:
""
,
// Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat
:
""
,
// 执行日期 .mtabut.coninf.conexedat
usr
:
{
extkey
:
""
,
// User ID .mtabut.coninf.usr.extkey
},
},
clsflg
:
""
,
syswrn
:{
dsp
:
""
,
},
},
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
lendoc
:{
actflg
:
""
,
// Input Account .lendoc.actflg
...
...
@@ -367,7 +342,7 @@ export default class Bptopn{
rec
:{
dflg
:
""
,
}
}
,
}
}
}
...
...
src/model/Bptset/Pattern.js
View file @
5e64f414
...
...
@@ -99,7 +99,7 @@ export default {
],
"bpdgrp.rec.matdat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bpdgrp.fia.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
...
...
@@ -110,7 +110,7 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"bpdgrp.rec.opndat"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"bpdgrp.fia.adrelc"
:[
...
...
@@ -1246,10 +1246,10 @@ export default {
],
"cfabpt.recgrp.bas.valuedate"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfabpt.recgrp.bas.maturity"
:[
{
type
:
"
date
"
,
required
:
false
,
message
:
"输入正确的日期"
}
{
type
:
"
string
"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"cfabpt.recgrp.bas.debtorcode"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
src/model/Bptset/index.js
View file @
5e64f414
import
Api
from
"~/service/Api"
import
Pts
from
"../Common/Pts"
import
Pub
from
"../Public"
export
default
class
Bptset
{
constructor
()
{
this
.
data
=
{
...
...
@@ -143,36 +143,7 @@ export default class Bptset{
},
},
},
mtabut
:{
clsflg
:
""
,
// Close Flag .mtabut.clsflg
syswrn
:{
dsp
:
""
,
// Display .mtabut.syswrn.dsp
},
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
},
contag72his
:
""
,
// Historic content of TAG 72 .mtabut.coninf.contag72his
contag72
:
""
,
// Current content of TAG 72 .mtabut.coninf.contag72
contag79his
:
""
,
// Historic content of TAG 79 .mtabut.coninf.contag79his
contag79
:
""
,
// Current content of TAG 79 .mtabut.coninf.contag79
},
},
mtabut
:
new
Pub
().
data
.
Mtabut
,
bptmod
:{
finmod
:{
setlab
:
""
,
// Settlement Label .bptmod.finmod.setlab
...
...
src/model/Brtudp/Pattern.js
View file @
5e64f414
...
...
@@ -103,9 +103,6 @@ export default {
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"brdgrp.rec.rcvdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"brdgrp.rec.predat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
...
...
src/model/Infbpd/Event.js
View file @
5e64f414
...
...
@@ -62,16 +62,6 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onInfconButshword
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infcon.butshword"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
},
async
onFiapDet
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"fiap.det"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
...
...
src/views/Business/Bptcan/Canp.vue
View file @
5e64f414
...
...
@@ -5,9 +5,9 @@
<c-row>
<c-col
:span=
"20"
>
<el-form-item
label=
"Parent Reference"
prop=
"bpdgrp.rec.pntref"
>
<c-input
v-model=
"model.bpdgrp.rec.pntref"
maxlength=
"16"
<c-input
v-model=
"model.bpdgrp.rec.pntref"
maxlength=
"16"
placeholder=
"Parent Reference"
></c-input>
</el-form-item>
...
...
@@ -23,14 +23,15 @@
</c-button>
</c-col>
</c-row>
<c-row>
<!-- 融资参考号 -->
<!-- bpdgrp_rec_ownref-->
<c-col
:span=
"20"
>
<el-form-item
label=
"Reference"
prop=
"bpdgrp.rec.ownref"
>
<c-input
v-model=
"model.bpdgrp.rec.ownref"
maxlength=
"16"
<c-input
v-model=
"model.bpdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -51,23 +52,23 @@
<!-- 摘要 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"Name"
prop=
"bpdgrp.rec.pntnam"
>
<c-input
v-model=
"model.bpdgrp.rec.pntnam"
maxlength=
"40"
<c-input
v-model=
"model.bpdgrp.rec.pntnam"
maxlength=
"40"
style=
"width:90%"
placeholder=
"
请输入
摘要"
placeholder=
"摘要"
></c-input>
</el-form-item>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"24"
>
<el-form-item
label=
"摘要"
prop=
"bpdgrp.rec.nam"
>
<c-input
v-model=
"model.bpdgrp.rec.nam"
<c-input
v-model=
"model.bpdgrp.rec.nam"
style=
"width:90%"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入摘要"
></c-input>
</el-form-item>
...
...
@@ -77,13 +78,13 @@
</c-row>
<c-row
class=
"infrow"
>
<c-col
:span=
"10"
:offset=
"1"
>
<c-row>
<c-row>
<!-- 融资类型-->
<c-col
:span=
"18"
>
<el-form-item
label=
"Type of Advance"
prop=
"bpdgrp.rec.fintyp"
>
<c-select
v-model=
"model.bpdgrp.rec.fintyp"
style=
"width:100%"
<c-select
v-model=
"model.bpdgrp.rec.fintyp"
style=
"width:100%"
placeholder=
"请选择融资类型"
>
</c-select>
...
...
@@ -94,12 +95,12 @@
<!-- 基准利率 -->
<c-col
:span=
"18"
>
<el-form-item
label=
"Margin(Spread)"
prop=
"bpdgrp.rec.intrat"
>
<c-input
v-model=
"model.bpdgrp.rec.intrat"
<c-input
v-model=
"model.bpdgrp.rec.intrat"
placeholder=
"请输入基准利率"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"4"
style=
"padding:5px; font: size 30%;"
>
<span>
%
</span>
</c-col>
...
...
@@ -108,18 +109,18 @@
<!-- Advance Amount -->
<c-col
:span=
"16"
>
<el-form-item
label=
"融资金额"
prop=
"bpdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.bpdgrp.cbs.max.cur"
style=
"width:100%"
<c-select
v-model=
"model.bpdgrp.cbs.max.cur"
style=
"width:100%"
placeholder=
"请选择融资币种"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"bpdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.bpdgrp.cbs.max.amt"
<c-input
v-model=
"model.bpdgrp.cbs.max.amt"
placeholder=
"请输入融资金额"
></c-input>
</el-form-item>
...
...
@@ -128,18 +129,18 @@
<!-- Open Amount -->
<c-col
:span=
"16"
>
<el-form-item
label=
"押汇余额"
prop=
"bpdgrp.cbs.opn1.cur"
>
<c-select
v-model=
"model.bpdgrp.cbs.opn1.cur"
style=
"width:100%"
<c-select
v-model=
"model.bpdgrp.cbs.opn1.cur"
style=
"width:100%"
placeholder=
"请选择押汇币种"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"bpdgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.bpdgrp.cbs.opn1.amt"
<c-input
v-model=
"model.bpdgrp.cbs.opn1.amt"
placeholder=
"请输入押汇余额"
></c-input>
</el-form-item>
...
...
@@ -170,56 +171,56 @@
<!-- Narrative -->
<c-col
:span=
"18"
:offset=
"1"
>
<el-form-item
label=
"描述"
prop=
"strinf"
>
<c-input
type=
"textarea"
<c-input
type=
"textarea"
:rows=
"10"
v-model=
"model.strinf"
maxlength=
"50"
show-word-limit
placeholder=
"请输入描述"
v-model=
"model.strinf"
maxlength=
"50"
show-word-limit
placeholder=
"请输入描述"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
:offset=
"1"
>
<c-checkbox
v-model=
"model.sndmsg"
>
Send Message
</c-checkbox>
</c-col>
</c-row>
</c-row>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
prop=
"bptp0.brdget.sdamod.dadsnd"
>
<c-input
v-model=
"model.bptp0.brdget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"bptp0.btdget.sdamod.seainf"
>
<c-input
v-model=
"model.bptp0.btdget.sdamod.seainf"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"External Key of Address"
prop=
"bpdgrp.fia.pts.extkey"
>
<c-input
v-model=
"model.bpdgrp.fia.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onFiapDet"
>
Details
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"名称"
prop=
"bpdgrp.fia.namelc"
>
<c-input
type=
"textarea"
v-model=
"model.bpdgrp.fia.namelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入名称"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Address Block"
prop=
"bpdgrp.fia.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.bpdgrp.fia.pts.adrblk"
maxlength=
"35"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Chinese address"
prop=
"bpdgrp.fia.dbfadrblkcn"
>
<c-input
type=
"textarea"
v-model=
"model.bpdgrp.fia.dbfadrblkcn"
maxlength=
"35"
show-word-limit
placeholder=
"请输入Chinese address"
></c-input>
...
...
@@ -231,7 +232,7 @@
<c-input
type=
"textarea"
v-model=
"model.bpdgrp.fia.adrelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址"
></c-input>
</el-form-item>
</c-col>
-->
-->
</c-content>
</
template
>
<
script
>
...
...
src/views/Business/Bptcan/Shisuan.vue
View file @
5e64f414
This diff is collapsed.
Click to expand it.
src/views/Business/Bptcan/index.vue
View file @
5e64f414
This diff is collapsed.
Click to expand it.
src/views/Business/Bptcan/index_1.vue
deleted
100644 → 0
View file @
5fd6e38c
<
template
>
<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"
@
click=
"setDraggableContent('cms', '影像信息')"
>
影像信息
</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-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<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"
>
<!--PD000016 -->
<el-tab-pane
label=
"Cancelation"
name=
"canp"
>
<c-content>
<m-canp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 Settlement -->
<el-tab-pane
label=
"账务"
name=
"setpan"
>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000000 Completion -->
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<c-content>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000010 -->
<el-tab-pane
label=
"Incoming Tag 72/79"
name=
"coninftag"
>
<c-content>
<m-coninftag
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000529 Messages -->
<el-tab-pane
label=
"报文及面函"
name=
"docpan"
>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000546 Attachments-->
<el-tab-pane
label=
"附件"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"DTA Fields"
name=
"dtetag"
>
<c-content>
<m-dtetag
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD001139 -->
<!--
<el-tab-pane
label=
"试算结果"
name=
"shisuan"
>
<c-content>
<m-shisuan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
-->
<!--PD000204 -->
<el-tab-pane
label=
"CIPS"
name=
"cips"
>
<c-content>
<m-cips
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000449 -->
<el-tab-pane
label=
"CIPS2.0"
name=
"cips2"
>
<c-content>
<m-cips2
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000450 CIPS2.0 -->
<el-tab-pane
label=
"CIPS3.0"
name=
"cips3"
>
<c-content>
<m-cips3
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!-- PD000001
<el-tab-pane
label=
"PD000001"
name=
"dtetag"
>
<m-dtetag
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
<!--PD000001 -->
<el-tab-pane
label=
"Fee Conditions"
name=
"fecp"
>
<c-content>
<m-fecp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"统一授信"
name=
"limitbody"
>
<c-content>
<m-limitbody
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
/>
</div>
</c-page>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Bptcan
from
"~/model/Bptcan"
import
commonProcess
from
"~/mixin/commonProcess"
import
Check
from
"~/model/Bptcan/Check"
import
Default
from
"~/model/Bptcan/Default"
import
Pattern
from
"~/model/Bptcan/Pattern"
import
Canp
from
"./Canp"
import
Coninftag
from
"./Coninftag"
import
Doctre
from
"./Doctre"
import
Dtetag
from
"./Dtetag"
import
Shisuan
from
"./Shisuan"
import
Cips
from
"./Cips"
import
Cips2
from
"./Cips2"
import
Cips3
from
"./Cips3"
import
Fecp
from
"./Fecp"
// import Limitbody from "./Limitbody"
import
Setpan
from
"~/views/Public/Setpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Limitbody
from
"~/views/Public/Limitbody"
export
default
{
name
:
"Bptcan"
,
components
:{
"m-canp"
:
Canp
,
"m-setpan"
:
Setpan
,
"m-coninfp"
:
Coninfp
,
"m-coninftag"
:
Coninftag
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-dtetag"
:
Dtetag
,
"m-shisuan"
:
Shisuan
,
"m-cips"
:
Cips
,
"m-cips2"
:
Cips2
,
"m-cips3"
:
Cips3
,
"m-fecp"
:
Fecp
,
"m-limitbody"
:
Limitbody
,
},
provide
()
{
return
{
root
:
this
}
},
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"canp"
,
trnName
:
"bptcan"
,
model
:
new
Bptcan
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
,
},
}
},
methods
:{
tabClick
(){
}
},
created
:
async
function
(){
console
.
log
(
"进入bptcan交易"
);
let
rtnmsg
=
await
this
.
init
(
this
.
$route
.
query
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
}
</
script
>
<
style
>
</
style
>
src/views/Business/Bptopn/Bptopn.vue
→
src/views/Business/Bptopn/Bptopn
p
.vue
View file @
5e64f414
...
...
@@ -645,6 +645,7 @@
</template>
<
script
>
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
...
...
@@ -663,7 +664,10 @@ export default {
return
{};
},
methods
:
{
...
Event
...
Event
,
onSeainf
(
data
)
{
this
.
$emit
(
"onSeainf"
,
data
);
},
},
created
:
function
()
{},
};
...
...
src/views/Business/Bptopn/index.vue
View file @
5e64f414
...
...
@@ -16,16 +16,8 @@
<!--
<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"
>
<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=
"myTabClick"
>
<!--PD000020 -->
...
...
@@ -92,11 +84,11 @@
</el-tab-pane>
<!--PD000010 -->
<el-tab-pane
label=
"Incoming Tag 72/79"
name=
"coninftag"
>
<c-content
>
<m-coninftag
:model=
"model"
:codes=
"codes"
/
>
</c-content
>
</el-tab-pane
>
<!--
<el-tab-pane
label=
"Incoming Tag 72/79"
name=
"coninftag"
>
--
>
<!--
<c-content>
--
>
<!--
<m-coninftag
:model=
"model"
:codes=
"codes"
/>
--
>
<!--
</c-content>
--
>
<!--
</el-tab-pane>
--
>
<!--PD000529 -->
<el-tab-pane
label=
"面函"
name=
"docpan"
>
...
...
@@ -170,14 +162,13 @@ import Api from "~/service/Api";
import
Utils
from
"~/utils/index"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Bptopn
from
"~/model/Bptopn"
;
import
Bptopn
Model
from
"~/model/Bptopn"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
"~/model/Bptopn/Check"
;
import
Default
from
"~/model/Bptopn/Default"
;
import
Pattern
from
"~/model/Bptopn/Pattern"
;
import
Bptopnp
from
"./Bptopn"
;
import
Bptopnp
from
"./Bptopnp"
;
import
Urpp
from
"./Urpp"
;
import
Ovwp
from
"./Ovwp"
;
import
Engp
from
"~/views/Public/Engp"
;
...
...
@@ -212,7 +203,6 @@ export default {
"m-coninftag"
:
Coninftag
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-docpan"
:
Docpan
,
"m-rzkx"
:
Rzkx
,
"m-wg"
:
Wg
,
"m-cfap"
:
Cfap
,
...
...
@@ -229,9 +219,10 @@ export default {
computed
:
{},
data
(){
return
{
model
:
new
BptopnModel
().
data
,
tabVal
:
"bptopn"
,
trnName
:
"bptopn"
,
model
:
new
Bptopn
().
data
,
trnType
:
""
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
...
...
@@ -243,24 +234,24 @@ export default {
},
methods
:{
myTabClick
(
tab
){
this
.
tabClick
(
tab
)
this
.
tabClick
(
tab
)
;
/**
* do it yourself
**/
}
},
created
:
async
function
()
{
console
.
log
(
"进入bptopn交易"
);
let
rtnmsg
=
await
this
.
init
(
this
.
$route
.
query
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
console
.
log
(
"进入bptopn交易"
);
let
rtnmsg
=
await
this
.
init
(
this
.
$route
.
query
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
},
watch
:
{
...
...
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