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
isc-v3.1-tmp
isc-web-vue
Commits
54c87642
Commit
54c87642
authored
Oct 06, 2024
by
Mr.xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xugaopeng-外币兑换平盘确认FXTFCM
parent
64b06d25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
65 deletions
+83
-65
index.js
src/page/Funds/Fxtfcm/model/index.js
+2
-1
Cnfp.vue
src/page/Funds/Fxtfcm/views/Cnfp.vue
+81
-64
No files found.
src/page/Funds/Fxtfcm/model/index.js
View file @
54c87642
...
@@ -4,7 +4,7 @@ import Pts from "~/page/Model/Common/Pts"
...
@@ -4,7 +4,7 @@ import Pts from "~/page/Model/Common/Pts"
export
default
class
Fxtfcm
{
export
default
class
Fxtfcm
{
constructor
()
{
constructor
()
{
this
.
data
=
{
this
.
data
=
{
fx
dgrp
:{
fx
tfcm
:{
rec
:{
rec
:{
ownref
:
""
,
// 平盘业务参考号 .fxdgrp.rec.ownref
ownref
:
""
,
// 平盘业务参考号 .fxdgrp.rec.ownref
nam
:
""
,
// 名称 .fxdgrp.rec.nam
nam
:
""
,
// 名称 .fxdgrp.rec.nam
...
@@ -15,6 +15,7 @@ export default class Fxtfcm{
...
@@ -15,6 +15,7 @@ export default class Fxtfcm{
midrat
:
""
,
// 中间价 .fxdgrp.rec.midrat
midrat
:
""
,
// 中间价 .fxdgrp.rec.midrat
ownusr
:
""
,
// 资金部负责人 .fxdgrp.rec.ownusr
ownusr
:
""
,
// 资金部负责人 .fxdgrp.rec.ownusr
usr
:
""
,
// 清算中心负责人 .fxdgrp.rec.usr
usr
:
""
,
// 清算中心负责人 .fxdgrp.rec.usr
detail
:
""
,
// 详情 .fxtfcm.rec.detail
},
},
apl
:{
apl
:{
pts
:
new
Pts
().
data
,
pts
:
new
Pts
().
data
,
...
...
src/page/Funds/Fxtfcm/views/Cnfp.vue
View file @
54c87642
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<!-- S0000002 : 平盘业务参考号 -->
<!-- S0000002 : 平盘业务参考号 -->
<c-col
:span=
"9"
>
<c-col
:span=
"9"
>
<c-form-item
label=
"平盘业务参考号"
prop=
"fx
dgrp
.rec.ownref"
>
<c-form-item
label=
"平盘业务参考号"
prop=
"fx
tfcm
.rec.ownref"
>
<c-input
disabled
v-model=
"model.fx
dgrp
.rec.ownref"
maxlength=
"16"
></c-input>
<c-input
disabled
v-model=
"model.fx
tfcm
.rec.ownref"
maxlength=
"16"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
@@ -13,43 +14,46 @@
...
@@ -13,43 +14,46 @@
Get Ref
Get Ref
</c-button>
</c-button>
</c-col>
</c-col>
<!-- S0000003 : 名称 -->
<!-- S0000003 : 名称 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"名称"
prop=
"fx
dgrp
.rec.nam"
>
<c-form-item
label=
"名称"
prop=
"fx
tfcm
.rec.nam"
>
<c-input
disabled
v-model=
"model.fx
dgrp
.rec.nam"
maxlength=
"40"
></c-input>
<c-input
disabled
v-model=
"model.fx
tfcm
.rec.nam"
maxlength=
"40"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!-- S0000006 : 平盘对手 -->
<c-col
:span=
"12"
>
<!-- S0000006 : 平盘对手 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"平盘对手"
prop=
"fxdgrp
.apl.pts.ref"
>
<c-form-item
label=
"平盘对手"
prop=
"fxtfcm
.apl.pts.ref"
>
<c-input
v-model=
"model.fxdgrp
.apl.pts.ref"
maxlength=
"20"
></c-input>
<c-input
v-model=
"model.fxtfcm
.apl.pts.ref"
maxlength=
"20"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"Name of Party"
prop=
"aplacc.pts.nam"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"平盘机构"
prop=
"aplacc.pts.nam"
>
<c-input
disabled
v-model=
"model.aplacc.pts.nam"
maxlength=
"40"
></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
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"资金部负责人"
prop=
"fxdgrp.rec.ownusr"
>
<!-- S0000021 : 清算中心负责人 -->
<c-input
v-model=
"model.fxdgrp.rec.ownusr"
maxlength=
"8"
></c-input>
<c-col
:span=
"12"
>
<c-form-item
label=
"清算中心负责人"
prop=
"fxtfcm.rec.usr"
>
<c-input
v-model=
"model.fxtfcm.rec.usr"
maxlength=
"8"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
>
</c-col>
<c-form-item
label=
"User ID"
prop=
"fxtp.usr.extkey"
>
<c-input
v-model=
"model.fxtp.usr.extkey"
maxlength=
"8"
></c-input>
</c-form-item>
</c-col>
-->
<c-col
:span=
"9"
>
<c-col
:span=
"12"
>
<c-form-item
label=
""
prop=
"fxtp.aplp.ptsget.sdamod.seainf"
>
<c-col
:span=
"21"
>
<c-input
disabled
v-model=
"model.fxtp.aplp.ptsget.sdamod.seainf"
></c-input>
<c-form-item
label=
""
prop=
"fxtfcm.rec.detail"
>
<c-input
disabled
v-model=
"model.fxtfcm.rec.detail"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
@@ -59,55 +63,57 @@
...
@@ -59,55 +63,57 @@
明细
明细
</c-button>
</c-button>
</c-col>
</c-col>
</c-col>
<!-- S0000021 : 清算中心负责人 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"清算中心负责人"
prop=
"fxdgrp.rec.usr"
>
<c-input
v-model=
"model.fxdgrp.rec.usr"
maxlength=
"8"
></c-input>
</c-form-item>
</c-col>
<!-- S0000005 : 平盘类型 -->
<!-- S0000005 : 平盘类型 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"平盘类型"
prop=
"fxdgrp
.rec.fxtyp"
>
<el-form-item
label=
"平盘类型"
prop=
"fxtfcm
.rec.fxtyp"
>
<c-input
disabled
v-model=
"model.fxdgrp
.rec.fxtyp"
maxlength=
"20"
></c-input>
<c-input
disabled
v-model=
"model.fxtfcm
.rec.fxtyp"
maxlength=
"20"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
prop=
"fxdgrp.apl.pts.adrblk"
>
<c-col
:span=
"24"
>
<c-input
disabled
type=
"textarea"
v-model=
"model.fxdgrp.apl.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
<c-form-item
prop=
"fxtfcm.apl.pts.adrblk"
>
<c-input
disabled
type=
"textarea"
v-model=
"model.fxtfcm.apl.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<!-- 卖出金额 -->
<!-- 卖出金额 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"卖出金额"
prop=
"fx
dgrp
.cbs.max.cur"
>
<el-form-item
label=
"卖出金额"
prop=
"fx
tfcm
.cbs.max.cur"
>
<c-select-cur
disabled
v-model=
"model.fx
dgrp
.cbs.max.cur"
style=
"width: 100%"
dbCode=
"curtxt"
>
</c-select-cur>
<c-select-cur
disabled
v-model=
"model.fx
tfcm
.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=
"6"
>
<el-form-item
label-width=
"5px"
prop=
"fxdgrp
.cbs.max.amt"
>
<el-form-item
label-width=
"5px"
prop=
"fxtfcm
.cbs.max.amt"
>
<c-input-currency
<c-input-currency
disabled
disabled
:currency=
"model.fxdgrp
.cbs.max.cur"
:currency=
"model.fxtfcm
.cbs.max.cur"
v-model=
"model.fxdgrp
.cbs.max.amt"
></c-input-currency>
v-model=
"model.fxtfcm
.cbs.max.amt"
></c-input-currency>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<!-- 买入金额 -->
<!-- 买入金额 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"买入金额"
prop=
"fxdgrp
.cbs.nom1.cur"
>
<el-form-item
label=
"买入金额"
prop=
"fxtfcm
.cbs.nom1.cur"
>
<c-select-cur
disabled
v-model=
"model.fxdgrp
.cbs.nom1.cur"
style=
"width: 100%"
dbCode=
"curtxt"
>
</c-select-cur>
<c-select-cur
disabled
v-model=
"model.fxtfcm
.cbs.nom1.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=
"6"
>
<el-form-item
label-width=
"5px"
prop=
"fxdgrp
.cbs.nom1.amt"
>
<el-form-item
label-width=
"5px"
prop=
"fxtfcm
.cbs.nom1.amt"
>
<c-input-currency
<c-input-currency
disabled
disabled
:currency=
"model.fxdgrp
.cbs.nom1.cur"
:currency=
"model.fxtfcm
.cbs.nom1.cur"
v-model=
"model.fxdgrp
.cbs.nom1.amt"
></c-input-currency>
v-model=
"model.fxtfcm
.cbs.nom1.amt"
></c-input-currency>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
...
@@ -123,64 +129,73 @@
...
@@ -123,64 +129,73 @@
明细
明细
</c-button>
</c-button>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<!-- S0000013 : 平盘牌价 -->
<!-- S0000013 : 平盘牌价 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"平盘牌价"
prop=
"fxdgrp
.rec.rat"
>
<c-form-item
label=
"平盘牌价"
prop=
"fxtfcm
.rec.rat"
>
<c-input
disabled
v-model=
"model.fxdgrp
.rec.rat"
></c-input>
<c-input
disabled
v-model=
"model.fxtfcm
.rec.rat"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-form-item
prop=
"fxdgrp.rec.rat"
>
<c-input
v-model=
"model.fxdgrp.rec.rat"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<!-- S0000014 : 中间价 -->
<!-- S0000014 : 中间价 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"中间价"
prop=
"fxdgrp
.rec.midrat"
>
<c-form-item
label=
"中间价"
prop=
"fxtfcm
.rec.midrat"
>
<c-input
disabled
v-model=
"model.fxdgrp
.rec.midrat"
></c-input>
<c-input
disabled
v-model=
"model.fxtfcm
.rec.midrat"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
</c-col>
<!-- S0000007 : 平盘日期 -->
<c-col
:span=
"24"
>
<!-- S0000007 : 平盘日期 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"平盘日期"
prop=
"fxdgrp
.rec.opndat"
>
<el-form-item
label=
"平盘日期"
prop=
"fxtfcm
.rec.opndat"
>
<c-date-picker
disabled
type=
"date"
v-model=
"model.fxdgrp
.rec.opndat"
style=
"width:100%"
></c-date-picker>
<c-date-picker
disabled
type=
"date"
v-model=
"model.fxtfcm
.rec.opndat"
style=
"width:100%"
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000008 : 起息日 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"起息日"
prop=
"fxdgrp.rec.valdat"
>
<el-form-item
prop=
"acc1"
>
<c-date-picker
disabled
type=
"date"
v-model=
"model.fxdgrp.rec.valdat"
style=
"width:100%"
></c-date-picker>
<c-select
v-model=
"model.acc1"
style=
"width:100%"
>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<!-- S0000008 : 起息日 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
prop=
"acc1"
>
<el-form-item
label=
"起息日"
prop=
"fxtfcm.rec.valdat"
>
<c-select
v-model=
"model.acc1"
style=
"width:100%"
>
<c-date-picker
disabled
type=
"date"
v-model=
"model.fxtfcm.rec.valdat"
style=
"width:100%"
></c-date-picker>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- S0000019 : 我行账户行 -->
<!-- S0000019 : 我行账户行 -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"我行账户行"
prop=
"fxdgrp
.act.pts.ref"
>
<c-form-item
label=
"我行账户行"
prop=
"fxtfcm
.act.pts.ref"
>
<c-input
v-model=
"model.fxdgrp
.act.pts.ref"
maxlength=
"20"
></c-input>
<c-input
v-model=
"model.fxtfcm
.act.pts.ref"
maxlength=
"20"
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"备注"
prop=
"fxdgrp
.apl.pts.remark"
>
<c-form-item
label=
"备注"
prop=
"fxtfcm
.apl.pts.remark"
>
<c-input
type=
"textarea"
v-model=
"model.fxdgrp
.apl.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
<c-input
type=
"textarea"
v-model=
"model.fxtfcm
.apl.pts.adrblk"
maxlength=
"35"
show-word-limit
></c-input>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"9"
>
<c-col
:span=
"9"
>
<c-form-item
prop=
"fxtp.aplp.ptsget.sdamod.seainf"
>
<c-form-item
prop=
"fxtp.aplp.ptsget.sdamod.seainf"
>
<c-input
v-model=
"model.fxtp.aplp.ptsget.sdamod.seainf"
></c-input>
<c-input
v-model=
"model.fxtp.aplp.ptsget.sdamod.seainf"
></c-input>
...
@@ -192,6 +207,8 @@
...
@@ -192,6 +207,8 @@
明细
明细
</c-button>
</c-button>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.swtflg"
>
发送MT300
</c-checkbox>
<c-checkbox
v-model=
"model.swtflg"
>
发送MT300
</c-checkbox>
...
...
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