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
b87a23d7
Commit
b87a23d7
authored
Sep 27, 2024
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fxteop交易
parent
5317b66a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
26 deletions
+11
-26
Check.js
src/page/Funds/Fxteop/model/Check.js
+9
-24
index.vue
src/page/Funds/Fxteop/views/index.vue
+2
-2
No files found.
src/page/Funds/Fxteop/model/Check.js
View file @
b87a23d7
import
moment
from
'moment'
;
import
Utils
from
"~/utils"
/**
* Fxteop Check规则
*/
let
checkObj
=
{
"fxdgrp.apl.pts.adrblk"
:
null
,
"fxtp.usr.extkey"
:
null
,
"fxdgrp.rec.dsp2"
:
null
,
"fxdgrp.cbs.max.amt"
:
null
,
"fxdgrp.cbs.max.cur"
:
null
,
"fxdgrp.rec.dsp"
:
null
,
"fxtp.cnychk"
:
null
,
"fxdgrp.cbs.nom1.amt"
:
null
,
"fxdgrp.rec.acc2"
:
null
,
"fxdgrp.rec.fxtyp"
:
null
,
"fxdgrp.rec.acc"
:
null
,
"fxdgrp.cbs.nom1.cur"
:
null
,
"fxdgrp.apl.pts.extkey"
:
null
,
}
export
default
{
data
()
{
return
{
rules
:
{
for
(
const
key
in
checkObj
)
{
if
(
Object
.
hasOwnProperty
.
call
(
checkObj
,
key
))
{
checkObj
[
key
]
=
checkObj
[
key
]
?
checkObj
[
key
]
:
Utils
.
reflectCheck
(
key
)
}
}
}
export
default
checkObj
}
}
\ No newline at end of file
src/page/Funds/Fxteop/views/index.vue
View file @
b87a23d7
...
...
@@ -40,8 +40,8 @@ import commonDepend from "~/mixin/commonDepend";
import
event
from
"../event"
;
import
buildFn
from
"../event/buildCommons.js"
;
import
Check
from
"../model/
c
heck"
;
import
Default
from
"../model/
d
efault"
;
import
Check
from
"../model/
C
heck"
;
import
Default
from
"../model/
D
efault"
;
export
default
{
...
...
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