import Utils from "~/utils" /** * Cptato Check规则 */ let checkObj = { "cpdgrp.rmt.namelc" :null, "cpdgrp.rmt.pts.extkey" :null, "cpdgrp.ori.pts.adrblk" :null, "bopmod.dbegrp.bas.othamt" :null, "cpdgrp.pyb.pts.adrblk" :null, "bopmod.dbegrp.bas.fcyacc" :null, "attp.feetyp" :null, "bopmod.dbegrp.bas.custnm" :null, "bopmod.dbbgrp.bas.exrate" :null, "attp.commet" :null, "bopmod.dbbgrp.bas.fcyamt" :null, "cpdgrp.orc.pts.extkey" :null, "bopmod.dbegrp.bas.custype" :null, "attp.orcadr" :null, "bopmod.dbbgrp.bas.methods" :null, "bopmod.dbbgrp.bas.idcode" :null, "cpdgrp.pye.namelc" :null, "bopmod.dbbgrp.bas.buscode" :null, "bopmod.dbegrp.bas.oppacc" :null, "bopmod.dbegrp.bas.oppuser" :null, "attp.pyeadr" :null, "attp.swftyp" :null, "attp.pyenam" :null, "attp.bustyp" :null, "setmod.dspflg" :null, "bopmod.dbbgrp.bas.lcyacc" :null, "cpdgrp.orc.adrelc" :null, "cpdgrp.pye.pts.extkey" :null, "attp.orcnam" :null, "bopmod.dbbgrp.bas.custype" :null, "cpdgrp.med.pts.adrblk" :null, "cpdgrp.pye.pts.adrblk" :null, "cpdgrp.rec.trntyp" :null, "cpdgrp.ori.namelc" :null, "attp.paycountcode" :null, "bopmod.dbbgrp.bas.fcyacc" :null, "bopmod.dbbgrp.bas.txamt" :null, "bopmod.dbbgrp.bas.othamt" :null, "bopmod.dbegrp.bas.txccy" :null, "bopmod.dbegrp.bas.exrate" :null, "cpdgrp.pye.adrelc" :null, "cpdgrp.rec.valdat" :null, "cpdgrp.rmt.pts.adrblk" :null, "cpdgrp.pyb.pts.extkey" :null, "attp.payuil" :null, "bopmod.dbegrp.bas.methods" :null, "cpdgrp.rec.paytype" :null, "cpdgrp.med.namelc" :null, "cpdgrp.pyb.namelc" :null, "cpdgrp.cbs.nom1.cur" :null, "bopmod.dbegrp.bas.rptno" :null, "bopmod.dbbgrp.bas.actiontype" :null, "cpdgrp.orc.pts.adrblk" :null, "cpdgrp.rec.ischktyp" :null, "attp.resbch" :null, "cpdgrp.rmt.adrelc" :null, "bopmod.szflg" :null, "bopmod.dbbgrp.bas.lcyamt" :null, "bopmod.dbegrp.bas.actiondesc" :null, "bopmod.dbbgrp.bas.othacc" :null, "cpdgrp.orc.namelc" :null, "bopmod.dbegrp.bas.custcod" :null, "bopmod.dbbgrp.bas.actiondesc" :null, "cpdgrp.med.pts.extkey" :null, "cpdgrp.ori.adrelc" :null, "bopmod.dbbgrp.bas.rptno" :null, "cpdgrp.cbs.nom1.amt" :null, "bopmod.dbbgrp.bas.custnm" :null, "cpdgrp.ori.pts.extkey" :null, "bopmod.dbegrp.bas.othacc" :null, "bopmod.dbegrp.bas.lcyamt" :null, "bopmod.dbegrp.bas.fcyamt" :null, "cpdgrp.cbs.max.amt" :null, "bopmod.dbegrp.bas.idcode" :null, "cpdgrp.rec.pyeact" :null, "bopmod.dbbgrp.bas.oppuser" :null, "cpdgrp.rec.orcact" :null, "bopmod.basflg" :null, "mtabut.coninf.conexedat" :null, "cpdgrp.cbs.max.cur" :null, "attp.resbchnam" :null, "cpdgrp.rec.prechkdat" :null, "bopmod.dbbgrp.bas.custcod" :null, "bopmod.ownextkey" :null, "cpdgrp.pyb.adrelc" :null, "cpdgrp.med.adrelc" :null, "bopmod.dbegrp.bas.lcyacc" :null, "bopmod.dbegrp.bas.txamt" :null, "bopmod.dbbgrp.bas.txccy" :null, "setmod.docamt" :null, "attp.acctyp" :null, "bopmod.acttyp" :null, "attp.sndbchnam" :null, "bopmod.dbegrp.bas.actiontype" :null, "bopmod.dbegrp.bas.buscode" :null, } for (const key in checkObj) { if (Object.hasOwnProperty.call(checkObj, key)) { checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key) } } export default checkObj