import Utils from "~/utils" /** * Lttame Check规则 */ let checkObj = { "lttamep.lcrdocamep.usrblk" :null, "ltdgrp.avt.adrelc" :null, "ltdgrp.rec.expplc" :null, "ltdgrp.be2.pts.adrblk" :null, "trnmod.swiadd.newamt" :null, "ltdgrp.a2t.adrelc" :null, "ltdgrp.blk.lcrdoc" :null, "ltdgrp.avt.namelc" :null, "ltdgrp.rec.stacty" :null, "ltdgrp.a2t.pts.extkey" :null, "lttp.usr.extkey" :null, "ltdgrp.rec.apprulrmb" :null, "ltdgrp.rec.opndat" :null, "ltdgrp.be2.pts.extkey" :null, "ltdgrp.rec.avbwth" :null, "setmod.dspflg" :null, "ltdgrp.blk.spcrcb" :null, "ltdgrp.blk.feetxt" :null, "lttamep.spcbenamep.usrblk" :null, "ltdgrp.be2.namelc" :null, "ltdgrp.rmt.adrelc" :null, "trnmod.swiadd.amenbr" :null, "ltdgrp.rec.avbby" :null, "trnmod.swiadd.addamt" :null, "ltdgrp.blk.preper" :null, "ltdgrp.rmt.namelc" :null, "ltdgrp.blk.addamtcov" :null, "ltdgrp.rmt.pts.extkey" :null, "lttamep.adlcndamep.usrblk" :null, "ltdgrp.cbs.max2.amt" :null, "ltdgrp.be2.adrelc" :null, "ltdgrp.blk.dftat" :null, "ltdgrp.adt.pts.adrblk" :null, "trnmod.swiadd.newnomtop" :null, "ltdgrp.rec.prepers18" :null, "trnmod.swiadd.newnomton" :null, "ltdgrp.blk.lcrgod" :null, "ltdgrp.blk.adlcnd" :null, "ltdgrp.be1.pts.nam" :null, "ltdgrp.be1.pts.extkey" :null, "ltdgrp.avt.pts.extkey" :null, "trnmod.swiadd.newshpdat" :null, "ltdgrp.blk.spcben" :null, "ltdgrp.rec.apprultxt" :null, "trnmod.swiadd.newexpdat" :null, "ltdgrp.rmt.pts.adrblk" :null, "ltdgrp.avt.pts.adrblk" :null, "mtabut.coninf.conexedat" :null, "ltdgrp.a2t.pts.adrblk" :null, "ltdgrp.adt.pts.extkey" :null, "lttamep.lcrgodamep.usrblk" :null, "ltdgrp.rec.rmbcha" :null, "ltdgrp.adt.namelc" :null, "ltdgrp.blk.mixdet" :null, "ltdgrp.drw.adrelc" :null, "ltdgrp.con.adrelc" :null, "ltdgrp.rec.lcrtyp" :null, "ltdgrp.rec.tenmaxday" :null, "ltdgrp.rec.apprul" :null, "setmod.docamt" :null, "trnmod.swiadd.prepers18" :null, "ltdgrp.drw.pts.extkey" :null, "lttamep.spcrcbamep.usrblk" :null, "ltdgrp.blk.insbnk" :null, "ltdgrp.con.pts.extkey" :null, "ltdgrp.con.namelc" :null, "ltdgrp.blk.defdet" :null, "ltdgrp.adt.adrelc" :null, "ltdgrp.drw.namelc" :null, "ltdgrp.drw.pts.adrblk" :null, "trnmod.swiadd.purpos" :null, "ltdgrp.a2t.namelc" :null, "ltdgrp.con.pts.adrblk" :null, } for (const key in checkObj) { if (Object.hasOwnProperty.call(checkObj, key)) { checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key) } } export default checkObj