Commit b87a23d7 by wangguangchao

fxteop交易

parent 5317b66a
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
......@@ -40,8 +40,8 @@ import commonDepend from "~/mixin/commonDepend";
import event from "../event";
import buildFn from "../event/buildCommons.js";
import Check from "../model/check";
import Default from "../model/default";
import Check from "../model/Check";
import Default from "../model/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