import Utils from "~/utils" /** * Trtopn Check规则 */ let checkObj = { "liaall.misamt" :null, "liaall.limmod.limpts.oth.pts.extkey" :null, "trtmod.finmod.flttyp" :null, "dftcre.dfdgrp.rec.matdat" :null, "trtmod.finmod.dinmod.chapdm" :null, "liaall.limmod.ownref" :null, "dftcre.dfdgrp.rec.dfuflg" :null, "dftcre.dfdgrp.rec.resamt" :null, "trdgrp.rec.nam" :null, "dftcre.dfdgrp.apl.namelc" :null, "trdgrp.rec.stttendat" :null, "liaall.limmod.ecifno" :null, "trtmod.finmod.dinmod.shpjgh" :null, "dftcre.dfdgrp.rec.bankcn" :null, "dftcre.dfdgrp.cbs.max.cur" :null, "dftcre.dfdgrp.cbs.max.amt" :null, "trdgrp.rec.actrat" :null, "cfatrt.cfaflg" :null, "trdgrp.rec.invtyp" :null, "cfatrt.cfaflg" :null, "dftcre.dfdgrp.rec.trntyp" :null, "trtp.usr.extkey" :null, "cfadft.cfaflg" :null, "trtmod.finmod.act1" :null, "dftcre.dfdgrp.rec.bankno" :null, "trtmod.finmod.act3" :null, "trdgrp.rec.guaflg" :null, "dftcre.dfdgrp.apl.adrelc" :null, "liaall.limmod.limpts.oth.pts.nam" :null, "dftcre.dfdgrp.rec.flttyp" :null, "dftcre.dfdgrp.rec.actrat" :null, "setmod.dspflg" :null, "dftcre.dfdgrp.apl.pts.extkey" :null, "cfatrt.ownextkey" :null, "trtmod.finmod.dinmod.rmbsbs" :null, "trtmod.finmod.dinjdm" :null, "trtmod.finmod.ratchgtyp" :null, "trdgrp.rec.oppacc" :null, "dftcre.dfdgrp.dff.pts.adrblk" :null, "trdgrp.rec.oppacc" :null, "trdgrp.rec.stagod" :null, "dftcre.dfdgrp.rec.intprd" :null, "dftcre.dfdgrp.dff.pts.extkey" :null, "dftcre.dfdgrp.dff.pts.ref" :null, "trtmod.finmod.ratchgprd" :null, "trtmod.finmod.inttyp" :null, "cfatrt.cda.useofunds" :null, "trtmod.finmod.intact" :null, "trdgrp.cbs.max.amt" :null, "trdgrp.rec.lprtyp" :null, "liaall.limmod.limpts.wrk.pts.nam" :null, "trtmod.finmod.dinmod.ockhdm" :null, "dftcre.dfdgrp.apl.pts.adrblk" :null, "trdgrp.fip.pts.adrblk" :null, "liaall.limmod.limpts.wrk.pts.extkey" :null, "trdgrp.rec.trntyp" :null, "trtmod.finmod.intamt" :null, "dftcre.dfdgrp.rec.invtyp" :null, "trdgrp.fip.adrelc" :null, "trdgrp.fip.pts.ref" :null, "dftcre.dfdgrp.dff.namelc" :null, "cfatrt.cda.cfeogudamount" :null, "trtmod.finmod.ovdinttyp" :null, "dftcre.dfdgrp.rec.stttendat" :null, "mtabut.coninf.conexedat" :null, "trtmod.finmod.dinmod.hxkhdm" :null, "trtmod.finmod.fltval" :null, "liaall.limmod.limpts.nonrevflg1" :null, "trdgrp.cbs.max.cur" :null, "trdgrp.rec.mycontno" :null, "trdgrp.cbs.max.cur" :null, "trdgrp.fip.pts.extkey" :null, "cfadft.ownextkey" :null, "trtmod.finmod.dinmod.shpijg" :null, "trdgrp.fip.namelc" :null, "cfatrt.cda.cfeogudcurr" :null, "setmod.docamt" :null, "trdgrp.rec.matdat" :null, "trdgrp.rec.pctfin" :null, "trtmod.finmod.ovdintrat" :null, "trtp.act" :null, "trdgrp.rec.issdat" :null, "trtmod.finmod.intdat" :null, "trdgrp.rec.issdat" :null, "dftcre.dfdgrp.dff.adrelc" :null, "trdgrp.rec.tenday" :null, "trtmod.finmod.ratchgdat" :null, "dftcre.dfdgrp.rec.fintyp" :null, "trdgrp.rec.flowflag" :null, "trdgrp.rec.fintyp1" :null, } for (const key in checkObj) { if (Object.hasOwnProperty.call(checkObj, key)) { checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key) } } export default checkObj