import Utils from "~/utils" /** * Bdtdck Check规则 */ let checkObj = { "liaall.misamt" :null, "liaall.limmod.limpts.oth.pts.extkey" :null, "bddgrp.rec.disdat" :null, "bdtp.oth.pts.extkey" :null, "liaall.limmod.ownref" :null, "liaall.limmod.ecifno" :null, "bddgrp.skh.pts.jigomc" :null, "trnmod.swiadd.orimsgid" :null, "bdtp.oth.namelc" :null, "bddgrp.rec.docflg" :null, "trnmod.swiadd.orimsgtyp" :null, "bdtp.furide" :null, "bddgrp.blk.docdis" :null, "liaall.limmod.limpts.oth.pts.nam" :null, "setmod.dspflg" :null, "bddgrp.cbs.max.amt" :null, "bddgrp.prb.pts.extkey" :null, "bddgrp.apl.pts.nam" :null, "bdtp.oth.adrelc" :null, "liaall.limmod.limpts.wrk.pts.nam" :null, "mhtyp" :null, "bddgrp.prb.pts.nam" :null, "bddgrp.ben.pts.nam" :null, "liaall.limmod.limpts.wrk.pts.extkey" :null, "bddgrp.blk.comcon" :null, "bddgrp.prb.pts.dizhii" :null, "bddgrp.prb.pts.bankno" :null, "mtabut.coninf.conexedat" :null, "bddgrp.skh.pts.bankno" :null, "liaall.limmod.limpts.nonrevflg1" :null, "bddgrp.rec.matdat" :null, "bdtp.oth.pts.adrblk" :null, "trnmod.swiadd.oriinstgagt" :null, "setmod.docamt" :null, "tzdat" :null, "bddgrp.prb.pts.jigomc" :null, } for (const key in checkObj) { if (Object.hasOwnProperty.call(checkObj, key)) { checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key) } } export default checkObj