import Utils from "~/utils" /** * Dbeadd Check规则 */ let checkObj = { "recgrp.vrf.txcode2" :null, "recgrp.bas.othamt" :null, "recgrp.vrf.txcode" :null, "recgrp.bas.actiontype" :null, "recgrp.vrf.cusmno" :null, "recgrp.bas.custnm" :null, "recgrp.vrf.tc2amt" :null, "recgrp.vrf.actiontype" :null, "recgrp.bas.rptno" :null, "recgrp.bas.othacc" :null, "recgrp.bas.oppuser" :null, "recgrp.bas.txccy" :null, "ctlmod.wrkdbl.trdtyp" :null, "recgrp.vrf.country" :null, "recgrp.vrf.payattr" :null, "recgrp.bas.exrate" :null, "recgrp.bas.oppacc" :null, "recgrp.vrf.paytype" :null, "bopbut.acttyp" :null, "recgrp.bas.lcyacc" :null, "recgrp.bas.idcode" :null, "recgrp.vrf.crtuser" :null, "recgrp.bas.fcyacc" :null, "recgrp.bas.custcod" :null, "recgrp.vrf.contrno" :null, "recgrp.bas.fcyamt" :null, "recgrp.vrf.isref" :null, "recgrp.vrf.invoino" :null, "recgrp.bas.txamt" :null, "recgrp.bas.buscode" :null, "recgrp.vrf.tc1amt" :null, "recgrp.vrf.impdate" :null, "recgrp.bas.custype" :null, "recgrp.vrf.rptdate" :null, "recgrp.vrf.inptelc" :null, "bopbut.paydat" :null, "recgrp.bas.actiondesc" :null, "recgrp.bas.lcyamt" :null, "recgrp.bas.methods" :null, } for (const key in checkObj) { if (Object.hasOwnProperty.call(checkObj, key)) { checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key) } } export default checkObj