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
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
390 additions
and
66 deletions
+390
-66
Check.js
src/page/Funds/Fxtfcm/model/Check.js
+361
-33
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
import
Utils
from
"~/utils"
/**
* Fxtfcm Check规则
*/
let
checkObj
=
{
"fxdgrp.apl.pts.adrblk"
:
null
,
"mt30m.a53.pts.extkey"
:
null
,
"mt30m.comcur"
:
null
,
"fxdgrp.act.pts.extkey"
:
null
,
"fxdgrp.cbs.max.cur"
:
null
,
"mt30m.ini.pts.extkey"
:
null
,
"mt30m.b58.pts.extkey"
:
null
,
"mt30m.c88.pts.extkey"
:
null
,
"fxtp.cnychk"
:
null
,
"aplacc.pts.extkey"
:
null
,
"mt30m.b53.pts.extkey"
:
null
,
"mt30m.b56.pts.extkey"
:
null
,
"fxdgrp.apl.pts.ref"
:
null
,
"fxdgrp.apl.pts.extkey"
:
null
,
"fxtp.usr.extkey"
:
null
,
"mt30m.owc.pts.extkey"
:
null
,
"mt30m.comamt"
:
null
,
"mt30m.c85.pts.extkey"
:
null
,
"mt30m.c84.pts.extkey"
:
null
,
"mt30m.rbc.pts.extkey"
:
null
,
}
export
default
{
"fxtfcm.rec.ownref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
for
(
const
key
in
checkObj
)
{
if
(
Object
.
hasOwnProperty
.
call
(
checkObj
,
key
))
{
checkObj
[
key
]
=
checkObj
[
key
]
?
checkObj
[
key
]
:
Utils
.
reflectCheck
(
key
)
}
}
export
default
checkObj
"fxtfcm.rec.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"fxtfcm.apl.pts.ref"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"fxtfcm.rec.ownusr"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"fxtp.usr.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"fxtp.usrget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"fxtp.aplp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"fxtfcm.apl.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"fxtp.aplp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"fxtfcm.rec.usr"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
8
,
message
:
"长度不能超过8"
}
],
"fxtfcm.apl.pts.adrblk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"fxtfcm.apl.dbfadrblkcn"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"fxtfcm.cbs.max.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"fxtfcm.cbs.nom1.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"fxtfcm.rec.rat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"aplaccp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"aplacc.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"aplaccp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"fxtfcm.rec.midrat"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
12
,
message
:
"长度不能超过12"
}
],
"aplacc.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"fxtfcm.rec.opndat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"fxtfcm.rec.valdat"
:[
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"fxtfcm.act.pts.ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
"fxtp.actp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"fxtfcm.act.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"fxtp.actp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"fxtfcm.blk.remark"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"fxtfcm.act.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.a53act"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"mt30m.b53act"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"mt30m.a53p.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.b53p.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.a53.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.a53p.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.b53.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.b53p.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.conref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.a53.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.b53.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.iniact"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"mt30m.b56act"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"mt30m.inip.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.b56p.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.ini.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.inip.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.b56.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.b56p.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.coninf"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"mt30m.ini.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.b56.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.rbcact"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"mt30m.owcact"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"mt30m.rbcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.owcp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.rbc.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.rbcp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.owc.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.owcp.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.deamettxt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"mt30m.rbc.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.owc.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.comamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"mt30m.c84p.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.b58act"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
34
,
message
:
"长度不能超过34"
}
],
"mt30m.c84.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.c84p.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.ctpref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.b58p.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.b58.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.b58p.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.c84.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.c88ref"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.b58.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.str300"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"mt30m.c88p.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.c88.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.c88p.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.c85p.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.c85.pts.extkey"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"mt30m.c85p.ptsget.sdamod.seainf"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"mt30m.c88.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"mt30m.c85.pts.nam"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
40
,
message
:
"长度不能超过40"
}
],
"fxt300l1blk"
:[
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
200
,
message
:
"长度不能超过200"
}
],
}
\ No newline at end of file
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,12 +186,11 @@
<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"
>
<c-input
v-model=
"model.fxtp.aplp.ptsget.sdamod.seainf"
></c-input>
...
...
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