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
eec207f1
Commit
eec207f1
authored
Oct 29, 2024
by
zhoujunpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fttpcn修改
parent
3b93f2b1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
76 additions
and
24 deletions
+76
-24
buildCommons.js
src/page/Funds/Fttpcn/event/buildCommons.js
+5
-3
index.js
src/page/Funds/Fttpcn/model/index.js
+55
-1
Canp.vue
src/page/Funds/Fttpcn/views/Canp.vue
+16
-20
No files found.
src/page/Funds/Fttpcn/event/buildCommons.js
View file @
eec207f1
...
...
@@ -27,9 +27,11 @@ export default {
objtyp
:
"FTD"
,
objinr
:
model
.
ftdgrp
.
rec
.
inr
,
ownref
:
model
.
ftdgrp
.
rec
.
ownref
,
fttyp
:
model
.
ftdgrp
.
rec
.
fttyp
,
swtflg
:
model
.
swtflg
,
cancur
:
model
.
cancur
,
msgtyp
:
model
.
fttp
.
msgtyp
,
fttyp
:
model
.
ftdgrp
.
rec
.
fttyp
,
rat
:
model
.
ftdgrp
.
rec
.
rat
,
bnktyp
:
model
.
ftdgrp
.
rec
.
bnktyp
,
valdat
:
model
.
ftdgrp
.
rec
.
valdat
,
canamt
:
model
.
canamt
,
},
cbsMap
:
{
...
...
src/page/Funds/Fttpcn/model/index.js
View file @
eec207f1
...
...
@@ -12,9 +12,63 @@ export default class Fttpcn{
msgtyp
:
""
,
// 报文类型 .fttp.msgtyp
benact
:
""
,
bnaktypflg
:
""
,
mt32m
:
{
amecur
:
""
,
// Broker's Commission Cur. .mt30m.comcur
ameamt
:
0
,
newcur
:
""
,
// Broker's Commission Cur. .mt30m.comcur
newamt
:
0
,
s22a
:
""
,
// Typeof Operation(:22A) .mt30m.s22a
s94a
:
""
,
s17r
:
""
,
s22b
:
""
,
s30x
:
""
,
oldref
:
""
,
conref
:
""
,
conno
:
""
,
// MT300 22C - 共同参号 .mt30m.conref
a53act
:
""
,
// Delivery Agent Account .mt30m.a53act
iniact
:
""
,
// Intermediary Account .mt30m.iniact
rbcact
:
""
,
// Receiving Agent Account .mt30m.rbcact
a58act
:
""
,
b53act
:
""
,
// Delivery Agent Account .mt30m.b53act
b56act
:
""
,
// Intermediary Account .mt30m.b56act
owcact
:
""
,
// Receiving Agent Account .mt30m.owcact
b58act
:
""
,
// Beneficiary Institution Account .mt30m.b58act
str300
:
""
,
b58
:
{
pts
:
new
Pts
().
data
,
},
b53
:
{
pts
:
new
Pts
().
data
,
},
owc
:
{
pts
:
new
Pts
().
data
,
},
b56
:
{
pts
:
new
Pts
().
data
,
},
a58
:
{
pts
:
new
Pts
().
data
,
},
rbc
:
{
pts
:
new
Pts
().
data
,
},
ini
:
{
pts
:
new
Pts
().
data
,
},
a53
:
{
pts
:
new
Pts
().
data
,
},
},
},
canamt
:
""
,
// Cancellation Amount .canamt
canamt
:
0
,
// Cancellation Amount .canamt
mtabut
:{
clsflg
:
""
,
// Close Flag .mtabut.clsflg
},
...
...
src/page/Funds/Fttpcn/views/Canp.vue
View file @
eec207f1
...
...
@@ -49,7 +49,7 @@
</c-col>
<!-- S0000083 : 头寸调拨金额 -->
<c-col
:span=
"24"
>
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
2
"
>
<c-form-item
:label=
"$t('fttp.头寸调拨金额')"
prop=
"ftdgrp.cbs.max.cur"
...
...
@@ -63,8 +63,8 @@
</c-select>
</c-form-item>
</c-col>
<c-col
:span=
"1
4
"
class=
"pl8"
>
<c-form-item
label-width=
"
10px
"
prop=
"ftdgrp.cbs.max.amt"
>
<c-col
:span=
"1
2
"
class=
"pl8"
>
<c-form-item
label-width=
"
0
"
prop=
"ftdgrp.cbs.max.amt"
>
<c-input-currency
disabled
v-model=
"model.ftdgrp.cbs.max.amt"
...
...
@@ -75,7 +75,7 @@
</c-col>
<!-- S0000067 : 待销账金额 -->
<c-col
:span=
"24"
>
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
2
"
>
<c-form-item
:label=
"$t('fttpcn.待销账金额')"
prop=
"ftdgrp.cbs.max.cur"
...
...
@@ -88,8 +88,8 @@
></c-select>
</c-form-item>
</c-col>
<c-col
:span=
"1
4
"
class=
"pl8"
>
<c-form-item
label-width=
"
10px
"
prop=
"ftdgrp.cbs.opn2.amt"
>
<c-col
:span=
"1
2
"
class=
"pl8"
>
<c-form-item
label-width=
"
0
"
prop=
"ftdgrp.cbs.opn2.amt"
>
<c-input-currency
disabled
v-model=
"model.ftdgrp.cbs.opn2.amt"
...
...
@@ -100,22 +100,18 @@
</c-col>
<!-- S0000068 : 实际销账金额 -->
<c-col
:span=
"24"
>
<c-col
:span=
"10"
>
<el-form-item
:label=
"$t('fttpcn.实际销账金额')"
prop=
"ftdgrp.cbs.max.cur"
>
<c-select
disabled
v-model=
"model.ftdgrp.cbs.max.cur"
:code=
"codes.curtxt1"
maxlength=
"3"
></c-select>
<c-col
:span=
"12"
>
<el-form-item
label=
"实际销账金额"
prop=
"ftdgrp.cbs.opn2.cur"
>
<c-select
disabled
v-model=
"model.ftdgrp.cbs.opn2.cur"
:code=
"codes.curtxt1"
style=
"width:100%"
placeholder=
""
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"14"
class=
"pl8"
>
<c-form-item
label-width=
"10px"
prop=
"canamt"
>
<c-input-currency
v-model=
"model.canamt"
:currency=
"model.ftdgrp.cbs.max.cur"
></c-input-currency>
<c-col
:span=
"12"
class=
"pl8"
>
<c-form-item
label-width=
"0"
prop=
"canamt"
>
<c-input-currency
:currency=
"model.ftdgrp.cbs.opn2.cur"
v-model=
"model.canamt"
placeholder=
""
>
</c-input-currency>
</c-form-item>
</c-col>
</c-col>
...
...
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