Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
biyuewuhua
isc-web-vue
Commits
aae9323a
Commit
aae9323a
authored
Oct 05, 2024
by
Mr.xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xugaopeng-外币兑换平盘确认FXTFCM
parent
9dba0634
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
162 additions
and
156 deletions
+162
-156
FundsRouter.js
src/page/Funds/FundsRouter.js
+1
-1
buildCommons.js
src/page/Funds/Fxtfcm/event/buildCommons.js
+41
-0
index.js
src/page/Funds/Fxtfcm/event/index.js
+12
-0
Cnfp.vue
src/page/Funds/Fxtfcm/views/Cnfp.vue
+95
-152
index.vue
src/page/Funds/Fxtfcm/views/index.vue
+13
-3
No files found.
src/page/Funds/FundsRouter.js
View file @
aae9323a
...
@@ -12,7 +12,7 @@ const BusRouter = [
...
@@ -12,7 +12,7 @@ const BusRouter = [
{
path
:
'fxtatt'
,
component
:
()
=>
import
(
"./Fxtatt/views"
),
name
:
'Fxtatt'
,
meta
:
{
title
:
'Fxtatt'
},
module
:
'Funds'
},
{
path
:
'fxtatt'
,
component
:
()
=>
import
(
"./Fxtatt/views"
),
name
:
'Fxtatt'
,
meta
:
{
title
:
'Fxtatt'
},
module
:
'Funds'
},
{
path
:
'fxteop'
,
component
:
()
=>
import
(
"./Fxteop/views"
),
name
:
'Fxteop'
,
meta
:
{
title
:
'代客外汇买卖录入'
},
module
:
'Funds'
},
{
path
:
'fxteop'
,
component
:
()
=>
import
(
"./Fxteop/views"
),
name
:
'Fxteop'
,
meta
:
{
title
:
'代客外汇买卖录入'
},
module
:
'Funds'
},
{
path
:
'fxteqo'
,
component
:
()
=>
import
(
"./Fxteqo/views"
),
name
:
'Fxteqo'
,
meta
:
{
title
:
'代客外汇买卖报价'
},
module
:
'Funds'
},
{
path
:
'fxteqo'
,
component
:
()
=>
import
(
"./Fxteqo/views"
),
name
:
'Fxteqo'
,
meta
:
{
title
:
'代客外汇买卖报价'
},
module
:
'Funds'
},
{
path
:
'fxtfcm'
,
component
:
()
=>
import
(
"./Fxtfcm/views"
),
name
:
'Fxtfcm'
,
meta
:
{
title
:
'外币兑换平盘
登记
'
},
module
:
'Funds'
},
{
path
:
'fxtfcm'
,
component
:
()
=>
import
(
"./Fxtfcm/views"
),
name
:
'Fxtfcm'
,
meta
:
{
title
:
'外币兑换平盘
确认
'
},
module
:
'Funds'
},
{
path
:
'fxtfcn'
,
component
:
()
=>
import
(
"./Fxtfcn/views"
),
name
:
'Fxtfcn'
,
meta
:
{
title
:
'外币兑换平盘销账'
},
module
:
'Funds'
},
{
path
:
'fxtfcn'
,
component
:
()
=>
import
(
"./Fxtfcn/views"
),
name
:
'Fxtfcn'
,
meta
:
{
title
:
'外币兑换平盘销账'
},
module
:
'Funds'
},
{
path
:
'infcrd'
,
component
:
()
=>
import
(
"./Infcrd/views"
),
name
:
'Infcrd'
,
meta
:
{
title
:
'清算入口交易'
},
module
:
'Funds'
},
{
path
:
'infcrd'
,
component
:
()
=>
import
(
"./Infcrd/views"
),
name
:
'Infcrd'
,
meta
:
{
title
:
'清算入口交易'
},
module
:
'Funds'
},
{
{
...
...
src/page/Funds/Fxtfcm/event/buildCommons.js
0 → 100644
View file @
aae9323a
import
Utils
from
"~/utils"
;
export
default
{
methods
:
{
buildPtspta
(
ptsptaObj
)
{
let
pts
=
ptsptaObj
.
pts
;
return
{
rol
:
pts
.
rol
,
name
:
pts
.
nam
,
ptyinr
:
pts
.
ptyinr
,
ptainr
:
pts
.
ptainr
,
extkey
:
pts
.
extkey
,
dftdsp
:
pts
.
dftdsp
,
dftcur
:
pts
.
dftcur
,
dftact
:
pts
.
dftact
,
dftfeecur
:
pts
.
dftfeecur
,
dftactptainr
:
pts
.
dftactptainr
,
glggrpflg
:
pts
.
glggrpflg
,
adrblk
:
pts
.
adrblk
,
pts
,
};
},
buildCommonData
(
model
,
trnName
)
{
let
ptsptaList
=
Utils
.
formatPtspta
(
model
.
fxtp
.
fxdgrp
,
this
.
buildPtspta
);
return
{
rec
:
{
objtyp
:
"FXT"
,
objinr
:
model
.
fxtp
.
fxdgrp
.
rec
.
inr
,
ownref
:
model
.
fxtp
.
fxdgrp
.
rec
.
ownref
,
},
cbsMap
:
{
MAX
:
model
.
fxtp
.
fxdgrp
.
cbs
.
max
,
NOM1
:
model
.
fxtp
.
fxdgrp
.
cbs
.
nom1
,
},
ptsList
:
ptsptaList
,
transName
:
trnName
,
userId
:
window
.
sessionStorage
.
userId
?
window
.
sessionStorage
.
userId
:
"ZL"
,
};
},
},
};
src/page/Funds/Fxtfcm/event/index.js
0 → 100644
View file @
aae9323a
import
commonFunctions
from
'~/mixin/commonFunctions.js'
;
import
Api
from
'~/service/Api'
;
export
default
{
mixins
:
[
commonFunctions
],
methods
:
{
async
getOwnref
()
{
}
}
}
\ No newline at end of file
src/page/Funds/Fxtfcm/views/Cnfp.vue
View file @
aae9323a
...
@@ -2,264 +2,207 @@
...
@@ -2,264 +2,207 @@
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<!-- S0000002 : 平盘业务参考号 -->
<!-- S0000002 : 平盘业务参考号 -->
<c-col
:span=
"
12
"
>
<c-col
:span=
"
9
"
>
<c-form-item
:label=
"$t('fxtfcm.S0000002')
"
prop=
"fxdgrp.rec.ownref"
>
<c-form-item
label=
"平盘业务参考号
"
prop=
"fxdgrp.rec.ownref"
>
<c-input
v-model=
"model.fxdgrp.rec.ownref"
maxlength=
"16"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000002')"
></c-input>
<c-input
disabled
v-model=
"model.fxdgrp.rec.ownref"
maxlength=
"16"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"
12
"
>
<c-col
:span=
"
3
"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onFxtpButgetref"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onFxtpButgetref"
>
{{
$t
(
'fxtfcm.C0000016'
)
}}
Get Ref
</c-button>
</c-button>
</c-col>
</c-col>
<!-- S0000003 : 名称 -->
<!-- S0000003 : 名称 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fxtfcm.S0000003')
"
prop=
"fxdgrp.rec.nam"
>
<c-form-item
label=
"名称
"
prop=
"fxdgrp.rec.nam"
>
<c-input
v-model=
"model.fxdgrp.rec.nam"
maxlength=
"40"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000003')"
></c-input>
<c-input
disabled
v-model=
"model.fxdgrp.rec.nam"
maxlength=
"40"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- S0000006 : 平盘对手 -->
<!-- S0000006 : 平盘对手 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fxtfcm.S0000006')"
prop=
"fxdgrp.apl.pts.ref"
>
<c-form-item
label=
"平盘对手"
prop=
"fxdgrp.apl.pts.ref"
>
<c-input
v-model=
"model.fxdgrp.apl.pts.ref"
maxlength=
"20"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000006')"
></c-input>
<c-input
v-model=
"model.fxdgrp.apl.pts.ref"
maxlength=
"20"
></c-input>
</c-form-item>
</c-col>
<!-- S0000004 : 资金部负责人 -->
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fxtfcm.S0000004')"
prop=
"fxdgrp.rec.ownusr"
>
<c-input
v-model=
"model.fxdgrp.rec.ownusr"
maxlength=
"8"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000004')"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"User ID"
prop=
"fxtp.usr.extkey"
>
<c-input
v-model=
"model.fxtp.usr.extkey"
maxlength=
"8"
:placeholder=
"$t('other.please_enter')+'User ID'"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"
"
prop=
"fxtp.usrget.sdamod.seainf
"
>
<c-form-item
label=
"
Name of Party"
prop=
"aplacc.pts.nam
"
>
<c-input
v-model=
"model.fxtp.usrget.sdamod.seainf"
:placeholder=
"$t('other.please_enter')+''"
></c-input>
<c-input
disabled
v-model=
"model.aplacc.pts.nam"
maxlength=
"40"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- S0000004 : 资金部负责人 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"
Drag Drop Sender"
prop=
"fxtp.aplp.ptsget.sdamod.dadsnd
"
>
<c-form-item
label=
"
资金部负责人"
prop=
"fxdgrp.rec.ownusr
"
>
<c-input
v-model=
"model.fx
tp.aplp.ptsget.sdamod.dadsnd"
:placeholder=
"$t('other.please_enter')+'Drag Drop Sender'"
></c-input>
<c-input
v-model=
"model.fx
dgrp.rec.ownusr"
maxlength=
"8"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<
!--
<
c-col
:span=
"12"
>
<c-form-item
label=
"
External Key of Address"
prop=
"fxdgrp.apl.pts
.extkey"
>
<c-form-item
label=
"
User ID"
prop=
"fxtp.usr
.extkey"
>
<c-input
v-model=
"model.fx
dgrp.apl.pts.extkey"
maxlength=
"16"
:placeholder=
"$t('other.please_enter')+'External Key of Address'
"
></c-input>
<c-input
v-model=
"model.fx
tp.usr.extkey"
maxlength=
"8
"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12
"
>
<c-col
:span=
"9
"
>
<c-form-item
label=
""
prop=
"fxtp.aplp.ptsget.sdamod.seainf"
>
<c-form-item
label=
""
prop=
"fxtp.aplp.ptsget.sdamod.seainf"
>
<c-input
v-model=
"model.fxtp.aplp.ptsget.sdamod.seainf"
:placeholder=
"$t('other.please_enter')+''"
></c-input>
<c-input
disabled
v-model=
"model.fxtp.aplp.ptsget.sdamod.seainf"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"3"
>
<i
class=
"el-icon-info"
></i>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAplpDet"
>
{{
$t
(
'ptsp.CF000081'
)
}}
明细
</c-button>
</c-button>
</c-col>
</c-col>
<!-- S0000021 : 清算中心负责人 -->
<!-- S0000021 : 清算中心负责人 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fxtfcm.S0000021')
"
prop=
"fxdgrp.rec.usr"
>
<c-form-item
label=
"清算中心负责人
"
prop=
"fxdgrp.rec.usr"
>
<c-input
v-model=
"model.fxdgrp.rec.usr"
maxlength=
"8"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000021')"
></c-input>
<c-input
v-model=
"model.fxdgrp.rec.usr"
maxlength=
"8"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- S0000005 : 平盘类型 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<
c-form-item
label=
"Address Block"
prop=
"fxdgrp.apl.pts.adrblk
"
>
<
el-form-item
label=
"平盘类型"
prop=
"fxdgrp.rec.fxtyp
"
>
<c-input
type=
"textarea"
v-model=
"model.fxdgrp.apl.pts.adrblk"
maxlength=
"35"
show-word-limit
:placeholder=
"$t('other.please_enter')+'Address Block'
"
></c-input>
<c-input
disabled
v-model=
"model.fxdgrp.rec.fxtyp"
maxlength=
"20
"
></c-input>
</
c
-form-item>
</
el
-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"Chinese address"
prop=
"fxdgrp.apl.dbfadrblkcn
"
>
<c-form-item
prop=
"fxdgrp.apl.pts.adrblk
"
>
<c-input
type=
"textarea"
v-model=
"model.fxdgrp.apl.dbfadrblkcn"
maxlength=
"35"
show-word-limit
:placeholder=
"$t('other.please_enter')+'Chinese address'"
></c-input>
<c-input
disabled
type=
"textarea"
v-model=
"model.fxdgrp.apl.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- S0000005 : 平盘类型 -->
<!-- 卖出金额 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtfcm.S0000005')"
prop=
"fxdgrp.rec.fxtyp
"
>
<c-col
:span=
"8
"
>
<c-select
v-model=
"model.fxdgrp.rec.fxtyp"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000005')
"
>
<el-form-item
label=
"卖出金额"
prop=
"fxdgrp.cbs.max.cur
"
>
</c-select
>
<c-select-cur
disabled
v-model=
"model.fxdgrp.cbs.max.cur"
style=
"width: 100%"
dbCode=
"curtxt"
>
</c-select-cur
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxdgrp.cbs.max.amt"
>
<span
v-text=
"model.fxtp.amtlab"
data-path=
".fxtp.amtlab"
>
</span>
<c-input-currency
</c-col>
disabled
:currency=
"model.fxdgrp.cbs.max.cur"
<c-col
:span=
"12"
>
v-model=
"model.fxdgrp.cbs.max.amt"
></c-input-currency>
<el-form-item
label=
"Currency"
prop=
"fxdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.fxdgrp.cbs.max.cur"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'Currency'"
>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"Balance"
prop=
"fxdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.fxdgrp.cbs.max.amt"
:placeholder=
"$t('other.please_enter')+'Balance'"
></c-input>
</c-form-item>
</c-col>
</c-col>
<!-- 买入金额 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.fxtp.frgchk"
>
{{
$t
(
'fxtp.C0000100'
)
}}
</c-checkbox>
<c-col
:span=
"8"
>
</c-col>
<el-form-item
label=
"买入金额"
prop=
"fxdgrp.cbs.nom1.cur"
>
<c-select-cur
disabled
v-model=
"model.fxdgrp.cbs.nom1.cur"
style=
"width: 100%"
dbCode=
"curtxt"
>
</c-select-cur>
<c-col
:span=
"12"
>
<span
v-text=
"model.fxtp.cnylab"
data-path=
".fxtp.cnylab"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Currency"
prop=
"fxdgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.fxdgrp.cbs.nom1.cur"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'Currency'"
>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"6"
>
<c-col
:span=
"12"
>
<el-form-item
label-width=
"5px"
prop=
"fxdgrp.cbs.nom1.amt"
>
<c-form-item
label=
"Balance"
prop=
"fxdgrp.cbs.nom1.amt"
>
<c-input-currency
<c-input
v-model=
"model.fxdgrp.cbs.nom1.amt"
:placeholder=
"$t('other.please_enter')+'Balance'"
></c-input>
disabled
</c-form-item>
:currency=
"model.fxdgrp.cbs.nom1.cur"
v-model=
"model.fxdgrp.cbs.nom1.amt"
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.fxtp.cnychk"
>
{{
$t
(
'fxtp.C0000101'
)
}}
</c-checkbox>
</c-col>
</c-col>
<!-- S0000017 : 平盘对手账户行 -->
<!-- S0000013 : 平盘牌价 -->
<c-col
:span=
"12
"
>
<c-col
:span=
"9
"
>
<c-form-item
:label=
"$t('fxtfcm.S0000013')"
prop=
"fxdgrp.rec.rat
"
>
<c-form-item
label=
"Account with Liquidation Party"
prop=
"fxtp.aplp.ptsget.sdamod.seainf
"
>
<c-input
v-model=
"model.fx
dgrp.rec.rat"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000013')"
></c-input>
<c-input
v-model=
"model.fx
tp.aplp.ptsget.sdamod.seainf"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"3"
>
<c-col
:span=
"12"
>
<i
class=
"el-icon-info"
></i
>
<c-
form-item
label=
"Drag Drop Sender"
prop=
"aplaccp.ptsget.sdamod.dadsnd
"
>
<c-
button
size=
"small"
type=
"primary"
@
click=
"onAplpDet
"
>
<c-input
v-model=
"model.aplaccp.ptsget.sdamod.dadsnd"
:placeholder=
"$t('other.please_enter')+'Drag Drop Sender'"
></c-input>
明细
</c-
form-item
>
</c-
button
>
</c-col>
</c-col>
<!-- S0000013 : 平盘牌价 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"
External Key of Address"
prop=
"aplacc.pts.extkey
"
>
<c-form-item
label=
"
平盘牌价"
prop=
"fxdgrp.rec.rat
"
>
<c-input
v-model=
"model.aplacc.pts.extkey"
maxlength=
"16"
:placeholder=
"$t('other.please_enter')+'External Key of Address'"
></c-input>
<c-input
disabled
v-model=
"model.fxdgrp.rec.rat"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
""
prop=
"aplaccp.ptsget.sdamod.seainf
"
>
<c-form-item
prop=
"fxdgrp.rec.rat
"
>
<c-input
v-model=
"model.
aplaccp.ptsget.sdamod.seainf"
:placeholder=
"$t('other.please_enter')+''"
></c-input>
<c-input
v-model=
"model.
fxdgrp.rec.rat"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAplaccpDet"
>
{{
$t
(
'ptsp.CF000082'
)
}}
</c-button>
</c-col>
<!-- S0000014 : 中间价 -->
<!-- S0000014 : 中间价 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fxtfcm.S0000014')
"
prop=
"fxdgrp.rec.midrat"
>
<c-form-item
label=
"中间价
"
prop=
"fxdgrp.rec.midrat"
>
<c-input
v-model=
"model.fxdgrp.rec.midrat"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000014')"
></c-input>
<c-input
disabled
v-model=
"model.fxdgrp.rec.midrat"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
label=
"Name of Party"
prop=
"aplacc.pts.nam"
>
<c-input
v-model=
"model.aplacc.pts.nam"
maxlength=
"40"
:placeholder=
"$t('other.please_enter')+'Name of Party'"
></c-input>
</c-form-item>
</c-col>
<!-- S0000007 : 平盘日期 -->
<!-- S0000007 : 平盘日期 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtfcm.S0000007')
"
prop=
"fxdgrp.rec.opndat"
>
<el-form-item
label=
"平盘日期
"
prop=
"fxdgrp.rec.opndat"
>
<c-date-picker
type=
"date"
v-model=
"model.fxdgrp.rec.opndat"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000007')"
></c-date-picker>
<c-date-picker
disabled
type=
"date"
v-model=
"model.fxdgrp.rec.opndat"
style=
"width:100%"
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"APLACC's Account"
prop=
"acc2"
>
<c-select
v-model=
"model.acc2"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'APLACC\'s Account'"
>
</c-select>
</el-form-item>
</c-col>
<!-- S0000008 : 起息日 -->
<!-- S0000008 : 起息日 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
:label=
"$t('fxtfcm.S0000008')
"
prop=
"fxdgrp.rec.valdat"
>
<el-form-item
label=
"起息日
"
prop=
"fxdgrp.rec.valdat"
>
<c-date-picker
type=
"date"
v-model=
"model.fxdgrp.rec.valdat"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000008')"
></c-date-picker>
<c-date-picker
disabled
type=
"date"
v-model=
"model.fxdgrp.rec.valdat"
style=
"width:100%"
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000019 : 我行账户行 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fxtfcm.S0000019')"
prop=
"fxdgrp.act.pts.ref"
>
<el-form-item
prop=
"acc1"
>
<c-input
v-model=
"model.fxdgrp.act.pts.ref"
maxlength=
"20"
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000019')"
></c-input>
<c-select
v-model=
"model.acc1"
style=
"width:100%"
>
</c-form-item>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<!-- S0000019 : 我行账户行 -->
<c-form-item
label=
"Drag Drop Sender"
prop=
"fxtp.actp.ptsget.sdamod.dadsnd"
>
<c-col
:span=
"12"
>
<c-input
v-model=
"model.fxtp.actp.ptsget.sdamod.dadsnd"
:placeholder=
"$t('other.please_enter')+'Drag Drop Sender'"
></c-input>
<c-form-item
label=
"我行账户行"
prop=
"fxdgrp.act.pts.ref"
>
<c-input
v-model=
"model.fxdgrp.act.pts.ref"
maxlength=
"20"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"
External Key of Address"
prop=
"fxdgrp.act.pts.extkey
"
>
<c-form-item
label=
"
备注"
prop=
"fxdgrp.apl.pts.remark
"
>
<c-input
v-model=
"model.fxdgrp.act.pts.extkey"
maxlength=
"16"
:placeholder=
"$t('other.please_enter')+'External Key of Address'"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.fxdgrp.apl.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12
"
>
<c-col
:span=
"9
"
>
<c-form-item
label=
""
prop=
"fxtp.act
p.ptsget.sdamod.seainf"
>
<c-form-item
prop=
"fxtp.apl
p.ptsget.sdamod.seainf"
>
<c-input
v-model=
"model.fxtp.a
ctp.ptsget.sdamod.seainf"
:placeholder=
"$t('other.please_enter')+''"
></c-input>
<c-input
v-model=
"model.fxtp.a
plp.ptsget.sdamod.seainf"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"3"
>
<c-col
:span=
"12"
>
<i
class=
"el-icon-info"
></i
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onA
ct
pDet"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onA
pl
pDet"
>
{{
$t
(
'ptsp.CF000082'
)
}}
明细
</c-button>
</c-button>
</c-col>
</c-col>
<!-- S0000009 : 备注 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
:label=
"$t('fxtfcm.S0000009')"
prop=
"fxdgrp.blk.remark"
>
<c-checkbox
v-model=
"model.swtflg"
>
发送MT300
</c-checkbox>
<c-input
type=
"textarea"
v-model=
"model.fxdgrp.blk.remark"
maxlength=
"35"
show-word-limit
:placeholder=
"$t('other.please_enter')+$t('fxtfcm.S0000009')"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"Name of Party"
prop=
"fxdgrp.act.pts.nam"
>
<el-form-item
prop=
"acc1"
>
<c-input
v-model=
"model.fxdgrp.act.pts.nam"
maxlength=
"40"
:placeholder=
"$t('other.please_enter')+'Name of Party'"
></c-input>
<c-select
v-model=
"model.acc1"
style=
"width:100%"
>
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"OWNACC's Account"
prop=
"acc1"
>
<c-select
v-model=
"model.acc1"
style=
"width:100%"
:placeholder=
"$t('other.please_enter')+'OWNACC\'s Account'"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.swtflg"
>
{{
$t
(
'fxtfcm.C0000022'
)
}}
</c-checkbox>
</c-col>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
src/page/Funds/Fxtfcm/views/index.vue
View file @
aae9323a
<
template
>
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<c-content>
<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"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--fxtfcm PD000001 Confirmation -->
<!--fxtfcm PD000001 Confirmation -->
<el-tab-pane
:label=
"$t('fxtfcm.PD000001')
"
name=
"cnfp"
>
<el-tab-pane
label=
"概要
"
name=
"cnfp"
>
<m-cnfp
:model=
"model"
:codes=
"codes"
/>
<m-cnfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--fxtfcm PD000023 MT300 -->
<!--fxtfcm PD000023 MT300 -->
<el-tab-pane
:label=
"$t('fxtfcm.PD000023')
"
name=
"mt300"
>
<el-tab-pane
label=
"MT300
"
name=
"mt300"
>
<m-mt300
:model=
"model"
:codes=
"codes"
/>
<m-mt300
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--fxtfcm PD000065 MT300 -->
<!--fxtfcm PD000065 MT300 -->
<el-tab-pane
:label=
"$t('fxtfcm.PD000065')
"
name=
"fxt300l1"
>
<el-tab-pane
label=
"fxt300l1
"
name=
"fxt300l1"
>
<m-fxt300l1
:model=
"model"
:codes=
"codes"
/>
<m-fxt300l1
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
</c-tabs>
</c-tabs>
</el-form>
</el-form>
<c-function-btn
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
:handleSubmit=
"handleSubmit"
@
handleSureWarning=
"handleSureWarning"
ref=
"commonBtn"
></c-function-btn>
</c-content>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
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