Commit b87a23d7 by wangguangchao

fxteop交易

parent 5317b66a
import moment from 'moment';
import Utils from "~/utils" import Utils from "~/utils"
/** export default {
* Fxteop Check规则 data() {
*/ return {
let checkObj = { rules: {
"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,
}
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
...@@ -40,8 +40,8 @@ import commonDepend from "~/mixin/commonDepend"; ...@@ -40,8 +40,8 @@ import commonDepend from "~/mixin/commonDepend";
import event from "../event"; import event from "../event";
import buildFn from "../event/buildCommons.js"; import buildFn from "../event/buildCommons.js";
import Check from "../model/check"; import Check from "../model/Check";
import Default from "../model/default"; import Default from "../model/Default";
export default { export default {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment