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
5f41f927
Commit
5f41f927
authored
Oct 06, 2024
by
Mr.xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
外币兑换平盘确认FXTFCM
parent
ed9948f9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
33 deletions
+29
-33
Check.js
src/page/Funds/Fxtfcm/model/Check.js
+0
-0
index.js
src/page/Funds/Fxtfcm/model/index.js
+16
-15
Cnfp.vue
src/page/Funds/Fxtfcm/views/Cnfp.vue
+7
-12
index.vue
src/page/Funds/Fxtfcm/views/index.vue
+6
-6
No files found.
src/page/Funds/Fxtfcm/model/Check.js
View file @
5f41f927
This diff is collapsed.
Click to expand it.
src/page/Funds/Fxtfcm/model/index.js
View file @
5f41f927
...
...
@@ -6,32 +6,33 @@ export default class Fxtfcm{
this
.
data
=
{
fxtfcm
:{
rec
:{
ownref
:
""
,
// 平盘业务参考号 .fx
dgrp
.rec.ownref
nam
:
""
,
// 名称 .fx
dgrp
.rec.nam
fxtyp
:
""
,
// 平盘类型 .fx
dgrp
.rec.fxtyp
opndat
:
""
,
// 平盘日期 .fx
dgrp
.rec.opndat
valdat
:
""
,
// 起息日 .fx
dgrp
.rec.valdat
rat
:
""
,
// 平盘牌价 .fx
dgrp
.rec.rat
midrat
:
""
,
// 中间价 .fx
dgrp
.rec.midrat
ownusr
:
""
,
// 资金部负责人 .fx
dgrp
.rec.ownusr
usr
:
""
,
// 清算中心负责人 .fx
dgrp
.rec.usr
ownref
:
""
,
// 平盘业务参考号 .fx
tfcm
.rec.ownref
nam
:
""
,
// 名称 .fx
tfcm
.rec.nam
fxtyp
:
""
,
// 平盘类型 .fx
tfcm
.rec.fxtyp
opndat
:
""
,
// 平盘日期 .fx
tfcm
.rec.opndat
valdat
:
""
,
// 起息日 .fx
tfcm
.rec.valdat
rat
:
""
,
// 平盘牌价 .fx
tfcm
.rec.rat
midrat
:
""
,
// 中间价 .fx
tfcm
.rec.midrat
ownusr
:
""
,
// 资金部负责人 .fx
tfcm
.rec.ownusr
usr
:
""
,
// 清算中心负责人 .fx
tfcm
.rec.usr
detail
:
""
,
// 详情 .fxtfcm.rec.detail
other
:
""
,
//其它
},
apl
:{
pts
:
new
Pts
().
data
,
dbfadrblkcn
:
""
,
// Chinese address .fx
dgrp
.apl.dbfadrblkcn
dbfadrblkcn
:
""
,
// Chinese address .fx
tfcm
.apl.dbfadrblkcn
},
blk
:{
remark
:
""
,
// 备注 .fx
dgrp
.blk.remark
remark
:
""
,
// 备注 .fx
tfcm
.blk.remark
},
cbs
:{
max
:{
cur
:
""
,
// Currency .fx
dgrp
.cbs.max.cur
amt
:
""
,
// Balance .fx
dgrp
.cbs.max.amt
cur
:
""
,
// Currency .fx
tfcm
.cbs.max.cur
amt
:
""
,
// Balance .fx
tfcm
.cbs.max.amt
},
nom1
:{
cur
:
""
,
// Currency .fx
dgrp
.cbs.nom1.cur
amt
:
""
,
// Balance .fx
dgrp
.cbs.nom1.amt
cur
:
""
,
// Currency .fx
tfcm
.cbs.nom1.cur
amt
:
""
,
// Balance .fx
tfcm
.cbs.nom1.amt
},
},
act
:{
...
...
src/page/Funds/Fxtfcm/views/Cnfp.vue
View file @
5f41f927
...
...
@@ -40,6 +40,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
></c-col>
<c-col
:span=
"12"
>
<!-- S0000021 : 清算中心负责人 -->
<c-col
:span=
"12"
>
...
...
@@ -47,7 +48,6 @@
<c-input
v-model=
"model.fxtfcm.rec.usr"
maxlength=
"8"
></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -119,8 +119,8 @@
</c-col>
<c-col
:span=
"9"
>
<c-form-item
label=
"
Account with Liquidation Party"
prop=
"fxtp.aplp.ptsget.sdamod.seainf
"
>
<c-input
v-model=
"model.
fxtp.aplp.ptsget.sdamod.seainf
"
></c-input>
<c-form-item
label=
"
平盘机构账户行"
prop=
"acc2
"
>
<c-input
v-model=
"model.
acc2
"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"3"
>
...
...
@@ -131,8 +131,6 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<!-- S0000013 : 平盘牌价 -->
<c-col
:span=
"12"
>
...
...
@@ -152,8 +150,6 @@
</c-col>
<c-col
:span=
"24"
>
<!-- S0000007 : 平盘日期 -->
...
...
@@ -165,8 +161,8 @@
<c-col
:span=
"12"
>
<el-form-item
prop=
"
acc1
"
>
<c-select
v-model=
"model.
acc1
"
style=
"width:100%"
>
<el-form-item
prop=
"
fxtfcm.rec.other
"
>
<c-select
v-model=
"model.
fxtfcm.rec.other
"
style=
"width:100%"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -190,11 +186,10 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-form-item
label=
"备注"
prop=
"fxtfcm.
apl.pts
.remark"
>
<c-input
type=
"textarea"
v-model=
"model.fxtfcm.
apl.pts.adrbl
k"
maxlength=
"35"
show-word-limit
></c-input>
<c-form-item
label=
"备注"
prop=
"fxtfcm.
blk
.remark"
>
<c-input
type=
"textarea"
v-model=
"model.fxtfcm.
blk.remar
k"
maxlength=
"35"
show-word-limit
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"9"
>
<c-form-item
prop=
"fxtp.aplp.ptsget.sdamod.seainf"
>
...
...
src/page/Funds/Fxtfcm/views/index.vue
View file @
5f41f927
...
...
@@ -34,8 +34,8 @@ import CodeTable from "~/config/CodeTable"
import
Fxtfcm
from
"../model"
import
commonProcess
from
"~/mixin/commonProcess"
import
Check
from
"../model/Check"
import
Default
from
"../model/Default"
import
Pattern
from
"../model/Pattern"
//
import Default from "../model/Default"
//
import Pattern from "../model/Pattern"
import
Cnfp
from
"./Cnfp"
import
Mt300
from
"./Mt300"
import
Fxt300l1
from
"./Fxt300l1"
...
...
@@ -60,10 +60,10 @@ export default {
trnName
:
"fxtfcm"
,
trnType
:
""
,
model
:
new
Fxtfcm
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
//
checkRules: Check,
//
defaultRules: Default,
//
pattern: Pattern,
rules
:
Check
,
codes
:
{
},
}
...
...
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