import Utils from "~/utils"

/**
* Betset Check规则
*/
let checkObj = {
    "liaall.misamt"                      :null,
    "bopmod.dbagrp.bas.methods"                      :null,
    "bopmod.dbagrp.bas.lcyacc"                      :null,
    "bedgrp.prb.pts.nam"                      :null,
    "cnybop.outflg"                      :null,
    "bopmod.dbagrp.bas.outchargeamt"                      :null,
    "bopmod.dbdgrp.bas.fcyacc"                      :null,
    "bopmod.dbagrp.bas.fcyamt"                      :null,
    "bopmod.dbdgrp.bas.buscode"                      :null,
    "bopmod.dbdgrp.bas.inchargeamt"                      :null,
    "bopmod.dbdgrp.bas.idcode"                      :null,
    "liaall.limmod.limpts.oth.pts.nam"                      :null,
    "bopmod.dbdgrp.bas.custnm"                      :null,
    "bopmod.dbagrp.bas.exrate"                      :null,
    "setmod.dspflg"                      :null,
    "bopmod.dbdgrp.bas.txamt"                      :null,
    "bopmod.dbagrp.bas.txccy"                      :null,
    "bedgrp.rec.frepayflg"                      :null,
    "bopmod.dbagrp.bas.custcod"                      :null,
    "liaall.limmod.limpts.wrk.pts.nam"                      :null,
    "cnybop.cnyflg"                      :null,
    "bopmod.dbdgrp.bas.fcyamt"                      :null,
    "bopmod.dbagrp.bas.txamt"                      :null,
    "bopmod.dbdgrp.bas.methods"                      :null,
    "bopmod.dbdgrp.bas.exrate"                      :null,
    "bopmod.dbagrp.bas.buscode"                      :null,
    "lendoc.account"                      :null,
    "bopmod.dbagrp.bas.othamt"                      :null,
    "bopmod.dbagrp.bas.actiondesc"                      :null,
    "bopmod.dbdgrp.bas.oppuser"                      :null,
    "bopmod.dbdgrp.bas.othamt"                      :null,
    "bopmod.dbdgrp.bas.custype"                      :null,
    "liaall.limmod.limpts.oth.pts.extkey"                      :null,
    "bopmod.dbagrp.bas.outchargeccy"                      :null,
    "liaall.limmod.ownref"                      :null,
    "bedgrp.apl.pts.nam"                      :null,
    "bopmod.dbagrp.bas.actiontype"                      :null,
    "liaall.limmod.ecifno"                      :null,
    "bopmod.dbdgrp.bas.rptno"                      :null,
    "bopmod.szflg"                      :null,
    "bopmod.dbdgrp.bas.actiontype"                      :null,
    "bopmod.dbdgrp.bas.lcyamt"                      :null,
    "cnybop.traflg"                      :null,
    "bopmod.dbagrp.bas.inchargeccy"                      :null,
    "bopmod.dbagrp.bas.custnm"                      :null,
    "bopmod.dbdgrp.bas.othacc"                      :null,
    "bopmod.dbagrp.bas.fcyacc"                      :null,
    "bopmod.dbdgrp.bas.inchargeccy"                      :null,
    "liaall.tenstm"                      :null,
    "setmod.redamt"                      :null,
    "aamset.utlamt2"                      :null,
    "bopmod.dbagrp.bas.custype"                      :null,
    "bopmod.dbdgrp.bas.txccy"                      :null,
    "bopmod.dbdgrp.bas.custcod"                      :null,
    "liaall.limmod.limpts.wrk.pts.extkey"                      :null,
    "bopmod.dbagrp.bas.rptno"                      :null,
    "bopmod.dbagrp.bas.oppuser"                      :null,
    "bopmod.basflg"                      :null,
    "bopmod.dbdgrp.bas.lcyacc"                      :null,
    "bopmod.dbagrp.bas.idcode"                      :null,
    "bopmod.dbagrp.bas.othacc"                      :null,
    "mtabut.coninf.conexedat"                      :null,
    "bopmod.dbagrp.bas.lcyamt"                      :null,
    "bopmod.dbagrp.bas.inchargeamt"                      :null,
    "liaall.limmod.limpts.nonrevflg1"                      :null,
    "cnybop.libflg"                      :null,
    "bopmod.ownextkey"                      :null,
    "setmod.docamt"                      :null,
    "bopmod.acttyp"                      :null,
    "bedgrp.iss.pts.nam"                      :null,
    "bopmod.dbdgrp.bas.actiondesc"                      :null,
    "mtabut.clsflg"                      :null,
    "cnybop.vouflg"                      :null,
}

for (const key in checkObj) {
    if (Object.hasOwnProperty.call(checkObj, key)) {
        checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
    }
}
export default checkObj