import Utils from "~/utils" /** * Gitcrq Check规则 */ let checkObj = { "liaall.misamt" :null, "liaall.limmod.limpts.oth.pts.extkey" :null, "gcdgrp.prb.adrelc" :null, "liaall.limmod.ownref" :null, "gcdgrp.blk.addamtinf" :null, "liaall.limmod.ecifno" :null, "gcdgrp.oth.namelc" :null, "gcdgrp.rec.newexpdat" :null, "gcdgrp.int.pts.nam" :null, "gcdgrp.rec.docprbrol" :null, "gcdgrp.awi.pts.extkey" :null, "gcdgrp.rec.payrol" :null, "gcdgrp.oth.adrelc" :null, "gcdgrp.rec.clmdat" :null, "liaall.limmod.limpts.oth.pts.nam" :null, "setmod.dspflg" :null, "gcdgrp.prb.pts.extkey" :null, "gcdgrp.rec.ownref" :null, "gcdgrp.prb.namelc" :null, "gcdgrp.prb.pts.adrblk" :null, "liaall.limmod.limpts.wrk.pts.nam" :null, "liaall.limmod.limpts.wrk.pts.extkey" :null, "gcdgrp.apl.pts.nam" :null, "payday" :null, "mtabut.coninf.conexedat" :null, "outlen.acttyp" :null, "liaall.limmod.limpts.nonrevflg1" :null, "gcdgrp.blk.presentdet" :null, "outlen.szflg" :null, "setmod.docamt" :null, "gcdgrp.oth.pts.extkey" :null, "gcdgrp.cbs.max2.amt" :null, "gcdgrp.int.pts.extkey" :null, "gcdgrp.awi.pts.nam" :null, "gcdgrp.oth.pts.adrblk" :null, "clmtxts20" :null, "gcdgrp.cbs.max.amt" :null, } for (const key in checkObj) { if (Object.hasOwnProperty.call(checkObj, key)) { checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key) } } export default checkObj