import Utils from "~/utils" /** * Litdck Check规则 */ let checkObj = { "invtyp" :null, "outlen.acttyp" :null, "outlen.szflg" :null, "liaall.misamt" :null, "liaall.limmod.limpts.oth.pts.extkey" :null, "liaall.limmod.ownref" :null, "liaall.limmod.ecifno" :null, "brdgrp.prb.adrelc" :null, "brdgrp.rec.ownref" :null, "brdgrp.srm.djutyp" :null, "brdgrp.cbs.max.amt" :null, "brdgrp.blk.docdis" :null, "brdgrp.srm.djuref" :null, "brtp.furide" :null, "brdgrp.prb.pts.adrblk" :null, "brdgrp.prb.namelc" :null, "liaall.limmod.limpts.oth.pts.nam" :null, "setmod.dspflg" :null, "brdgrp.rec.rcvdat" :null, "brdgrp.rec.docflg" :null, "brdgrp.rec.disdat" :null, "brdgrp.rec.orddat" :null, "brdgrp.prb.pts.nam" :null, "brdgrp.ben.pts.nam" :null, "liaall.limmod.limpts.wrk.pts.nam" :null, "brdgrp.rec.predat" :null, "brdgrp.prb.pts.extkey" :null, "brdgrp.rec.matdat" :null, "liaall.limmod.limpts.wrk.pts.extkey" :null, "brdgrp.srm.djudat" :null, "mtabut.coninf.conexedat" :null, "brdgrp.prb.pts.ref" :null, "brdgrp.srm.djuusr" :null, "liaall.limmod.limpts.nonrevflg1" :null, "brdgrp.apl.pts.nam" :null, "setmod.docamt" :null, "brdgrp.blk.setinsbr" :null, "brdgrp.rec.docprbrol" :null, "brdgrp.blk.comcon" :null, } for (const key in checkObj) { if (Object.hasOwnProperty.call(checkObj, key)) { checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key) } } export default checkObj